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
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:
- Opens up a page https://demo.gaffa.dev/mlh/challenge
- Scrolls to the bottom of the page (scroll action)
- Types your email into the email field (type action)
- Clicks the submit button (click action)
- 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.