xref: /plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/ElementNotVisibleException.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1*04fd306cSNickeau<?php
2*04fd306cSNickeau
3*04fd306cSNickeaunamespace Facebook\WebDriver\Exception;
4*04fd306cSNickeau
5*04fd306cSNickeau/**
6*04fd306cSNickeau * @deprecated Removed in W3C WebDriver, see https://github.com/php-webdriver/php-webdriver/pull/686
7*04fd306cSNickeau */
8*04fd306cSNickeauclass ElementNotVisibleException extends WebDriverException
9*04fd306cSNickeau{
10*04fd306cSNickeau}
11