Iframe not detectable or lack of knowledge :(

Hi,

I would like to scrape the company name and website from the company detail page (Exhibitor - 4am Robotics GmbH), but I am having trouble accomplishing this. In the source code of the website, I see that it is an iframe?!?!

Could someone help me get started? I have tried working with "element attribute" and Attribute name, but I have no clue how to select the correct data.

If anyone could help me...

There is a iframe for this site, but it does not seem to enclose the data you mentioned. It seems to be quite straightforward element selection:

{"_id":"automatica-test","startUrl":["https://exhibitors.automatica-munich.com/en/exhibitors-details/exhibitors-brands/exhibitors-brands-details/exhibitorDetail/ID/1259417/?cHash=2b0bf267103881e1447a952c37ca2edb"],"selectors":[{"id":"Company","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div > h1","type":"SelectorText"},{"id":"website","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"li:contains('Website') div a[target]","type":"SelectorText"},{"id":"Email","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"li:contains('E-mail') a","type":"SelectorText"}]}