I created ETL workflows to access our website and download a report using Selenium WebDriver. When I tried to run the Python script, I got an error. It appears I need to install a Chrome driver. Can I do this on my end?
{"data":null,"error":"NoSuchDriverException: Message: Unable to obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location\n (line 5)"}
Kind regards,
Herman