Send Key Events multiple times not working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-04-19 07:28 PM
Hi All ,
I am using Global send keys events to send Down arrow keys to application.
It works when I use {DOWN}/{Down}, but I want to send keys multiple times.
As per the documents https://portal.blueprism.com/documents/guide-send-keys-and-send-key-events I have tried {Down 10} , it says invalid keystroke.
Refer screen shot attached
Any input will be really helpful.
Regards
RanjeetKumar
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-04-19 06:16 PM
That works for Send Keys not Send Key Events. If you switch to using Send Keys, it'll work; and if your application requires Send Key Events, I would use a loop to send the down arrow multiple times.
Dave Morris, 3Ci at Southern Company
Dave Morris, 3Ci at Southern Company
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-04-19 02:03 PM
Yeah, as David suggested I would create an action in business object to receive as input a required key (Down, Up, F11, or whatever) and in that object just have navigate stage sending this once. Then you can all repeatedly this action as you need it.
