Selection from dropdown to make decisions

Hello.

I have a task in which I have to select value from dropdown and through the value have to make some decisoion. So, I want to ask in openrpa which element can be used to capture the dropdown value and make decisions.

Regards,

If you get the select element using get element
Then item.items will contain all options.
You can then select by name by assigning to item.name or selecting by value by assigning to item.value

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