Issue on downloading chromnium
imakou opened this issue · 5 comments
imakou commented
gelbxx commented
gelbxx commented
Does anybody please have any idea, how to solve this? Thank you!
shine-jayakumar commented
gelbxx commented
@shine-jayakumar thank you so much for your effort. However the error is the same see:
I would share the traceback, but its not displayed.. Thank you
shine-jayakumar commented
@gelbxx Make sure you have selenium==4.11.2 and webdriver-manager==4.0.0 installed. Even though the latest version has these updated in the requirements.txt, you'd still have the old versions of selenium and webdriver-manager installed in your python environment.
Run pip freeze
and check the selenium and webdriver version installed.
If you have the old version, then run
pip uninstall selenium
pip uninstall webdriver-manager
pip install selenium==4.11.2
pip install webdriver-manager==4.0.0