Files
VisionFlowAutomator/templates/Simple Click Example/scenario.json
T

26 lines
426 B
JSON

{
"name": "Simple Click Example",
"steps": [
{
"name": "Click on Button",
"condition": "OR",
"images": [],
"actions": [
{
"type": "click",
"params": {
"button": "left",
"pos_type": "center"
}
},
{
"type": "delay",
"params": {
"duration": 1.0
}
}
]
}
]
}