{
  "actions": [
    {
      "type": "pointer",
      "id": "finger1",
      "parameters": {
        "pointerType": "mouse"
      },
      "actions": [
        {
          "type": "pointerMove",
          "duration": 0,
          "x": 424,
          "y": 545
        },
        {
          "type": "pointerDown",
          "button": 0
        },
        {
          "type": "pause",
          "duration": 10
        },
        {
          "type": "pointerMove",
          "duration": 10,
          "origin": "pointer",
          "x": 0,
          "y": 1
        },
        {
          "type": "pointerUp",
          "button": 0
        }
      ]
    }
  ]
}