E
E
Eugene2020-02-06 23:59:58
Python
Eugene, 2020-02-06 23:59:58

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'

Here is the code itself:
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()


Error while compiling:
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 question

Ask a Question

731 491 924 answers to any question