API Docs for: 0.2.7
Show:

Status Class

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

Selenium status

Constructor

Status

(
  • values
)

Defined in lib/status.js:5

Parameters:

Methods

getBuildRevision

() String

Defined in lib/status.js:34

The revision of the local source control client from which the server was built Direct-access. No need to wait.

Returns:

getBuildTime

() Number

Defined in lib/status.js:45

A timestamp from when the server was built. Direct-access. No need to wait.

Returns:

getBuildVersion

() String

Defined in lib/status.js:23

A generic release label Direct-access. No need to wait.

Returns:

getOSArchitecture

() String

Defined in lib/status.js:57

The current system architecture. Direct-access. No need to wait.

Returns:

getOSName

() String

Defined in lib/status.js:68

The name of the operating system the server is currently running on: "windows", "linux", etc. Direct-access. No need to wait.

Returns:

getOSVersion

() String

Defined in lib/status.js:79

The operating system version. Direct-access. No need to wait.

Returns: