xref: /plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/InvalidElementStateException.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A command could not be completed because the element is in an invalid state, e.g. attempting to clear an element
7 * that isn’t both editable and resettable.
8 */
9class InvalidElementStateException extends WebDriverException
10{
11}
12