cancel
Showing results for 
Search instead for 
Did you mean: 

How to recognize a dropdown list on a web page?

0 Kudos

Hello!!! How to recognize a dropdown list on a web page?

Structure of DOM :

select.jpg

When I click on a line and go to RPA, it immediately collapses and these elements I cannot capture.

The dropdown looks like this:
spisok.png

When capturing an element on a streak, it looks like this +DOM

view.png

Accepted Solutions (0)

Answers (1)

Answers (1)

blobotomie
Explorer

Hi,

Do a right click on the "SELECT" (select.jpg) item and choose "Associate to New item".

Regards,

Bruno

blobotomie
Explorer
0 Kudos

In the parameters of the new created item, search option "6 - Use Text Property" and set it to true. Doing so, you will be able to set your drop down list with its text

myApp.myPage.myDropList.set("whatever option");