0

Since browser auto-update runs on the system unless we manually turn it off, how to automate in selenium to identify if there is a browser upgraded?

1 Answers1

0

If the browser updates e.g. Chrome, you will need to have the compatible binary for that browser. There's a good answer and overview on this here.

To avoid this, I personally used ephemeral instances of Chrome, specifically SauceLabs and containerized tests using docker-selenium.

Wunderbread
  • 898
  • 2
  • 14
  • 34