chromedriver = webdriver.Chrome(“D:\driver\chromedriver.exe”)
"chromedriver = webdriver.Chrome(“D:\driver\chromedriver.exe”)" doesnt work for me
so i found out if i use "driver = webdriver.Chrome(executable_path=r'DRIVER_PATH')"
it works
chromedriver = webdriver.Chrome(“D:\driver\chromedriver.exe”)
"chromedriver = webdriver.Chrome(“D:\driver\chromedriver.exe”)" doesnt work for me
so i found out if i use "driver = webdriver.Chrome(executable_path=r'DRIVER_PATH')"
it works
chromedriver = webdriver.Chrome(“D:\driver\chromedriver.exe”)
driver = webdriver.Chrome(executable_path=r'DRIVER_PATH')
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us