Skip to content

Instantly share code, notes, and snippets.

@thu2004
Created November 25, 2014 16:34
Show Gist options
  • Save thu2004/b3bec0c31efe24d17341 to your computer and use it in GitHub Desktop.
Save thu2004/b3bec0c31efe24d17341 to your computer and use it in GitHub Desktop.
{
"url": "http://localhost:8080/wd/hub/session/fd16292c-becf-1a8e-370a-c0737d889f83/actions/",
"method": "POST",
"json": {
"payload": [
{
"id": "",
"inputDevice": "touch",
"actions": [
{
"name": "pointerDown",
"y": 300,
"x": 420
},
{
"name": "pause",
"ms": 500
},
{
"name": "pointerMove",
"y": 300,
"x": 515
},
{
"name": "pointerUp"
}
]
},
{
"id": "",
"inputDevice": "touch",
"actions": [
{
"name": "pointerDown",
"y": 300,
"x": 800
},
{
"name": "pause",
"ms": 500
},
{
"name": "pointerMove",
"y": 300,
"x": 705
},
{
"name": "pointerUp"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment