Radulepy / InstagramBot

Instagram AUTO Like and Comment Python BOT
GNU General Public License v2.0
134 stars 48 forks source link

DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Chrome(path) #17

Closed nyenzejnr closed 2 years ago

nyenzejnr commented 2 years ago

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)

Radulepy commented 2 years ago

@nyenzejnr Hi, this is just a depreciation warning. Please make sure your drivers are the same (selenium chrome).