Can I set driver's version when use zalenium

435 Views Asked by At

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.

1

There are 1 best solutions below

3
On BEST ANSWER

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