AWS EC2 disable autoupdate settings for Chrome to match Chromedriver version

Viewed 16

I have an automation running with a python script, selenium, chrome and chromedriver on an AWS EC2. It happens that Chrome autoupdates automatically, making the respective chromedriver version obsolete and my script to crash.

How could I turn off these autoupdates? Or any alternative to make chromedriver always matching the Chrome browser version?

0 Answers
Related