Constructor
new ElementNotInteractableError(opt_erroropt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_error | string | the error message, if any. |
- Source
Indicates a command could not be completed because the target element is not pointer or keyboard interactable. This will often occur if an element is present in the DOM, but not rendered (i.e. its CSS style has "display: none").
Name | Type | Attributes | Description |
---|---|---|---|
opt_error | string | the error message, if any. |