baruchvlz / resq

React Element Selector Query (RESQ) - Query React components and children by component name or HTML selector
MIT License
174 stars 27 forks source link

React in iframe #80

Closed TheFe91 closed 3 years ago

TheFe91 commented 3 years ago

If the react application is managed within an iframe, the document.querySelector(rootElSelector) is not enough.

GOAL: Add a way to select React's root element in an iframe

WORK DONE: Implemented a new waitToLoadReactInIframe method that accepts both the iframe selector and the root selector and returns the iframe selector

baruchvlz commented 3 years ago

Thanks for doing this, I have a few change requests before I merge this.