Files
faveo/vendor/php-webdriver/webdriver/lib/Exception/ElementNotVisibleException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

11 lines
221 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
/**
* @deprecated Removed in W3C WebDriver, see https://github.com/php-webdriver/php-webdriver/pull/686
*/
class ElementNotVisibleException extends WebDriverException
{
}