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 853933e commit f73d7eaCopy full SHA for f73d7ea
dotnet/test/common/Environment/DriverFactory.cs
@@ -73,8 +73,6 @@ public IWebDriver CreateDriver(Type driverType, bool logging = false)
73
74
public IWebDriver CreateDriverWithOptions(Type driverType, DriverOptions driverOptions, bool logging = false)
75
{
76
- Console.WriteLine($"Creating new driver of {driverType} type...");
77
-
78
Browser browser = Browser.All;
79
DriverService service = null;
80
DriverOptions options = null;
0 commit comments