Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php15 private $customMethod; variable in Facebook\\WebDriver\\Remote\\CustomWebDriverCommand
49 if ($this->customMethod === null) {
53 return $this->customMethod;
73 $this->customMethod = $custom_method;