0

I tried to use Zalenium to run my automation cases. The default driver version is latest like chromedriver is v84 but I wanna to use version 76. Is there any way to change it? My automation is running with TestNG + selenium.

Lizzy Liu
  • 3
  • 1

1 Answers1

0

You would need to use one of the docker images that has the versions you need, you can check the releases at elgalu/docker-selenium here https://github.com/elgalu/docker-selenium/releases

diemol
  • 613
  • 3
  • 10