Scrape text from simple pop-up (same link)

Hello!

I'm trying to scrape data from a pop-up (if it is even a pop-up) that comes after clicking on a little section of the page - it is on the same link, you can see it here, where it says "technical characteristics".

Then the following comes up:

I would like to scrape the EAN value, I try to do it normally as text like this but it comes empty:

The page is https://www.worten.pt/produtos/pistola-de-massagem-prixton-mgf200-extreme-7648292 .

Any help is appreciated!

Hi,

It looks like the information can be located in the HTML even without a click. Please see the sitemap for reference:

{"_id":"worten","startUrl":["https://www.worten.pt/produtos/pistola-de-massagem-prixton-mgf200-extreme-7648292"],"selectors":[{"id":"ean","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"td:contains(\"EAN\") +","type":"SelectorText"}]}