标签: selenium
我有一台服务器,一次运行一个selenium进程。我需要能够在该服务器上并行运行多个selenium进程。我怎样才能做到这一点?
答案 0 :(得分:1)
您可以使用Selenium Grid并行运行多个selenium进程 http://elementalselenium.com/tips/52-grid
答案 1 :(得分:0)
如果您希望并行执行selenium脚本,那么您可以使用TestNG。
http://testng.org/doc/index.html