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 78860c7 commit a7c51d6Copy full SHA for a7c51d6
dotnet/test/webdriverbackedselenium/Environment/EnvironmentManager.cs
@@ -51,7 +51,7 @@ private EnvironmentManager()
51
52
public static string GetSettingValue(string key)
53
{
54
- return System.Configuration.ConfigurationManager.AppSettings.GetValues(key)[0];
+ return string.Empty;
55
}
56
57
public SeleniumServer RemoteServer
0 commit comments