Selenium Grid Hub 关闭命令
是否有命令(来自命令行或网络请求)可以关闭 grid 2.0 集线器?
我尝试过“curl -d action=shutdown http://localhost:4444/lifecycle-manager”(作为 POST 请求),我也尝试了通常的 http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
我到处搜索过。我更喜欢不使用 rake 或 ant 的东西
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在版本 2.25.0 中,添加了旧式集线器管理功能。
所以现在你可以使用像这样的请求来停止集线器:
At version 2.25.0 old-style hub managing added.
So now you can use request like this one to stop hub: