updated-packages
This commit is contained in:
11
vendor/php-webdriver/webdriver/lib/Exception/InvalidElementStateException.php
vendored
Normal file
11
vendor/php-webdriver/webdriver/lib/Exception/InvalidElementStateException.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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 isn’t both editable and resettable.
|
||||
*/
|
||||
class InvalidElementStateException extends WebDriverException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user