How to click on hyperlink

I have to click on hyperlink in a webpage. The name of the hyperlink keeps on changing but the position of the hyperlink will remain same. How can click into it ignoring the text?

1 Like

You can use the anchor base activity to achieve this. Set any element which is near the hyperlink as the anchor then use the click activity indicating the hyperlink. Adjust the selector of click using wildcards for reusability.:slight_smile:

1 Like

I will try this. Thank you.

1 Like

How to adjust selector of click? I don’t want click selector to identify the hyperlink text. How can I achieve this?

Replace the whole Hyperlink text in the selector with *

1 Like

Ok i will try this.

1 Like

Everything working fine. Thank you for the suggestion.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.