How to iterate among values from dropdown in Windows Form (non-HTML)

Hi All,

Greetings!

How can I make bot iterate in each select option in non-HTML dropdown to see specific option before choosing the right one?

image

To be specific based on the image above, I need to find the option that contains β€œOY7835286, 9/1/2024”. How can I do it in OpenRPA?

Massive thanks,
Dante

1 Like

If it is not a standand select, dropdown its impossible to answer.
Maybe using execute js, maybe using clicks, if you are really unlucky you may need to use physical keyboard and/or mouse

Hello Allan,

I am able to use β€œ{DOWN}” then β€œ{ENTER}” to select … however, for multiple select values, bot has to know the matching value to select. Isn’t there an object.items.item[0].value we can use to check value of each select option?

By the way, the dropdown select options varies for each instance, depending on the policy number :slight_smile: … no issue for those dropdown with fixed select options … :slight_smile:


… how about the Elements property? Seems something promising in that area?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.