We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b1cb8 commit dfd99b2Copy full SHA for dfd99b2
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriverDoctor.php
@@ -91,8 +91,8 @@ private function connectToSeleniumServer()
91
$this->capabilities,
92
$this->connectionTimeoutInMs,
93
$this->requestTimeoutInMs,
94
- $this->httpProxy,
95
- $this->httpProxyPort
+ $this->config['http_proxy'],
+ $this->config['http_proxy_port']
96
);
97
if (null !== $this->remoteWebDriver) {
98
return;
0 commit comments