__init__() got an unexpected keyword argument 'options' #46
Closed
by mikeyyyzhao opened 6 years ago
·
3 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This might be a noob mistake but I'm getting "init() got an unexpected keyword argument 'options'" after trying to run the script. The error tells me to install chromedriver for Selenium but I already have it since when I run "chromedriver --version", I get a proper version back.
Are you running it in a virtualenv?
Also what OS, version of Python, etc
Also if you could give me the output of
pip3 show selenium
(And make sure you installed it with Python 3 pip if you installed it with pip, that should have been in the docs somewhere but I think it got changed at some point to just be
pip
instead ofpip3
)Please re-open if you still need help with this
Hey! I'm getting the same error in a virtualenv, I'm using the site "pythoneverywhere", do you know how can I solve that?