Created
March 27, 2015 03:38
-
-
Save waldronj/49314f2790dcbc67a2e1 to your computer and use it in GitHub Desktop.
payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "check":"2", | |
| "url":"http://thejwal.com", | |
| "transaction":[ | |
| { | |
| "action":"present", | |
| "selector":"#idLogo123", | |
| "text": "This is what I'm going to fill a textbox with" | |
| }, | |
| { | |
| "action":"fill", | |
| "selector":"#footerStuff", | |
| "text": "validate all the things" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment