1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * A command failed because the referenced element is no longer attached to the DOM. 7 */ 8class StaleElementReferenceException extends WebDriverException 9{ 10} 11