Files
-S.I.S-QuaySo_v2/vendor/php-webdriver/webdriver/lib/Exception/InvalidElementStateException.php
T

12 lines
284 B
PHP
Raw Normal View History

<?php
namespace Facebook\WebDriver\Exception;
/**
* A command could not be completed because the element is in an invalid state, e.g. attempting to clear an element
* that isnt both editable and resettable.
*/
class InvalidElementStateException extends WebDriverException
{
}