Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] puppeteer-extra-plugin-recaptcha detects that the challenge popup is open, but isn't. #906

Open
djereg opened this issue Jul 24, 2024 · 1 comment
Labels
issue: bug report A bug has been reported needs triage

Comments

@djereg
Copy link

djereg commented Jul 24, 2024

Describe the bug

The pluging detects that the invisible recaptcha v2 has an active challenge popup, but the popup is not visible.

Versions

System:
    OS: Linux 6.8 Ubuntu 24.04 LTS 24.04 LTS (Noble Numbat)
    CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11700F @ 2.50GHz
    Memory: 35.70 GB / 62.63 GB
    Container: Yes
    Shell: 5.2.21 - /bin/bash
  Binaries:
    Node: 21.7.2 - ~/.nvm/versions/node/v21.7.2/bin/node
    npm: 10.5.0 - ~/.nvm/versions/node/v21.7.2/bin/npm
  npmPackages:
    puppeteer: 22.11.2 => 22.11.2
    "puppeteer-extra": "^3.3.6",
    "puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
    "puppeteer-extra-plugin-recaptcha": "^3.6.8",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
@djereg djereg added issue: bug report A bug has been reported needs triage labels Jul 24, 2024
@djereg
Copy link
Author

djereg commented Jul 25, 2024

Did some research and discovered, that the challenge frame is in viewport, however the container div is not (top: -10000px) but the iframe yes DOMRect {"x": 1, "y": 1, "width": 1263, "height": 150, "top": 1, "right": 1264, "bottom": 151, "left": 1}

You can check it here: https://recaptcha-demo.appspot.com/recaptcha-v2-invisible.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug report A bug has been reported needs triage
Projects
None yet
Development

No branches or pull requests

1 participant