We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c60c16 commit 9b6aea4Copy full SHA for 9b6aea4
seleniumbase/fixtures/constants.py
@@ -386,6 +386,10 @@ class ValidBinaries:
386
"google-chrome-beta",
387
"google-chrome-dev",
388
"google-chrome-unstable",
389
+ "brave-browser",
390
+ "brave-browser-stable",
391
+ "opera",
392
+ "opera-stable",
393
]
394
valid_edge_binaries_on_linux = [
395
"microsoft-edge",
@@ -397,13 +401,17 @@ class ValidBinaries:
397
401
"Google Chrome",
398
402
"Chromium",
399
403
"Google Chrome for Testing",
404
+ "Brave Browser",
405
+ "Opera",
400
406
407
valid_edge_binaries_on_macos = [
408
"Microsoft Edge",
409
410
valid_chrome_binaries_on_windows = [
411
"chrome.exe",
412
"chromium.exe",
413
+ "brave.exe",
414
+ "opera.exe",
415
416
valid_edge_binaries_on_windows = [
417
"msedge.exe",
0 commit comments