API Docs for: 0.2.7
Show:

LogEntry Class

Defined in: lib/logEntry.js:5
Module: System
Parent Module: WebDriver

Remote log-entry

Constructor

LogEntry

(
  • values
)

Defined in lib/logEntry.js:5

Parameters:

Item Index

Properties

Methods

getLevel

() String

Defined in lib/logEntry.js:139

The log level of the entry. Direct-access. No need to wait.

Returns:

getMessage

() String

Defined in lib/logEntry.js:150

The log message. Direct-access. No need to wait.

Returns:

getTimestamp

() Number

Defined in lib/logEntry.js:128

The timestamp of the entry. Direct-access. No need to wait.

Returns:

Properties

LEVEL_ALL

String static

Defined in lib/logEntry.js:23

Log level 'All'

LEVEL_DEBUG

String static

Defined in lib/logEntry.js:32

Log level 'Debug'

LEVEL_INFO

String static

Defined in lib/logEntry.js:41

Log level 'Info'

LEVEL_OFF

String static

Defined in lib/logEntry.js:68

Log level 'Off'. Nothing will be logged.

LEVEL_SEVERE

String static

Defined in lib/logEntry.js:59

Log level 'Severe'

LEVEL_WARNING

String static

Defined in lib/logEntry.js:50

Log level 'Warning'

TYPE_BROWSER

String static

Defined in lib/logEntry.js:96

Javascript console logs from the browser

TYPE_CLIENT

String static

Defined in lib/logEntry.js:78

Logs from the client side implementation of the WebDriver protocol (e.g. the Java bindings)

TYPE_DRIVER

String static

Defined in lib/logEntry.js:87

Logs from the internals of the driver (e.g. FirefoxDriver internals)

TYPE_PERFORMANCE

String static

Defined in lib/logEntry.js:114

Logs relating to the performance characteristics of the page under test (e.g. resource load timings)

TYPE_SERVER

String static

Defined in lib/logEntry.js:105

Logs from within the selenium server.