DeprecationWarning: executable_path has been deprecated selenium python - Stack Overflow

PHOTO EMBED

Fri Dec 09 2022 06:05:38 GMT+0000 (Coordinated Universal Time)

Saved by @runzeenorun #python

from selenium import webdriver
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager

driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()))
driver.get("https://www.google.com")
content_copyCOPY

https://stackoverflow.com/questions/64717302/deprecationwarning-executable-path-has-been-deprecated-selenium-python