Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php182 * @param string|null $http_proxy
185 public function __construct($url, $http_proxy = null, $http_proxy_port = null) argument
192 if (!empty($http_proxy)) {
193 curl_setopt($this->curl, CURLOPT_PROXY, $http_proxy);
H A DRemoteWebDriver.php81 …* @param string|null $http_proxy The proxy to tunnel requests to the remote Selenium WebDriver thr…
100 $executor = new HttpCommandExecutor($selenium_server_url, $http_proxy, $http_proxy_port);
/template/strap/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php19 * @param null $http_proxy