0
from selenium import webdriver

driver = webdriver.Chrome(executable_path = 'C:/Users/ragha/Downloads/chromedriver_win32 (2)/chromedriver.exe')
driver.get('https://google.com')

if driver.current_url!= 'https://google.com':
    driver.get('https://google.com') 

The chrome opens and then automatically crashes without opening the website.

Chrome Version: 80.0.3987.122
ChromeDriver Version: 80.0.3987.106

error on the terminal window.

  • 1
    Please do not post errors as screenshots, but include them into your post. This will be easier for people to answer your question. – cocool97 Feb 28 '20 at 17:31
  • looks like chrome user profile issue. check these answers - https://stackoverflow.com/questions/52394408/how-to-use-chrome-profile-in-selenium-webdriver-python-3 – Sureshmani Kalirajan Feb 28 '20 at 17:36

0 Answers0