Unable to click button on webpage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-07-17 04:28 PM
Hi - I am trying to click button on webpage and then update the details. I have tried all modes, it clicks the button but then greyish screen comes instead of loading the page back. Has anyone faced this before? Also right click is disabled so can't view source to put java script fragment also? please suggest any alternative. It's urgent
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-07-17 09:04 PM
Hello! Can't you use keyboard shortcuts instead? Like TAB and SPACE commands with ""Global Send Keys"".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-07-17 02:11 PM
It could be that the way BP is interacting with the page is putting the web app into an unexpected situation. The wen app will have been designed with the expectation of human input via keyboard and mouse. In particular the HTML Write stage does not use the keyboard, so it could be that the web app is not 'aware' that data has been entered, ie client-side scripts normally set off by the user are not being triggered.
A quick test would be to populate the page manually and then have BP click the button. If it works, then it indicates that the BP data entry logic needs adjustment.
