Closed arifintajul4 closed 1 month ago
fixed
from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=options)
any alternatif without downgrade chrome?