the issue isn't the location, but the version mismatches

This commit is contained in:
Greg Gauthier 2020-10-10 20:28:53 +01:00
parent 96287094a9
commit 6491caabf9
1 changed files with 1 additions and 2 deletions

View File

@ -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():