API Docs for: 0.9.0
Show:

WebDriverClientDecorator Class

Extends AbstractClientDecorator

Constructor

WebDriverClientDecorator

()

Methods

_setup

() Promise private

Setup of web-driver

Returns:

Promise:

_tearDown

() Promise private

Tear-down of web-driver

Returns:

Promise:

getWebDriverManager

() WebDriverManager

Gets the web-driver manager

Returns:

inIsolation

() Boolean

Should tests be run in isolation?

Returns:

initialize

()

Initializes the instance

processAfter

() Promise

Processes the end of the testing environment

Returns:

Promise:

processAfterTest

() Promise

Processes the ending of a test

Returns:

Promise:

processBefore

() Promise

Processes the begin of the testing environment

Returns:

Promise:

processBeforeTest

() Promise

Processes the beginning of a test

Returns:

Promise: