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.