v1.2.0: Added iframe and postMessage support
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.