Skip to content

Instantly share code, notes, and snippets.

@leipreachan
Created April 9, 2018 16:05
Show Gist options
  • Save leipreachan/bb06a4f5baec5180c9ed3fc3dc6469f7 to your computer and use it in GitHub Desktop.
Save leipreachan/bb06a4f5baec5180c9ed3fc3dc6469f7 to your computer and use it in GitHub Desktop.
POST http://localhost:4444/wd/hub/session/b01c879e-160a-49f9-968c-9e451a0f8eb3/actions
Content-Type: application/json;charset=utf-8
{
"actions": [
{
"type": "key",
"id": "keyboard_1",
"actions": [
{
"type": "keyDown",
"value": "\uE009"
},
{
"type": "keyDown",
"value": "t"
},
{
"type": "keyUp",
"value": "t"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment