如何使用配置文件启动selenium-server独立

时间:2018-05-03 11:31:46

标签: selenium selenium-grid selenium-server

我尝试使用JSON配置文件以独立角色启动selenium-server-standalone-3.6.0,但我无法找到正确的命令
我为集线器和节点使用了额外的servlet,但是我想用一个命令启动服务器

所以不要开始:
java -cp my_proxy.jar:selenium-server-standalone-3.6.0.jar org.openqa.grid.selenium.GridLauncherV3 -role hub -hubConfig configHub.json

java -cp my_proxy.jar:selenium-server-standalone-3.6.0.jar org.openqa.grid.selenium.GridLauncherV3 -role node -nodeConfig configNode.json

如果可能,我想做这样的事情:
java -cp my_proxy.jar:selenium-server-standalone-3.6.0.jar org.openqa.grid.selenium.GridLauncherV3 -role standalone -hubConfig configHub.json -nodeConfig configNode.json

0 个答案:

没有答案