1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * @deprecated Use Facebook\WebDriver\Exception\ElementNotInteractableException 7 */ 8class ElementNotSelectableException extends ElementNotInteractableException 9{ 10} 11