Open MiceXH opened 1 year ago
Win11 Python3.10.6
geckodriver
path:E:\Project\dependence\geckodriver-v0.33.0-win64
has been added to the system variables
Firefox(v77.0)
selenium_firefox(v2.0.8)
installed by: pip3 install selenium_firefox
pip3 install selenium_firefox
PS E:\Project\Youtube\youtube_uploader_selenium-master\youtube_uploader_selenium-master> python3 upload.py --video E:\Project\Youtube\Ford GT40 2nd.mp4
But nothing happed,Which step did I do wrong, or is there something wrong with the environment?
try this: selenium_firefox==0.2.7 selenium==3.141.0 geckodriver 0.21.0- 0.29.1 ( https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html)
The work I've done
Environment
Win11 Python3.10.6
Dependencies
geckodriver
path:E:\Project\dependence\geckodriver-v0.33.0-win64
has been added to the system variables
Firefox(v77.0)
selenium_firefox(v2.0.8)
installed by:
pip3 install selenium_firefox
Dirctory
Run
PS E:\Project\Youtube\youtube_uploader_selenium-master\youtube_uploader_selenium-master> python3 upload.py --video E:\Project\Youtube\Ford GT40 2nd.mp4
But nothing happed,Which step did I do wrong, or is there something wrong with the environment?