python - Using Selenium with PyCharm CE -
i'm trying utilize selenium pycharm ce. have installed selenium using pip install selenium , i'm able utilize via terminal when seek utilize pycharm import error
importerror: cannot import name webdriver would know why selenium work using terminal not able import module using pycharm..?
thanks,
if have pip <http: www.pip-installer.org="">_ on system, can install or upgrade python bindings::
pip install -u selenium
alternately, can download source distribution pypi <http: pypi.python.org="" pypi="" selenium="">_ (e.g. selenium-2.46.tar.gz), unarchive it, , run::
python setup.py install
python selenium selenium-webdriver
No comments:
Post a Comment