Spy an active accessibility combobox in blue prism

0 votes
So I have a combobox for the user to select whether he is an old customer or a new customer. With my process I was able to identify the combobox as an AA element so my process is now able to identify the combobox and click on it when it runs. But the problem starts when I need to select the "new customer" option after opening the combobox. I am unable to identify the option either as a HTML element nor an AA element.Because of this,the process is not able to select an option and throws an error.

What I tried:

I tried an alternative where I added a navigate stage for just the dropdown/combobox and in the properties for this stage I added "select item" as the action and entered the name for the option which in this case is "new customer" along with the item position. This does not work either and throws an error saying "select item" cannot be used for AA whose role is "static text".

P.S: I checked the attributes for the combobox and unchecked the role attribute but that did not work.
Oct 1, 2018 in RPA by bug_seeker
• 15,520 points
3,055 views

1 answer to this question.

0 votes
My ComboBox is standard HTML Combo Box(Element Type) in Application Modeller. But in Navigation step I use Select Item as Action and in Inputs section I use Item Position as a Number.

Where 0 is first position in combobox, blank. 1 is the first position, in your case it would be "new customer" and 2 would be "old customer".

It works fine in my case.

Hope it helps
answered Oct 1, 2018 by Priyaj
• 58,090 points

Related Questions In RPA

0 votes
1 answer

What is an Environment Variable in Blue Prism?

Hey Raveena, in Blue Prism an Environment ...READ MORE

answered Mar 13, 2019 in RPA by Abha
• 28,140 points
13,095 views
0 votes
1 answer

I can’t spy elements in Accessibility mode in blur prism .. however I can do it in HTML mode

Hey Jeenesh, this is one of the ...READ MORE

answered Jul 1, 2019 in RPA by Abha
• 28,140 points
2,635 views
0 votes
1 answer

What are different Run modes available for an object in Blue Prism?

Hi Apeksha, various run modes are available ...READ MORE

answered Oct 19, 2019 in RPA by Pratibha
• 3,690 points
8,780 views
+1 vote
1 answer

In RPA Blue Prism i am not able to work with "Spy Mode"

Check if the parameters given in the ...READ MORE

answered Mar 30, 2020 in RPA by Kim
1,520 views
0 votes
1 answer

What is code segment in Blueprism and how to implement it?

Blue Prism - Code Stage The code stage ...READ MORE

answered Sep 28, 2018 in RPA by Priyaj
• 58,090 points
5,327 views
0 votes
1 answer

Error : Failed to perform step 1 in Navigate Stage '-----' on page '----' - Not Connected

Do you have Attach bookmark created? When ...READ MORE

answered Sep 28, 2018 in RPA by Priyaj
• 58,090 points
16,012 views
0 votes
2 answers

RPA tool for C# Developer beginer

Hi! You can try Rpa Suite for Visual ...READ MORE

answered May 10, 2019 in RPA by AndrewNJ
4,158 views
0 votes
1 answer

Blueprism: how to scroll down a list?

When I was working whit ComboBox I ...READ MORE

answered Oct 3, 2018 in RPA by Priyaj
• 58,090 points
3,245 views
0 votes
2 answers

how can i add collection data to csv in blue prism?

Use the utility something which contains Get ...READ MORE

answered Jul 10, 2020 in RPA by jananidhamu98@
• 550 points
4,330 views
0 votes
1 answer

In Blue Prism how to split excel column data into TWO columns

This is how I am doing it. Dim ...READ MORE

answered Oct 15, 2018 in RPA by Priyaj
• 58,090 points
4,104 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP