Unable to input value in to the field - web based application
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-03-17 08:06 AM
I was able to spy the test field, but i used writer control to input the value its throws me error Internal : Failed to perform step 1 in Write Stage 'Writer1' on page 'Launch' - The method or operation is not implemented.
Application is web based.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-03-17 02:12 PM
Not all applications are able to accept instructions from the write stage and sometimes you need to make BP act like a human by using keystrokes (ie Send Keys). the same goes for some buttons, sometimes the Press or Click action has no effect and you need to use a Global Mouse Click instead. Basically apps are built with a human user in mind, not a robot, and when this is the case we have make the robot behave more like a human.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-03-17 02:42 PM
Thanks John for your reply.
