xref: /plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/ElementNotInteractableException.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1*04fd306cSNickeau<?php
2*04fd306cSNickeau
3*04fd306cSNickeaunamespace Facebook\WebDriver\Exception;
4*04fd306cSNickeau
5*04fd306cSNickeau/**
6*04fd306cSNickeau * A command could not be completed because the element is not pointer- or keyboard interactable.
7*04fd306cSNickeau */
8*04fd306cSNickeauclass ElementNotInteractableException extends WebDriverException
9*04fd306cSNickeau{
10*04fd306cSNickeau}
11