Hi,
How to get hyperlink text in different webpages but no chance to use anchor in the page. Please advice me.
How it looks like, could you share a screenshot of it if it is don’t have confidential information
Use Get Text activity and don’t indicate any anchor. While indicating in the Selector window Check the Strict Selector and uncheck the fuzzy selector then validate.
Try this approach.!
Use Get Attribute
activity.
Thanks Mahesh, but tried that already. Actually I got issue in Strict Selector
how to use the “htmlwindowname”, “title”, “aaname” for different pages
First, indicate the element and check the strict selector, then validate it. Next, go back to Studio, open the properties, and access the Window selector. Change the Title and htmlwindowname attributes to use a wildcard (*). Afterward, open the strict selector and click on UI Explorer. In the attributes section, select the attributes that will provide the Hyperlink value.
Hope it helps!!
may be use a generic selector like below and then use for each ui element or find children and use get attribute inside for each ui element
<html app='chrome*' />
<webctrl tag='A' />
cheers