You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having some issues: I have unzipped the geckodriver in the main folder (in linux - both an .exe and an unzipped tar.gz), and am getting an error about the argument for webdriver.Firefox(executable_path=r'geckodriver.exe').
TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path'
How are we supposed to set this this argument up, and what type of structure/format does the argument need to take?
Is the executable_path=r a placeholder? Does the argument take only a string path like '/home/user/pinterest-board-image-downloader/geckodriver.exe' or something? I tried it a few ways, including without an argument, and still hit errors.
Thanks
The text was updated successfully, but these errors were encountered:
Having some issues: I have unzipped the geckodriver in the main folder (in linux - both an .exe and an unzipped tar.gz), and am getting an error about the argument for webdriver.Firefox(executable_path=r'geckodriver.exe').
TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path'
How are we supposed to set this this argument up, and what type of structure/format does the argument need to take?
Is the executable_path=r a placeholder? Does the argument take only a string path like '/home/user/pinterest-board-image-downloader/geckodriver.exe' or something? I tried it a few ways, including without an argument, and still hit errors.
Thanks
The text was updated successfully, but these errors were encountered: