Challenge 5: Bypass CAPTCHA
Goal
Pages are restricted with a CAPTCHA. Solve the CAPTCHA below to see the data.
Documentation
Instructions
  1. Create the agent scraping-challenge-5
  2. Access this page using Puppeter.Page.goto() and Puppeter.Page.waitForSelector().
  3. Use the function buster.solveCaptchaBase64() to resolve the image.
  4. Use the functions Puppeteer.Page.type() and Puppeteer.Page.click() to fill the captcha solution and use Puppeteer.Page.waitForSelector() to make sure the data loaded.
  5. Send the data using buster.setResultObject().
Solution