Search found 3 matches

Go to advanced search

by Ratul Das
Sun May 11, 2014 5:48 am
Forum: Issues
Topic: Trying to click a hidden button in a screen through Javascript
Replies: 5
Views: 1720
 
Jump to post

Trying to click a hidden button in a screen through Javascript

Tried this but it did not work.

by Ratul Das
Sat May 10, 2014 4:40 pm
Forum: Issues
Topic: Trying to click a hidden button in a screen through Javascript
Replies: 5
Views: 1720
 
Jump to post

Trying to click a hidden button in a screen through Javascript

This issue is reproducible for both. But if you Apperyio tester then it has to be opened from an Android browser.

by Ratul Das
Sat May 10, 2014 12:32 pm
Forum: Issues
Topic: Trying to click a hidden button in a screen through Javascript
Replies: 5
Views: 1720
 
Jump to post

Trying to click a hidden button in a screen through Javascript

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.

Go to advanced search