Hi,
I’m working on Ui-Automation where I wanted to extract a value from webpage.
I used classic get text activity to extract text and on the selector indicated value as well as anchor. But when I made the value as dynamic (aaname = ‘*’) the value is not highlighting.
That’s not making it dynamic. Dynamic is when you use a variable in the selector. By putting aaname='*' you’re making the aaname property absolutely meaningless (* means match anything) which is why your selector isn’t working.
Also, that you have an idx in there tells me your selector is not detailed enough to be unique. It might be because it’s a DIV. It’s important to learn how to use the UI browsing pane on the left side of UI Explorer to drill down and find the correct element.