Facing an error in Selenium common exceptions, could you help here?
Hi Brett M,
You can handle this error with python script: In command line:
pip install webdriver-manager
Python script:
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(ChromeDriverManager().install())"