1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * An element could not be located on the page using the given search parameters. 7 */ 8class NoSuchElementException extends WebDriverException 9{ 10} 11