How to handle hyperlink in web page?

Hi,

When I click on hyperlink it will move to new tab.
And I tried to use dynamic selector but its not working.

Hi @ashukla

when you switch to a new tab you need to ensure that your scope switches too (e.g title tag).
Could you please share you current selector.

Du you want to stay on the same main tab?

“Get Attribute Activity : Url” gives you the Url

Either put the link as text “https://www.example.com/” +mydynamicvar+ “/something” into the NavigateTo Activity.

Or you can Use the Set Attribute Activity and pass the string under “Url” attribute to the page.

Hello There,

do ui automation by pressing key Ctrl+Tab which will take you next tab.

Cheers,
Pankaj

Actually, when I click on submit button then it will open new webpage where I have table and in table I have a hyperlink. that i need to click on that it will again open new tab

and i do not have unique selector infact i couldnt use dynamic selector.

Actually, when I click on submit button then it will open new webpage where I have table and in table I have a hyperlink. that i need to click on that it will again open new tab

and i do not have unique selector infact i couldnt use dynamic selector.