Skip to content

Commit

Permalink
safari is not supporting proxy SeleniumHQ/selenium#6413
Browse files Browse the repository at this point in the history
  • Loading branch information
mwyrodek committed Sep 16, 2019
1 parent f96e2ae commit a6e2b5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ocaramba/DriverContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ private void SetupRemoteWebDriver()
case BrowserType.Iphone:
case BrowserType.Safari:
SafariOptions safariOptions = new SafariOptions();
safariOptions.Proxy = this.CurrentProxy();
this.SetRemoteDriverOptions(driverCapabilitiesConf, settings, safariOptions);
this.driver = new RemoteWebDriver(BaseConfiguration.RemoteWebDriverHub, this.SetDriverOptions(safariOptions).ToCapabilities());
break;
Expand Down

0 comments on commit a6e2b5e

Please sign in to comment.