Skip to main content

Challenge 2: Create and Run a Browser Request with Gaffa

Now that you've seen Gaffa in action, let's get a little more hands on!
Challenge 2: Create and Run a Browser Request with Gaffa background
Challenge

Challenge 2: Create and Run a Browser Request with Gaffa

Now that you’ve seen Gaffa in action, let’s get a little more hands on!

Create and run a browser request that:

  1. Opens up a page https://demo.gaffa.dev/mlh/challenge
  2. Scrolls to the bottom of the page (scroll action)
  3. Types your email into the email field (type action)
  4. Clicks the submit button (click action)
  5. Then waits (wait action) for the success modal and captures a screenshot (screenshot action)

Using the playground environment, you can edit the JSON object within the Request Body window to access the following URL: https://demo.gaffa.dev/mlh/challenge

You can start out with the “fill out a form and wait for success” template and add / remove actions necessary to complete the challenge prompts.

Hit the Send Request button and see what happens!

Be sure to submit a screenshot of the “Success Modal” to complete this challenge submission.