Tried this but it did not work.
Tried this but it did not work.
This issue is reproducible for both. But if you Apperyio tester then it has to be opened from an Android browser.
I am trying to click a hidden button through Javascript
var hiddenBtn = $('[name=mobilebutton_45]');
hiddenBtn.click();
The code works fine when I am testing in Mozilla but not working when I am testing from android browser.
Please let me know how to achieve this.