从Shell脚本调用JS事件处理程序

时间:2015-11-06 01:53:21

标签: javascript jquery bash shell jenkins

我试图在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脚本中调用此方法?该脚本将在后期构建操作中通过“构建另一个项目”来调用。在詹金斯。

0 个答案:

没有答案