Closed ilias-anouar closed 7 months ago
the key executable_path will be deprecated in the upcoming releases.
Webdriver Manager for Python is installed : pip3 install webdriver-manager
pip3 install webdriver-manager
Selenium v4 compatible Code Block : `from selenium import webdriver from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()))`
the key executable_path will be deprecated in the upcoming releases.
Webdriver Manager for Python is installed :
pip3 install webdriver-manager
Selenium v4 compatible Code Block :
`from selenium import webdriver from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()))`