react-scan icon indicating copy to clipboard operation
react-scan copied to clipboard

[Feature Request] Support react app loaded inside of an iframe

Open DanceParty opened this issue 2 months ago • 0 comments

I believe this should be possible as the scripts gets injected into the main document, then we can use the playwright selectors to select inside of the iframe. The use case is that I have a react app that injects another react app inside of it via an iframe.

DanceParty avatar Dec 05 '24 17:12 DanceParty