cancel
Showing results for 
Search instead for 
Did you mean: 

Drop-down selection with Application Modeller

EllenPeereboom
Level 4
Hi all,

Currently running into problems with the application modeller. I'm aiming to select an item on the drop-down menu on a web-based application (Chrome). This is the complete menu: 

12882.png
I used two navigate steps:

12883.png

12884.png


With this being the result:
12885.png


So I have been able to select the desired element, but it doesn't appear to really 'click' since the page does not load. When I continue with a navigate stage to another button, the drop-down menu automatically 'resets' to DOM1, since DOM13 was never properly selected in the first place. 

Am I approaching this correctly? What should I do differently? 

Thanks!



------------------------------
Ellen Peereboom
------------------------------
7 REPLIES 7

HarshitRawat
Level 8
Hi ,
When BP selects or writes something into the fields, sometimes the application/ webpage doesn't recognize it as written through keyboard.
Please try to do the same action using Global Send keys. Hopefully that should solve your problem

------------------------------
Harshit Rawat
------------------------------

Experiencing the exact same.

Value is selected and visible, however after submitting via the OK button. No change visible.

Would you be able to provide the details regarding the use of the Global Send Key. I tried Click and even Global Key Send "{ENTER}" follow the select list item with no luck.



------------------------------
Chiquitta Johnson
------------------------------

It happens some time depending upon the we bapage.  For that just send Global send keys to that selection with the value it may work.

The problem by you are doing  is even blue prism selects some value but in backend it dos not select any.

------------------------------
Amlan Sahoo
RPA Consultant
Equinix
------------------------------
Regards,
Amlan Sahoo

Hi Ellen,

Try to change element type in Application Modeller for dropdown element. 

Before selecting element from navigation stage, try to focus the element. 

12873.png

------------------------------
Ram Prasad Gajula
Software engineer
EY
Bangalore
+919704497828
------------------------------

Hi @EllenPeereboom,

Sometimes the applications uses techniques like javascript, jquery etc. which are responsible for refreshing the data at the backend. The blue prism selects the value from the backend but doesn't trigger that specific javascipt/jquery function to refresh the data. Hence, in such scenarios, follow the 2 steps:

1) Use focus to focus on the dropdown using Browser mode.
2) Use Global send keys to select the specific value.
3) Once the value is selected, please use a read stage to verify if the value selected is correct or not.​

------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
------------------------------

Hi @ritansh.jatwani,

Thanks for this. This worked especially as the site I worked on had a parent and child dropdown. The child updates based on the selection done on the parent. ​was struggling a lot to get the child to update after selecting the parent dropdown.

Your approach worked perfectly.

Kind regards,
Barend

------------------------------
Barend de Villiers
Robotics Specialist
Nedbank Namibia Ltd
Africa/Windhoek
+264816222724
------------------------------

Good to know the approach worked @Barend de Villiers :)​

------------------------------
Ritansh Jatwani
Manager
Deloitte
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------