Constructor
new InvalidElementStateError(opt_erroropt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_error | string | <optional> | the error message, if any. |
- Source
An element command could not be completed because the element is in an invalid state, e.g. attempting to click an element that is no longer attached to the document.
Name | Type | Attributes | Description |
---|---|---|---|
opt_error | string | <optional> | the error message, if any. |