/
home
/
obinna
/
html
/
cravings
/
vendor
/
php-webdriver
/
webdriver
/
lib
/
Exception
/
Upload File
HOME
<?php namespace Facebook\WebDriver\Exception; /** * Indicates that a command that should have executed properly cannot be supported for some reason. */ class UnsupportedOperationException extends WebDriverException { }