Skip to content

Commit

Permalink
Updating default Safari driver config to use for .NET tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jun 1, 2018
1 parent 5ec8094 commit 16f6dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotnet/test/common/appconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"DriverServiceLocation": "",
"DriverServiceLocation": "",
"ActiveDriverConfig": "Chrome",
"ActiveWebsiteConfig": "Default",
"WebsiteConfigs": {
Expand Down Expand Up @@ -76,8 +76,8 @@
},

"Safari": {
"DriverTypeName": "OpenQA.Selenium.Safari.SafariDriver",
"AssemblyName": "WebDriver",
"DriverTypeName": "OpenQA.Selenium.Safari.DefaultSafariDriver",
"AssemblyName": "WebDriver.Safari.Tests",
"BrowserValue": "Safari",
"RemoteCapabilities": "safari"
},
Expand Down

0 comments on commit 16f6dd8

Please sign in to comment.