使用zalenium时可以设置驱动版本吗
Can I set driver's version when use zalenium
我尝试使用 Zalenium 运行 我的自动化案例。默认驱动程序版本是最新的,例如 chromedriver 是 v84,但我想使用版本 76。有什么办法可以更改它吗?
我的自动化是 运行 TestNG + selenium。
您需要使用具有所需版本的 docker 映像之一,您可以在 elgalu/docker-selenium
此处 https://github.com/elgalu/docker-selenium/releases
查看版本
我尝试使用 Zalenium 运行 我的自动化案例。默认驱动程序版本是最新的,例如 chromedriver 是 v84,但我想使用版本 76。有什么办法可以更改它吗? 我的自动化是 运行 TestNG + selenium。
您需要使用具有所需版本的 docker 映像之一,您可以在 elgalu/docker-selenium
此处 https://github.com/elgalu/docker-selenium/releases