1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * @deprecated Removed in W3C WebDriver, see https://github.com/php-webdriver/php-webdriver/pull/686 7 */ 8class ElementNotVisibleException extends WebDriverException 9{ 10} 11