This commit is contained in:
sebthom
2023-09-16 17:52:19 +02:00
parent 51ef9c8190
commit 70b187260f

View File

@@ -193,7 +193,7 @@ class SeleniumMixin:
browser_paths = [ browser_paths = [
shutil.which("chromium"), shutil.which("chromium"),
shutil.which("chromium-browser"), shutil.which("chromium-browser"),
shutil.which("google-chome"), shutil.which("google-chrome"),
shutil.which("microsoft-edge") shutil.which("microsoft-edge")
] ]