How does puppeteer deal with websites that need to scan the code to log in?

such as the question, how to deal with this kind of website which needs to scan the code to log in?

currently encounter a website that requires

  • sign in by scanning the code
  • account password, all with graphic verification code

is there any solution for the first one?

is there any plan for the second kind of graphic CAPTCHA?

Mar.01,2021

1. See if you want to use puppeteer to log in. In that case, there is no good solution
2. If you just want to bypass login, then see whether the website uses cookie or something to save login information, and ok it by injecting puppeteer into the page

.
Menu