react-chrome-extension icon indicating copy to clipboard operation
react-chrome-extension copied to clipboard

Cannot get window in Frame

Open HanKizz opened this issue 3 years ago • 1 comments

Hi I cannot get window.grecaptcha in frame. But in console i can do it!

Please check and if you have any solution, please help me!

HanKizz avatar Sep 22 '22 00:09 HanKizz

Hi @terminalAZ

You can see I am passing document and window as props to the App component in the content.js file, so Inside App, you must use props.window instead window to access iframe DOM.

this.props.window.grecaptcha

satendra02 avatar Sep 22 '22 16:09 satendra02