From 6491caabf92111c85df3be1eec2faefb3bf0d612 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 10 Oct 2020 20:28:53 +0100 Subject: [PATCH] the issue isn't the location, but the version mismatches --- browserdriver/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browserdriver/__init__.py b/browserdriver/__init__.py index ca9832e..d8f8826 100755 --- a/browserdriver/__init__.py +++ b/browserdriver/__init__.py @@ -34,8 +34,7 @@ def firefox(): gecko_driver = GeckoDriverManager().install() return webdriver.Firefox( executable_path=gecko_driver, - firefox_options=options, - firefox_binary="/usr/local/bin/firefox") + firefox_options=options) def edge():