Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
202 views
by Contributing Tester (92 points)
retagged by
Unable to launch chrome browser
from selenium import webdriver

chromedriver_path = "C:\chromedriver.exe"

driver = webdriver.Chrome(executable_path=chromedriver_path)

driver.get('https://www.google.com/')
by The go-to Tester (181 points)
Can you post your exception?

Please log in or register to answer this question.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...