-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi,
I'm able to generate the token, and I'm adding it to the textarea via innerHTML.
This is my snippet using Playwright in Python:
await page.evaluate('token => document.getElementsByClassName("g-recaptcha-response")[0].innerHTML = token', token)
The token gets added in the textarea:
<textarea>TOKEN</textarea>
but when submitting the form is not able to bypass the captcha.
Any idea?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels