Challenge 6: Modify cookies
Goal
Pages are restricted to users with a specific cookie. Change your cookies before accessing this page.
Documentation
Instructions
  1. Create the agent scraping-challenge-6
  2. Create a cookie named phantomCookie and with the value sample_value.
  3. Access this page using Puppeter.Page.goto() and Puppeter.Page.waitForSelector().
  4. Send the data using buster.setResultObject().
Solution

WRONG COOKIES

Change your "phantomCookie" cookie before accessing the site.