Is possible parse the URL from new page tab on Puppeter or Selenium?

Hello Ruri, I would like to know if it is possible to use “parse” to use the new address of the tab

First I navigate to the page and then click on the element, this element opens a new browser tab, then I would like to get the url of this new tab that was opened

Try with <data.ADDRESS>. If that doesn’t work, then you need to execute js (there’s a block for it) and return the value of window.location.href which should contain the URL you’re looking for.

2 Likes

@Ruri
can you help me?

You need to add a Puppeteer > “Execute Js” block and do return window.location.href, then you will have it as a string in the output variable. Do not put that in regular LoliCode