Home
last modified time | relevance | path

Searched refs:custom_method (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php58 * @param string $custom_method
61 protected function setCustomRequestParameters($custom_url, $custom_method) argument
64 if (!in_array($custom_method, $allowedMethods, true)) {
68 $custom_method,
73 $this->customMethod = $custom_method;