apify / apify-actor-docker

Base Docker images for Apify actors.
https://hub.docker.com/u/apify
Apache License 2.0
70 stars 23 forks source link

Investigate autoinstalling ChromeDriver with Selenium Manager #109

Open fnesveda opened 1 year ago

fnesveda commented 1 year ago

Selenium introduced Selenium Manager, a CLI tool for installing the right browser driver for the right installed version of a browser. We should use it for installing the browser drivers instead of just "installing the latest browser driver version and hoping for the best".

https://www.selenium.dev/blog/2022/introducing-selenium-manager/