Get text from iframe

Hi Everyone,

I would like to scrape the following website, that has a question-answer pair as text that is displayed in an iframe in the middle of the site.

https://www.bag.admin.ch/bag/en/home/krankheiten/ausbrueche-epidemien-pandemien/aktuelle-ausbrueche-epidemien/novel-cov/haeufig-gestellte-fragen.html?faq-url=/en/pregnancy/can-i-consider-having-covid-19-vaccination-during-pregnancy

I'd like to get the title in the header, and the answer in the paragraph that reside in the iframe. So far I had no luck with the ifram:iframe method, I am not sure what I am doing wrong.

I tried to use this sitemap to get the text answer:

{"_id":"test3","startUrl":["url from above here"],"selectors":[{"id":"iframe","type":"SelectorText","parentSelectors":["_root"],"selector":"iframe:iframe div.field-item.even > p","multiple":false,"regex":"","delay":0}]}

Many thanks in advance

@rbogi

It seems that there's an issue not only with this exact website but iframe selector overall. The issue should be solved within and a week or two.