Search code examples
automationwebdriverzalenium

Can I set driver's version when use zalenium


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.


Solution

  • 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