I get the following error message when I try running the following code driver = webdriver.Chrome(path)
driver.get(web) in python. DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(path)
I get the following error message when I try running the following code driver = webdriver.Chrome(path) driver.get(web) in python. DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Chrome(path)