I am trying to work with selenium module for Python but somehow keep running into an error. I have already installed selenium successfully. I am working with Python 2.7.10. I have viewed other posts on Stack Overflow but nothing coordinates with my scenario. Please provide your advice on this matter.
pip install selenium
Attached is my script and the error.
from selenium import webdriver
driver = webdriver.Chrome()
driver.get("https://etrakit.friscotexas.gov/Search/permit.aspx")
Error:
from selenium import webdriver
ImportError: cannot import name webdriver