Opening link in a new page

Hello all,

After reading the Browser keyword documentation I was not able to figure out a way to open a website link in a new page.

Instead of clicking the link and opening it in current page, I would like it to be opened in a new page (tab) with returned page data. So that I can switch between original page and new page.

Is this possible with the Browser Library? If it requires creating a new high level keyword, that is fine as well.

Thank you and best regards,
A

@Aero10 What about creating a new page with the content of the href attribute of the link?

2 Likes

@falcon030 This is what I needed and included it in the solution, many thanks!

1 Like