How to Get Hyperlink Text in Webpage

Hi,
How to get hyperlink text in different webpages but no chance to use anchor in the page. Please advice me.

Hi @Gowthaman_Subramanian

How it looks like, could you share a screenshot of it if it is don’t have confidential information

Hi Mahesh,
I want to get that https://doi.org/ link from different pages


Hi @Gowthaman_Subramanian

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.!

@Gowthaman_Subramanian,

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

Okay @Gowthaman_Subramanian

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!!

@Gowthaman_Subramanian

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