ElementNotInteractableError

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").

Constructor

new ElementNotInteractableError(opt_erroropt)

Parameters:
NameTypeAttributesDescription
opt_errorstring<optional>

the error message, if any.