Remove obsolete optimization and resource monitoring documentation; update scenario management to ensure user directory saving and template protection.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user