Skip to content

v1.2.0: Added iframe and postMessage support

Compare
Choose a tag to compare
@fcavallarin fcavallarin released this 10 Dec 10:02
· 1 commit to main since this release
f41a6f2

Iframe Integration

Iframes are now fully integrated and treated as part of the main page, facilitating easier crawling.
Key improvements include:

  • New CSS Selector: A new CSS selector has been introduced for selecting elements within iframes.
  • Cross-Origin Iframe Crawling: It's now feasible to crawl iframes that are not of the same origin.

postMessage Handling

A new feature to intercept and manipulate 'postMessage' calls has been implemented.