Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php183 * @param int|null $http_proxy_port
185 public function __construct($url, $http_proxy = null, $http_proxy_port = null) argument
194 if ($http_proxy_port !== null) {
195 curl_setopt($this->curl, CURLOPT_PROXYPORT, $http_proxy_port);
H A DRemoteWebDriver.php82 …* @param int|null $http_proxy_port The proxy port to tunnel requests to the remote Selenium WebDri…
100 $executor = new HttpCommandExecutor($selenium_server_url, $http_proxy, $http_proxy_port);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php20 * @param null $http_proxy_port