Skip to content

Commit 0bb6ed6

Browse files
committed
Allow binary_location selection to support WSL
1 parent 0045bc9 commit 0bb6ed6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,14 @@ class ValidBinaries:
390390
"brave-browser-stable",
391391
"opera",
392392
"opera-stable",
393+
"chrome.exe", # WSL (Windows Subsystem for Linux)
393394
]
394395
valid_edge_binaries_on_linux = [
395396
"microsoft-edge",
396397
"microsoft-edge-stable",
397398
"microsoft-edge-beta",
398399
"microsoft-edge-dev",
400+
"msedge.exe", # WSL (Windows Subsystem for Linux)
399401
]
400402
valid_chrome_binaries_on_macos = [
401403
"Google Chrome",

0 commit comments

Comments
 (0)