linouk23 / youtube_uploader_selenium

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

what's the recommend versions of dependencies? #53

Open alonelyshepherd opened 2 years ago

alonelyshepherd commented 2 years ago

firefox = 77 geckodriver = ? selenium = ?

eldar81 commented 2 years ago

selenium needed to be 3.8.0

jamesjiayu commented 9 months ago

Hi there, I have the version issue, too. According to https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html, selenium should be '≥ 3.11'. I try 3.141, but doesn't work. I will try 3.8... Thank you, bro

geckodriver | Selenium| Firefox min| FF max ... 0.22.0 | ≥ 3.11 (3.14 Python) | 57 | 79 0.21.0 | ≥ 3.11 (3.14 Python) | 57 | 79 0.20.1 | ≥ 3.5 | 55 | 62 ...