空手道 UI 按钮点击支持

Karate UI button click support

我无法点击按钮(提交我的请求);

我的按钮被放置在 table:

<tr>
<td>
<input id ="test" type= "button" value ="test"
onClick=opentest();
</td>
</tr>

我使用了以下方式来点击按钮:

**提交时().click('input[name=test]') **

我无法单击是否有任何其他方法可以单击按钮,因为我的按钮字段存储在 table 有人可以帮助我们吗?

尝试mouse('#foo').click()

否则请遵循以下流程:https://github.com/intuit/karate/tree/develop/examples/ui-test