Skip to content

What to do with the token? #8

@alexguemez

Description

@alexguemez

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions