Is there any way to find out using javascript when Google Recaptcha v2 opens and closes the call window? (this is a window in which you need to select some images based on the description that they give).
Because only when - and if - it opens (since it does not happen every time), I need to display some information with js. Then delete when it closes. But I could not find events for him in the documentation, and since this is an iframe from another domain, I can not add listeners inside to find it myself.
source
share