Goal
Pages are restricted with a CAPTCHA.
Solve the CAPTCHA below to see the data.
Documentation
Instructions
-
Create the agent
scraping-challenge-5
-
Access this page using
Puppeter.Page.goto()
and Puppeter.Page.waitForSelector()
.
-
Use the function
buster.solveCaptchaBase64()
to resolve the image.
-
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.
-
Send the data using
buster.setResultObject()
.
Solution