Skip to content

Instantly share code, notes, and snippets.

@stirno
Created October 21, 2011 01:22
Show Gist options
  • Save stirno/1302873 to your computer and use it in GitHub Desktop.
Save stirno/1302873 to your computer and use it in GitHub Desktop.
FluentAutomation JSON Request
[{
"name": "Open",
"arguments": {
"url": "http://www.google.com/"
}
},
{
"name": "Enter",
"arguments": {
"value": "Fluent Automation",
"selector": "input[title='Search']"
}
},
{
"name": "Click",
"arguments": {
"selector": "button[value='Search']"
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment