-
Notifications
You must be signed in to change notification settings - Fork 4
/
Shut down computer.ab
51 lines (51 loc) · 1.25 KB
/
Shut down computer.ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"schemaGroupSerialized" : {
"type" : "SchemaGroup",
"actionList" : [ {
"type" : "MousePointAction",
"actionBootType" : "CLICK_RIGHT_MOUSE_BUTTON",
"point" : "(22;1059)",
"image" : null,
"threshold" : 90.0,
"ignoreIfNotFound" : false
}, {
"type" : "DelayAction",
"actionBootType" : "DELAY",
"timeContainer" : {
"value" : "50",
"type" : "MILLISECONDS"
}
}, {
"type" : "MousePointAction",
"actionBootType" : "CLICK_LEFT_MOUSE_BUTTON",
"point" : "(157;1002)",
"image" : null,
"threshold" : 90.0,
"ignoreIfNotFound" : false
}, {
"type" : "DelayAction",
"actionBootType" : "DELAY",
"timeContainer" : {
"value" : "50",
"type" : "MILLISECONDS"
}
}, {
"type" : "MousePointAction",
"actionBootType" : "CLICK_LEFT_MOUSE_BUTTON",
"point" : "(349;969)",
"image" : null,
"threshold" : 90.0,
"ignoreIfNotFound" : false
} ],
"groupName" : "Group",
"numberOfIterations" : "1",
"turnOn" : true
},
"localSettings" : {
"stopActionsKeys" : [ ],
"runActionsKeys" : [ ],
"endpointName" : ""
},
"orgFile" : null,
"applicationVersion" : "1.1.0"
}