Skip to content

Commit b67f3e8

Browse files
committed
Remove hardcoded chrome version
1 parent 19706c9 commit b67f3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public StableChannelChromeDriver(ChromeDriverService service, ChromeOptions opti
3939

4040
public static ChromeOptions DefaultOptions
4141
{
42-
get { return new ChromeOptions() { BrowserVersion = "139" }; }
42+
get { return new ChromeOptions(); }
4343
}
4444
}

0 commit comments

Comments
 (0)