Answer the question
In order to leave comments, you need to log in
Why might Chrome not open after running the test?
After compiling the code, there are no errors, but Chrome does not open.
Tell me what could be the problem?
from selenium import webdriver
driver = webdriver.Chrome()
driver.get('http://google.com')
assert "Google" in driver.page_source
driver.quit()
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