Lines Matching refs:executor
22 protected $executor; variable in Facebook\\WebDriver\\Remote\\RemoteWebDriver
65 $this->executor = $commandExecutor;
100 $executor = new HttpCommandExecutor($selenium_server_url, $http_proxy, $http_proxy_port);
102 $executor->setConnectionTimeout($connection_timeout_in_ms);
105 $executor->setRequestTimeout($request_timeout_in_ms);
131 $response = $executor->execute($command);
133 return static::createFromResponse($response, $executor);
499 …* @param WebDriverCommandExecutor $executor Despite the typehint, it have be an instance of HttpCo…
502 public function setCommandExecutor(WebDriverCommandExecutor $executor) argument
504 $this->executor = $executor;
516 return $this->executor;