class InvalidElementStateException extends WebDriverException (View source)

A command could not be completed because the element is in an invalid state, e.g. attempting to clear an element that isn’t both editable and resettable.

Methods

__construct(string $message, mixed $results = null)

No description

mixed
getResults()

No description

static 
throwException(int|string $status_code, string $message, mixed $results)

Throw WebDriverExceptions based on WebDriver status code.

Details

__construct(string $message, mixed $results = null)

No description

Parameters

string $message
mixed $results

mixed getResults()

No description

Return Value

mixed