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.
2 parents 0e66c1b + 37be72e commit 2676ccaCopy full SHA for 2676cca
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