testing int limits and renaming based on specs
This commit is contained in:
@@ -237,13 +237,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macroActionType": "moveMouse",
|
"macroActionType": "moveMouse",
|
||||||
"x": 123,
|
"x": -1920,
|
||||||
"y": 123
|
"y": 220
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"macroActionType": "scrollMouse",
|
"macroActionType": "scrollMouse",
|
||||||
"x": 123,
|
"x": 0,
|
||||||
"y": 123
|
"y": 20000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"macroActionType": "delay",
|
||||||
|
"delay": 40000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"macroActionType": "text",
|
||||||
|
"text": "this is a text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user