Skip to content

Commit 9b6aea4

Browse files
committed
Add Chromium browsers for use via "binary_location"
1 parent 1c60c16 commit 9b6aea4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@ class ValidBinaries:
386386
"google-chrome-beta",
387387
"google-chrome-dev",
388388
"google-chrome-unstable",
389+
"brave-browser",
390+
"brave-browser-stable",
391+
"opera",
392+
"opera-stable",
389393
]
390394
valid_edge_binaries_on_linux = [
391395
"microsoft-edge",
@@ -397,13 +401,17 @@ class ValidBinaries:
397401
"Google Chrome",
398402
"Chromium",
399403
"Google Chrome for Testing",
404+
"Brave Browser",
405+
"Opera",
400406
]
401407
valid_edge_binaries_on_macos = [
402408
"Microsoft Edge",
403409
]
404410
valid_chrome_binaries_on_windows = [
405411
"chrome.exe",
406412
"chromium.exe",
413+
"brave.exe",
414+
"opera.exe",
407415
]
408416
valid_edge_binaries_on_windows = [
409417
"msedge.exe",

0 commit comments

Comments
 (0)