API Docs for: 0.9.0
Show:

ExternalServer Class

Constructor

ExternalServer

()

Methods

_waitForServer

() Promise private

Wait for the server to be available

Returns:

Promise:

augment

()

Augments the data with default values

augmentCapabilities

(
  • capabilities
)
Object

Inherited from AbstractServer but overwritten in lib/server/external.js:49

Augmenting capabilities supplied to the driver

Parameters:

Returns:

getConfiguration

() Object

Gets the server configuration

Returns:

getOptions

() Object

Gets the options

Returns:

getTimeOut

() Int

Gets the timeout in milliseconds

Returns:

Int:

getType

() String

Gets the type of server

Returns:

getUrl

() String

Inherited from AbstractServer but overwritten in lib/server/external.js:39

Gets the url to the web-driver instance

Returns:

initialize

()

Initializes the instance

setup

(
  • capabilities
)
Promise

Inherited from AbstractServer but overwritten in lib/server/external.js:16

Startup driver

Parameters:

Returns:

Promise:

tearDown

() Promise

Inherited from AbstractServer but overwritten in lib/server/external.js:28

Shutdown driver

Returns:

Promise:

validate

()

Validates the data given