我试图在Jenkins完成构建后点击html页面中的按钮。元素ID如下:
➜ /tmp g++ test.cpp -o test
➜ /tmp ./test
func_a: 1
func_b: 2
此按钮还有一个事件处理程序
<a class="xcs-webui-bot-list-item-integrate-button show">
Integrate
</a>
此页面也有一个URL。 handleIntegrateHasBeenClicked: function handleIntegrateHasBeenClicked()
有没有办法可以从Shell脚本中调用此方法?该脚本将在后期构建操作中通过“构建另一个项目”来调用。在詹金斯。