Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in RPA by (12.7k points)

I'm using UiPath to select an item from a combobox in a windows rich client application. The items are formatted in the list as "Code - Description". I'd like to select the item by code only, rather than needing to know the description also.

As a UIPath newbie, thoughts on the best way to achieve this?

1 Answer

0 votes
by (29.5k points)

You can use a wildcard in selector to solve your issue. Given that Code is unique i.e 0001 and attribute name equals to id:

<id = 0001* />

refer the link below for more details

https://studio.uipath.com/v2017.1/docs/selectors-with-wildcards

Browse Categories

...