From 6c3cbbf445d0ebd69e2bc3e01596e540a28c7da0 Mon Sep 17 00:00:00 2001 From: jdholtz Date: Thu, 21 Dec 2023 10:32:01 -0600 Subject: [PATCH] Add an additional valid Brave binary to Linux This binary name is used by the package brave-bin, the recommended package to install on Arch Linux (https://brave.com/linux/#arch) --- seleniumbase/fixtures/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/seleniumbase/fixtures/constants.py b/seleniumbase/fixtures/constants.py index 00e93c9b7d6..512395a78ab 100644 --- a/seleniumbase/fixtures/constants.py +++ b/seleniumbase/fixtures/constants.py @@ -386,6 +386,7 @@ class ValidBinaries: "google-chrome-beta", "google-chrome-dev", "google-chrome-unstable", + "brave", "brave-browser", "brave-browser-stable", "opera",