Closed andersonfelipev closed 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'
The problem was the selenium version, we hate to use selenium==3.8.8
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'