Karate UI button click support
I was unable to click the button(submit my request);
My button was placed in the table:
<tr>
<td>
<input id ="test" type= "button" value ="test"
onClick=opentest();
</td>
</tr>
I have used the following way to click the button :
**When submit().click('input[name=test]') **
I was unable to click is there is any other way to click the button as my button field is stored in table Can some body helpus?
Try mouse('#foo').click()
Else please follow this process: https://github.com/intuit/karate/tree/develop/examples/ui-test