From 16f6dd83106112a3ab867f81854a389986336878 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Wed, 30 May 2018 20:02:19 -0700 Subject: [PATCH] Updating default Safari driver config to use for .NET tests --- dotnet/test/common/appconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/test/common/appconfig.json b/dotnet/test/common/appconfig.json index cef4db8f1ba5b..6e0601fa64d92 100644 --- a/dotnet/test/common/appconfig.json +++ b/dotnet/test/common/appconfig.json @@ -1,5 +1,5 @@ { - "DriverServiceLocation": "", + "DriverServiceLocation": "", "ActiveDriverConfig": "Chrome", "ActiveWebsiteConfig": "Default", "WebsiteConfigs": { @@ -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" },