Skip to content

Instantly share code, notes, and snippets.

@stirno
Created October 19, 2011 14:46
Show Gist options
  • Save stirno/1298501 to your computer and use it in GitHub Desktop.
Save stirno/1298501 to your computer and use it in GitHub Desktop.
Example Service API for Test Runner
{
Browser: "Firefox",
Steps: [
{
Command: "Open",
Arguments: [
URL: "http://www.google.com/"
]
},
{
Command: "Click",
Arguments: [
Selector: "input[type='button']",
ClickMode: "NoWait"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment