Multiple Selection from a list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-01-16 12:52 PM
Hi All,
I am unable to multi select the items from a list. Manually it can be done by holding "Ctrl" key and then selecting the item. But I am facing issue while doing the same through BP. I have tried with Global send keys and Global send key events. Although "^()" and "
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-01-16 02:24 PM
Depends on the application as to what inputs it will accept as a possible work around.
One idea would be to take a look at StickyKeys if the application allows. It may be a nasty, but cheap implementation. Never used StickyKeys in conjunction with an RPA design, has anyone else used this or know if it is a viable workaround?
If not you would need to possibly code your own global hook that sends a KeyDown event within one code stage, then perform your mouse clicks, then another code stage that sends a KeyUp event. I'm not too great with code stages, again just an idea, but maybe someone else could help with specifics.
Tom.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-01-16 12:04 PM
Thanks Tom...Got It.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-04-17 06:12 PM
Hi Raghav,
I am facing the same issue and posted it on another thread as well https://portal.blueprism.com/how-achieve-multi-select-html-combo-box-bp. Could you please suggest.
Thanks!!!
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-17 02:29 PM
I got it. Thanks.
