Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php57 * @param string $custom_url
61 protected function setCustomRequestParameters($custom_url, $custom_method) argument
75 if (mb_strpos($custom_url, '/') !== 0) {
77 sprintf('URL of custom command has to start with / but is "%s"', $custom_url)
80 $this->customUrl = $custom_url;