Last active
September 17, 2015 03:25
-
-
Save pingometer/476241248c7985f8ccc2 to your computer and use it in GitHub Desktop.
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
{ | |
"1": { | |
"get": "http://pingometer.com" | |
}, | |
"2": { | |
"fill_by_xpath": "/html/body/footer/div[1]/div[1]/form/input[1]|[email protected]" | |
}, | |
"3": { | |
"click_by_xpath": "/html/body/footer/div[1]/div[1]/form/input[3]" | |
}, | |
"4": { | |
"assert_in_url": "sign-up?email=john%40example.com" | |
}, | |
"5": { | |
"get": "http://pingometer.com?logout", | |
"force": 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment