!
You can make a datatable of the name of the label using For Each row and inside that you can place Element Exist
You can check the selector of that label and using Element Exist you can get True or False
Hope this may help you
Thanks,
Srini
Hi
Welcome to UiPath community
You can those labels with UiExplorer
In studio under design tab u can find an option called UiExplorer
Have a view on this for details
https://docs.uipath.com/studio/standalone/2021.10/user-guide/uipath-explorer#
Cheers @Deepak_Ravula
Welcome to the community
Use get children activity and then filter the items with tag as label …you would have whole list of labels with you in the loop
Another way is to use for each ui element and indicate the label and then use get attribute activity inside the for each ui element to get the name of each label
Hope this helps
cheers