DeprecationWarning: executable_path has been deprecated, please pass in a Service object
Created 2 years ago
940
Views
1
Comments
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/")
