function AbstractWebDriver::methods
Return array of supported method names and corresponding HTTP request methods
Return value
array
2 calls to AbstractWebDriver::methods()
- AbstractWebDriver::getRequestMethod in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ AbstractWebDriver.php - Get default HTTP request method for a given WebDriver command
- AbstractWebDriver::__call in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ AbstractWebDriver.php - Magic method that maps calls to class methods to execute WebDriver commands
15 methods override AbstractWebDriver::methods()
- AbstractStorage::methods in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Storage/ AbstractStorage.php - Return array of supported method names and corresponding HTTP request methods
- Alert::methods in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Alert.php - Return array of supported method names and corresponding HTTP request methods
- ApplicationCache::methods in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ ApplicationCache.php - Return array of supported method names and corresponding HTTP request methods
- Element::methods in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Element.php - Return array of supported method names and corresponding HTTP request methods
- Execute::methods in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Execute.php - Return array of supported method names and corresponding HTTP request methods
File
-
vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ AbstractWebDriver.php, line 49
Class
- AbstractWebDriver
- Abstract WebDriver\AbstractWebDriver class
Namespace
WebDriverCode
protected abstract function methods();