开发者

Selenium Grid Hub shutdown command

开发者 https://www.devze.com 2023-03-19 18:53 出处:网络
Is there a command (from the command line or a webrequest) to shut down a grid 2.0 hub? I have tried \"curl -d action=shutdown http://localhost:4444/lifecycle-manager\" (as POST request), I have also

Is there a command (from the command line or a webrequest) to shut down a grid 2.0 hub?

I have tried "curl -d action=shutdown http://localhost:4444/lifecycle-manager" (as POST request), I have also tried the usual http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer

I've searched everywhere.开发者_高级运维 I would preferably like something without using rake or ant


At version 2.25.0 old-style hub managing added.

So now you can use request like this one to stop hub:

http://localhost:4444/lifecycle-manager?action=shutdown
0

精彩评论

暂无评论...
验证码 换一张
取 消