Skip to content

Commit

Permalink
Allow binary_location selection to support WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Dec 19, 2023
1 parent 0045bc9 commit 0bb6ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seleniumbase/fixtures/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,14 @@ class ValidBinaries:
"brave-browser-stable",
"opera",
"opera-stable",
"chrome.exe", # WSL (Windows Subsystem for Linux)
]
valid_edge_binaries_on_linux = [
"microsoft-edge",
"microsoft-edge-stable",
"microsoft-edge-beta",
"microsoft-edge-dev",
"msedge.exe", # WSL (Windows Subsystem for Linux)
]
valid_chrome_binaries_on_macos = [
"Google Chrome",
Expand Down

0 comments on commit 0bb6ed6

Please sign in to comment.