class IsElementDisplayedAtom (View source)

Certain drivers have decided to not provide the endpoint which determines element displayedness, because the W3C WebDriver specification no longer dictates it.

In those instances, we determine this using a script ("atom").

Constants

BROWSERS_WITH_ENDPOINT_SUPPORT

List of browsers which are known to support /displayed endpoint on their own (so they don't need this atom).

Methods

__construct(RemoteWebDriver $driver)

No description

static 
match($browserName)

No description

execute($params)

No description

executeAtom($atomName, ...$params)

No description

Details

__construct(RemoteWebDriver $driver)

No description

Parameters

RemoteWebDriver $driver

static match($browserName)

No description

Parameters

$browserName

execute($params)

No description

Parameters

$params

protected executeAtom($atomName, ...$params)

No description

Parameters

$atomName
...$params