berstend / puppeteer-extra

💯 Teach puppeteer new tricks through plugins.
https://extra.community
MIT License
6.55k stars 745 forks source link

[Bug] puppeteer-extra-plugin-recaptcha doesn't work in Electron. #577

Closed kurohoan closed 3 years ago

kurohoan commented 3 years ago

I don't know if it's a bug, but the puppeteer-extra-plugin-recaptcha doesn't work in Electron.

"puppeteer-extra":"^3.1.18", "puppeteer-extra-plugin-recaptcha":"^3.5.0",

berstend commented 3 years ago

@kurohoan I haven't used puppeteer-extra with Electron so far, would you mind setting up a minimal repo so I can quickly debug this?

kurohoan commented 3 years ago

@berstend I understand. We'll prepare a demo version and let you know when we can reproduce the symptoms.

kurohoan commented 3 years ago

"puppeteer-extra-plugin-stealth":"^2.9.0",

I updated the version of stealth to the above and it works now.

kurohoan commented 3 years ago

@berstend Sorry, I was wrong about the cookies, I was able to log in. The only other thing I can't solve is the recapcha.

Thank you for your help.

kurohoan commented 3 years ago

@berstend

In the recaptcha case, the behavior when the captcha is solved is not that the check mark is checked, but that the mark on the right side turns green, which is a sign that the problem has been solved? If so, then I was able to solve the Google captcha.

However, I don't think Amazon's captcha was solved. Can't this module solve Amazon's recaptures?

kurohoan commented 3 years ago

@berstend I've changed the repository to private and invited you to join.