Answer the question
In order to leave comments, you need to log in
Why is there an error when starting selenium?
I've been suffering for an hour now just to run the library through Chrome. I downloaded the chromedriver.exe version of my chrome, put it in the folder with the script. The path was written through \\, because this was another error,
SyntaxError: (unicode error) 'unicodeescape'
from selenium import webdriver
browser = webdriver.Chrome("C:\\Users\\Eugene\\Documents\\Python\\Tests\\Inst\\cromedriver.exe")
browser.get('https://www.google.com')
assert "Google" in driver.page_source
driver.quit()
ImportError: cannot import name 'webdriver' from 'selenium'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question