Skip to content

Commit f73d7ea

Browse files
nvborisenkogryznar
authored andcommitted
[dotnet] Do not output driver type to console
1 parent 853933e commit f73d7ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/test/common/Environment/DriverFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ public IWebDriver CreateDriver(Type driverType, bool logging = false)
7373

7474
public IWebDriver CreateDriverWithOptions(Type driverType, DriverOptions driverOptions, bool logging = false)
7575
{
76-
Console.WriteLine($"Creating new driver of {driverType} type...");
77-
7876
Browser browser = Browser.All;
7977
DriverService service = null;
8078
DriverOptions options = null;

0 commit comments

Comments
 (0)