I have a test project using a library supporting crawl(openbuilding spiderling). The problem is when i crawl on url "https://examlple.com". This page content a iframe from "https://iframe.com".
I want to get the element p(s) inside the iframe. But i now only can get those elements by visit iframe.com. I want to know that is there anyway to get element p even when i don't visit iframe.com, such as wait for ifame loaded. Thank you!