Describe the problem.
Hi,
I am trying to scrape the telephon number which shows up in a pop-up after clicking "CONTACTAR". (left side, under each advertisement)
The thing is, that the pop-up is an iframe, and it seems that I can't select anything inside.
Any help?
PS: I am just testing with the first one, so I haven't created elements yet.
Thanks
Url: https://www.milanuncios.com/anuncios-en-barcelona/?fromSearch=1&demanda=s
Sitemap:
{"_id":"milanuncios","startUrl":["https://www.milanuncios.com/ofertas-de-empleo-en-barcelona/?demanda=s"],"selectors":[{"id":"Service","type":"SelectorText","parentSelectors":["_root"],"selector":"div.aditem:nth-of-type(5) div.aditem-detail div.display-desktop","multiple":false,"regex":"","delay":0},{"id":"Area","type":"SelectorText","parentSelectors":["_root"],"selector":"div.aditem:nth-of-type(5) div.list-location-region","multiple":false,"regex":"","delay":0},{"id":"CONTACTAR","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"div#ph208072290.aditem-footer a.highlighted-button span","multiple":false,"delay":0}]}