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