-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'EdgeOptions' from 'selenium.webdriver' #17
Comments
Same here: $ python3 gbd.py |
The same for me, using WSL |
Same here |
Did anyone find a resolution? |
You need selenium >= 4.x, but not too much newer, otherwise you'll get an error when initializing webdriver: pip install selenium==4.0.0 After that, I ran into another error:
After that, I ran into pip install setuptools After that, I only needed to install chrome and make sure that the executable was on my Next, I ran into another exception: Piece of cake, basically! Jokes aside: Thank you for writing this :) |
I can't thank you enough, @manavortex. Works perfectly after doing what you suggested. Have a great day 😄. |
After installing the required dependencies:
python gbd.py
gives the error:The text was updated successfully, but these errors were encountered: