Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pleabargain
Created October 6, 2018 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pleabargain/0bfc191fb1cb9cd11a9082bc77f131f1 to your computer and use it in GitHub Desktop.
Save pleabargain/0bfc191fb1cb9cd11a9082bc77f131f1 to your computer and use it in GitHub Desktop.
kantu test macro
{
"CreationDate": "2018-10-6",
"Commands": [
{
"Command": "open",
"Target": "https://forum.a9t9.com/",
"Value": ""
},
{
"Command": "clickAt",
"Target": "//*[@id=\"search-button\"]/i",
"Value": "13,15"
},
{
"Command": "clickAt",
"Target": "id=search-term",
"Value": "159,20"
},
{
"Command": "type",
"Target": "id=search-term",
"Value": "test"
},
{
"Command": "clickAt",
"Target": "link=show more",
"Value": "42,7"
},
{
"Command": "clickAt",
"Target": "//*[@id=\"ember1152\"]/i",
"Value": "3,11"
},
{
"Command": "clickAt",
"Target": "id=ember1528",
"Value": "311,10"
},
{
"Command": "captureScreenshot",
"Target": "test",
"Value": ""
},
{
"Command": "echo",
"Target": "",
"Value": "should have take a screen grab"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment