1

Super basic question, but when I try to import the webdriver from selenium I get a message "Unresolved reference".

 from selenium import webdriver
 chrome_path = "/Users/username/downloads/chromedriver"
 driver = webdriver.Chrome(chrome_path)

Thanks in advance!

titusAdam
  • 779
  • 1
  • 16
  • 35
  • 2
    Possible duplicate of [Unresolved reference issue in PyCharm](http://stackoverflow.com/questions/21236824/unresolved-reference-issue-in-pycharm) – Guy Dec 06 '16 at 09:25
  • 1
    Have you installed Selenium Python bindings correctly? I recommend to read this page: http://selenium-python.readthedocs.io/getting-started.html#simple-usage – Jose Dec 06 '16 at 12:12
  • 1
    run `pip freeze` command and check whether selenium is installed or not. also mention python, selenium and chrome versions. – Naveen Kumar R B Dec 06 '16 at 13:15

0 Answers0