I would like to know if it’s possible to set a web combobox item by its value instead of its text.
I have a country combobox with a value property (not visible to the user, but part of the HTML) and a text property (visible to the user). The values are, for instance, ARG, BRL, ESP, USA, while the texts are Argentina, Brazil, Spain, United States. (this is just an example, my actual list has much more complex text than those above)
What I need is to choose a combobox item by its value, not by its text. Is it possible in UiPath?
Thanks.