What is the accurate activity to use to get an error message from a pop-up in uipath ?
And also the error message in the pop-up is dynamic. How do we make the selector adjust to it so that it will get whatever error message ? . Any help would be much appreaciated thanks.
Right now I use screen-scraping full text , is that accurate ?
Original Selector
<wnd ctrlid='65535' title='Cant rename "Pictures" because a file or folder with that name already exists*' />
Does your original selector contains any other tags? I’ve just tried on my machine and got much more of them.
I would prefer to delete that ctrlid at all, but it nonsense to have only title=‘*’ as a selector