You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So one of the websites I monitor implemented a recaptcha. It also shows when I use it in my own browser, so they probably flagged my IP, but its enough to click "I am a human" and it works 10/10 without getting me to solve the puzzle.
So I tried getting ChangeDetection to do the same, to no avail: no matter what I do, I cannot have it check that checkbox. The captcha itself is in an iFrame. I tried:
finding an XPath element (a full /html/blabla/iframe/html/element)
clicking X, Y
Clicking element by its name
Nothing works. At the very least clicking on X, Y should, right? What am I missing here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So one of the websites I monitor implemented a recaptcha. It also shows when I use it in my own browser, so they probably flagged my IP, but its enough to click "I am a human" and it works 10/10 without getting me to solve the puzzle.
So I tried getting ChangeDetection to do the same, to no avail: no matter what I do, I cannot have it check that checkbox. The captcha itself is in an iFrame. I tried:
Nothing works. At the very least clicking on X, Y should, right? What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions