Back

DeprecationWarning: executable_path has been deprecated, please pass in a Service object

Created 2 years ago
940 Views
1 Comments
ArunBaalaji
@ArunBaalaji
ArunBaalaji
@ArunBaalajiProfile is locked. Login

I got a problem with pycharm. while I execute the selenium basic code.

from selenium import webdriver
driver = webdriver.Chrome(executable_path=r"C:\..\chromedriver.exe")
driver.get("https://www.youtube.com/")
Comments
Please login to comment.