1{ 2 "device": "touchscreen", 3 "type": "elegant", 4 "actions": [ 5 { "action": "down", "slot": 1, "x": 200, "y": 200 }, 6 { "action": "wait", "duration": 100 }, 7 { "action": "up", "slot": 1 }, 8 { "action": "wait", "duration": 1000 }, 9 { "action": "down", "slot": 1, "x": 218, "y": 1265 }, 10 { "action": "wait", "duration": 50 }, 11 { "action": "up", "slot": 1 }, 12 { "action": "wait", "duration": 1000 }, 13 { "action": "down", "slot": 1, "x": 200, "y": 200 }, 14 { "action": "wait", "duration": 1000 }, 15 { "action": "move-to", "slot": 1, "x": 500, "y": 500 }, 16 { "action": "wait", "duration": 500 }, 17 { "action": "up", "slot": 1 } 18 ] 19}