- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-20 12:27 PM
I am trying to access a Tableau report through Blue prism. I need to add a filter by clicking the drop down, removing ALL filter by clicking the checkbox and clicking 2019 checkbox.
I am able to identify and highlight the element which gives the dropdown menu on clicking.
But while running the process, the element does not get clicked and the process gets completed without any error.
I am expecting at least it should throw an error that element not found or something.
Has anyone faced similar issues? Please help me with your findings.
Thanks
------------------------------
Nikita Singh
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-10-20 06:20 AM
You may need to devise some other ways to work with a dropdown list. I assisted a community user in the following thread. Hope it may give you some idea on the possibilities.
https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=0cb6c4b8-788b-422a-b5dc-dbd275c4134a&CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&tab=digestviewer#bm...
------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-20 02:25 PM
I'm assuming this is related to HTML application? Are you using html to identify the button to click? This can be a slight limitation with this type of spying, the majority of buttons will work fine but some, usually ones with a drop down, have this problem. I would suggest using AA or UIA to spy this button and use html for the drop down. This usually works for me.
Hope this helps 🙂
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-20 05:21 PM
You have to use different spying mode like if are using Win32 spy mode then try AA
if AA is not work spy that element with UI mod.
Thanks
Nilesh
------------------------------
Nilesh Jadhav
Senior RPA Specialist
------------------------------
Consultant
ADP,India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-20 07:10 AM
I have tried to spy the elements using other modes, but the element just does not get identified in any mode other than browser mode.
Thanks
------------------------------
Nikita Singh
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-20 09:15 AM
If you are using UIA to spy the button have a look at the ID attribute and see what the value is, if it is a random value of numbers and letters or it has a button name followed but a number then this could be the problem. You can try deselecting the ID or you if it has a name with a number value at the end change this to be a wildcard and replace the number with *. With buttons in HTML you can find the ID element can change every time you run the process or whenever the screen is refreshed/updated. For example if the ID is ButtonElement_28 when you spied it then the next time the application runs it could be ButtonElement_62 and the process wont find it but if you make it ButtonElement_* then the number is wildcard and this should resolve this.
Hopefully this was clear, can you provide maybe some screen shots of the application modeller when you are spying it so we have a better understanding of what the problem might be?
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-20 02:37 PM
I think you have configured that app as browser application.
Please pass command line parameters "–-force-renderer-accessibility" in application modeler & try you will be able to access UI mode
Thanks
Nilesh Jadhav
------------------------------
Nilesh Jadhav
Senior RPA Specialist
------------------------------
Consultant
ADP,India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-10-20 06:20 AM
You may need to devise some other ways to work with a dropdown list. I assisted a community user in the following thread. Hope it may give you some idea on the possibilities.
https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=0cb6c4b8-788b-422a-b5dc-dbd275c4134a&CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&tab=digestviewer#bm...
------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-03-23 01:15 PM
Hi Nikita,
Is your problem resolved.
With me I am able to select value and all but that drop down is not closing. I tried to click on window center, Activateapplication and right click on some coordinates but all this steps working fine in Attended mode but in unattended mode its not working. This only implies with drop down only rest 4 are working fine.
------------------------------
Jatin Kalra
Manager
Genpact
Noida UP
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-03-23 03:07 AM
Hi Jatin
Can you manually check if you are able to close the drop-down after selecting the value by pressing escape key or tab , if it is possible then try that by sending keys
Regards
------------------------------
Lakshmi Narayana
------------------------------
