the issue isn't the location, but the version mismatches
This commit is contained in:
parent
96287094a9
commit
6491caabf9
@ -34,8 +34,7 @@ def firefox():
|
|||||||
gecko_driver = GeckoDriverManager().install()
|
gecko_driver = GeckoDriverManager().install()
|
||||||
return webdriver.Firefox(
|
return webdriver.Firefox(
|
||||||
executable_path=gecko_driver,
|
executable_path=gecko_driver,
|
||||||
firefox_options=options,
|
firefox_options=options)
|
||||||
firefox_binary="/usr/local/bin/firefox")
|
|
||||||
|
|
||||||
|
|
||||||
def edge():
|
def edge():
|
||||||
|
Loading…
Reference in New Issue
Block a user