linouk23 / youtube_uploader_selenium

Python script to upload videos on YouTube using Selenium
MIT License
621 stars 211 forks source link

WebDriver.__init__() got an unexpected keyword argument 'firefox_options' #57

Closed andersonfelipev closed 2 years ago

andersonfelipev commented 2 years ago

I'm with this error

File "C:\Users\felip\OneDrive\Documentos\bots\youtubebot\youtube_uploader__init.py", line 33, in init__ self.browser = Firefox(current_working_dir, current_working_dir) File "C:\Users\felip\OneDrive\Documentos\bots\youtubebot\venv\lib\site-packages\selenium_firefox\firefox.py", line 86, in init self.driver = webdriver.Firefox(firefox_profile=profile, firefox_options=options) TypeError: WebDriver.init() got an unexpected keyword argument 'firefox_options'

andersonfelipev commented 2 years ago

The problem was the selenium version, we hate to use selenium==3.8.8