doc-detective-common 3.4.1-dev.3 → 3.4.1-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schemas/checkLink_v3.schema.json +2 -2
- package/dist/schemas/click_v3.schema.json +4 -4
- package/dist/schemas/config_v3.schema.json +481 -123
- package/dist/schemas/find_v3.schema.json +41 -28
- package/dist/schemas/goTo_v3.schema.json +167 -1
- package/dist/schemas/httpRequest_v3.schema.json +2 -2
- package/dist/schemas/report_v3.schema.json +478 -120
- package/dist/schemas/resolvedTests_v3.schema.json +1003 -287
- package/dist/schemas/runCode_v3.schema.json +4 -4
- package/dist/schemas/runShell_v3.schema.json +4 -4
- package/dist/schemas/screenshot_v3.schema.json +6 -6
- package/dist/schemas/spec_v3.schema.json +478 -120
- package/dist/schemas/step_v3.schema.json +238 -59
- package/dist/schemas/test_v3.schema.json +477 -119
- package/dist/schemas/type_v3.schema.json +8 -8
- package/package.json +2 -2
- package/src/schemas/build/checkLink_v3.schema.json +1 -1
- package/src/schemas/build/click_v3.schema.json +2 -2
- package/src/schemas/build/find_v3.schema.json +15 -2
- package/src/schemas/build/httpRequest_v3.schema.json +1 -1
- package/src/schemas/build/runCode_v3.schema.json +2 -2
- package/src/schemas/build/runShell_v3.schema.json +2 -2
- package/src/schemas/build/screenshot_v3.schema.json +2 -2
- package/src/schemas/build/test_v3.schema.json +1 -1
- package/src/schemas/build/type_v3.schema.json +3 -3
- package/src/schemas/output_schemas/checkLink_v3.schema.json +2 -2
- package/src/schemas/output_schemas/click_v3.schema.json +4 -4
- package/src/schemas/output_schemas/config_v3.schema.json +481 -123
- package/src/schemas/output_schemas/find_v3.schema.json +41 -28
- package/src/schemas/output_schemas/goTo_v3.schema.json +167 -1
- package/src/schemas/output_schemas/httpRequest_v3.schema.json +2 -2
- package/src/schemas/output_schemas/report_v3.schema.json +478 -120
- package/src/schemas/output_schemas/resolvedTests_v3.schema.json +1003 -287
- package/src/schemas/output_schemas/runCode_v3.schema.json +4 -4
- package/src/schemas/output_schemas/runShell_v3.schema.json +4 -4
- package/src/schemas/output_schemas/screenshot_v3.schema.json +6 -6
- package/src/schemas/output_schemas/spec_v3.schema.json +478 -120
- package/src/schemas/output_schemas/step_v3.schema.json +238 -59
- package/src/schemas/output_schemas/test_v3.schema.json +477 -119
- package/src/schemas/output_schemas/type_v3.schema.json +8 -8
- package/src/schemas/schemas.json +3588 -1082
- package/src/schemas/src_schemas/checkLink_v3.schema.json +1 -1
- package/src/schemas/src_schemas/click_v3.schema.json +2 -2
- package/src/schemas/src_schemas/find_v3.schema.json +12 -2
- package/src/schemas/src_schemas/goTo_v3.schema.json +109 -14
- package/src/schemas/src_schemas/httpRequest_v3.schema.json +1 -1
- package/src/schemas/src_schemas/runCode_v3.schema.json +2 -2
- package/src/schemas/src_schemas/runShell_v3.schema.json +2 -2
- package/src/schemas/src_schemas/screenshot_v3.schema.json +2 -2
- package/src/schemas/src_schemas/test_v3.schema.json +1 -1
- package/src/schemas/src_schemas/type_v3.schema.json +3 -3
- package/src/schemas/build/goTo_v3.schema.json +0 -63
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
68
68
|
},
|
|
69
69
|
"elementClass": {
|
|
70
|
-
"
|
|
70
|
+
"anyOf": [
|
|
71
71
|
{
|
|
72
72
|
"type": "string"
|
|
73
73
|
},
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"type": "object",
|
|
85
85
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
86
86
|
"additionalProperties": {
|
|
87
|
-
"
|
|
87
|
+
"anyOf": [
|
|
88
88
|
{
|
|
89
89
|
"type": "string"
|
|
90
90
|
},
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
192
192
|
},
|
|
193
193
|
"elementClass": {
|
|
194
|
-
"
|
|
194
|
+
"anyOf": [
|
|
195
195
|
{
|
|
196
196
|
"type": "string"
|
|
197
197
|
},
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"type": "object",
|
|
209
209
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
210
210
|
"additionalProperties": {
|
|
211
|
-
"
|
|
211
|
+
"anyOf": [
|
|
212
212
|
{
|
|
213
213
|
"type": "string"
|
|
214
214
|
},
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
315
315
|
},
|
|
316
316
|
"elementClass": {
|
|
317
|
-
"
|
|
317
|
+
"anyOf": [
|
|
318
318
|
{
|
|
319
319
|
"type": "string"
|
|
320
320
|
},
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"type": "object",
|
|
332
332
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
333
333
|
"additionalProperties": {
|
|
334
|
-
"
|
|
334
|
+
"anyOf": [
|
|
335
335
|
{
|
|
336
336
|
"type": "string"
|
|
337
337
|
},
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
{
|
|
402
402
|
"type": "array",
|
|
403
403
|
"items": {
|
|
404
|
-
"
|
|
404
|
+
"anyOf": [
|
|
405
405
|
{
|
|
406
406
|
"type": "string"
|
|
407
407
|
}
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
{
|
|
425
425
|
"type": "array",
|
|
426
426
|
"items": {
|
|
427
|
-
"
|
|
427
|
+
"anyOf": [
|
|
428
428
|
{
|
|
429
429
|
"type": "string"
|
|
430
430
|
}
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
456
456
|
},
|
|
457
457
|
"elementClass": {
|
|
458
|
-
"
|
|
458
|
+
"anyOf": [
|
|
459
459
|
{
|
|
460
460
|
"type": "string"
|
|
461
461
|
},
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"type": "object",
|
|
473
473
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
474
474
|
"additionalProperties": {
|
|
475
|
-
"
|
|
475
|
+
"anyOf": [
|
|
476
476
|
{
|
|
477
477
|
"type": "string"
|
|
478
478
|
},
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
{
|
|
509
509
|
"type": "array",
|
|
510
510
|
"items": {
|
|
511
|
-
"
|
|
511
|
+
"anyOf": [
|
|
512
512
|
{
|
|
513
513
|
"type": "string"
|
|
514
514
|
}
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
{
|
|
532
532
|
"type": "array",
|
|
533
533
|
"items": {
|
|
534
|
-
"
|
|
534
|
+
"anyOf": [
|
|
535
535
|
{
|
|
536
536
|
"type": "string"
|
|
537
537
|
}
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
563
563
|
},
|
|
564
564
|
"elementClass": {
|
|
565
|
-
"
|
|
565
|
+
"anyOf": [
|
|
566
566
|
{
|
|
567
567
|
"type": "string"
|
|
568
568
|
},
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"type": "object",
|
|
580
580
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
581
581
|
"additionalProperties": {
|
|
582
|
-
"
|
|
582
|
+
"anyOf": [
|
|
583
583
|
{
|
|
584
584
|
"type": "string"
|
|
585
585
|
},
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
717
717
|
},
|
|
718
718
|
"elementClass": {
|
|
719
|
-
"
|
|
719
|
+
"anyOf": [
|
|
720
720
|
{
|
|
721
721
|
"type": "string"
|
|
722
722
|
},
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
"type": "object",
|
|
734
734
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
735
735
|
"additionalProperties": {
|
|
736
|
-
"
|
|
736
|
+
"anyOf": [
|
|
737
737
|
{
|
|
738
738
|
"type": "string"
|
|
739
739
|
},
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
841
841
|
},
|
|
842
842
|
"elementClass": {
|
|
843
|
-
"
|
|
843
|
+
"anyOf": [
|
|
844
844
|
{
|
|
845
845
|
"type": "string"
|
|
846
846
|
},
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
"type": "object",
|
|
858
858
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
859
859
|
"additionalProperties": {
|
|
860
|
-
"
|
|
860
|
+
"anyOf": [
|
|
861
861
|
{
|
|
862
862
|
"type": "string"
|
|
863
863
|
},
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
964
964
|
},
|
|
965
965
|
"elementClass": {
|
|
966
|
-
"
|
|
966
|
+
"anyOf": [
|
|
967
967
|
{
|
|
968
968
|
"type": "string"
|
|
969
969
|
},
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
"type": "object",
|
|
981
981
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
982
982
|
"additionalProperties": {
|
|
983
|
-
"
|
|
983
|
+
"anyOf": [
|
|
984
984
|
{
|
|
985
985
|
"type": "string"
|
|
986
986
|
},
|
|
@@ -1050,7 +1050,7 @@
|
|
|
1050
1050
|
{
|
|
1051
1051
|
"type": "array",
|
|
1052
1052
|
"items": {
|
|
1053
|
-
"
|
|
1053
|
+
"anyOf": [
|
|
1054
1054
|
{
|
|
1055
1055
|
"type": "string"
|
|
1056
1056
|
}
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
{
|
|
1074
1074
|
"type": "array",
|
|
1075
1075
|
"items": {
|
|
1076
|
-
"
|
|
1076
|
+
"anyOf": [
|
|
1077
1077
|
{
|
|
1078
1078
|
"type": "string"
|
|
1079
1079
|
}
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1105
1105
|
},
|
|
1106
1106
|
"elementClass": {
|
|
1107
|
-
"
|
|
1107
|
+
"anyOf": [
|
|
1108
1108
|
{
|
|
1109
1109
|
"type": "string"
|
|
1110
1110
|
},
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
"type": "object",
|
|
1122
1122
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
1123
1123
|
"additionalProperties": {
|
|
1124
|
-
"
|
|
1124
|
+
"anyOf": [
|
|
1125
1125
|
{
|
|
1126
1126
|
"type": "string"
|
|
1127
1127
|
},
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
{
|
|
1158
1158
|
"type": "array",
|
|
1159
1159
|
"items": {
|
|
1160
|
-
"
|
|
1160
|
+
"anyOf": [
|
|
1161
1161
|
{
|
|
1162
1162
|
"type": "string"
|
|
1163
1163
|
}
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
{
|
|
1181
1181
|
"type": "array",
|
|
1182
1182
|
"items": {
|
|
1183
|
-
"
|
|
1183
|
+
"anyOf": [
|
|
1184
1184
|
{
|
|
1185
1185
|
"type": "string"
|
|
1186
1186
|
}
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1212
1212
|
},
|
|
1213
1213
|
"elementClass": {
|
|
1214
|
-
"
|
|
1214
|
+
"anyOf": [
|
|
1215
1215
|
{
|
|
1216
1216
|
"type": "string"
|
|
1217
1217
|
},
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
"type": "object",
|
|
1229
1229
|
"description": "Object of attribute key-value pairs that the element must have. Values can be strings (supporting /pattern/ regex), numbers, or booleans. Boolean true matches attribute presence, false matches absence.",
|
|
1230
1230
|
"additionalProperties": {
|
|
1231
|
-
"
|
|
1231
|
+
"anyOf": [
|
|
1232
1232
|
{
|
|
1233
1233
|
"type": "string"
|
|
1234
1234
|
},
|
|
@@ -1331,6 +1331,19 @@
|
|
|
1331
1331
|
],
|
|
1332
1332
|
"inputDelay": 100
|
|
1333
1333
|
}
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"elementId": "/^user-[0-9]+$/",
|
|
1337
|
+
"elementClass": [
|
|
1338
|
+
"admin",
|
|
1339
|
+
"/^level-[1-5]$/"
|
|
1340
|
+
],
|
|
1341
|
+
"elementAttribute": {
|
|
1342
|
+
"data-active": true,
|
|
1343
|
+
"data-score": "/^[0-9]+$/"
|
|
1344
|
+
},
|
|
1345
|
+
"timeout": 8000,
|
|
1346
|
+
"moveTo": false
|
|
1334
1347
|
}
|
|
1335
1348
|
]
|
|
1336
1349
|
}
|
|
@@ -33,6 +33,72 @@
|
|
|
33
33
|
"transform": [
|
|
34
34
|
"trim"
|
|
35
35
|
]
|
|
36
|
+
},
|
|
37
|
+
"timeout": {
|
|
38
|
+
"type": "integer",
|
|
39
|
+
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
40
|
+
"default": 30000,
|
|
41
|
+
"minimum": 0
|
|
42
|
+
},
|
|
43
|
+
"waitUntil": {
|
|
44
|
+
"type": "object",
|
|
45
|
+
"description": "Configuration for waiting conditions after navigation.",
|
|
46
|
+
"additionalProperties": false,
|
|
47
|
+
"properties": {
|
|
48
|
+
"networkIdleTime": {
|
|
49
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `null` to skip this check.",
|
|
50
|
+
"anyOf": [
|
|
51
|
+
{
|
|
52
|
+
"type": "integer",
|
|
53
|
+
"minimum": 0
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"type": "null"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"default": 500
|
|
60
|
+
},
|
|
61
|
+
"domIdleTime": {
|
|
62
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `null` to skip this check.",
|
|
63
|
+
"anyOf": [
|
|
64
|
+
{
|
|
65
|
+
"type": "integer",
|
|
66
|
+
"minimum": 0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"type": "null"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"default": 1000
|
|
73
|
+
},
|
|
74
|
+
"find": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"description": "Wait for a specific element to be present in the DOM. At least one of selector or elementText must be specified.",
|
|
77
|
+
"additionalProperties": false,
|
|
78
|
+
"anyOf": [
|
|
79
|
+
{
|
|
80
|
+
"required": [
|
|
81
|
+
"selector"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"required": [
|
|
86
|
+
"elementText"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"properties": {
|
|
91
|
+
"selector": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"description": "CSS selector for the element to wait for."
|
|
94
|
+
},
|
|
95
|
+
"elementText": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "Text content the element must contain."
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
36
102
|
}
|
|
37
103
|
},
|
|
38
104
|
"title": "Go to URL (detailed)"
|
|
@@ -71,6 +137,72 @@
|
|
|
71
137
|
"transform": [
|
|
72
138
|
"trim"
|
|
73
139
|
]
|
|
140
|
+
},
|
|
141
|
+
"timeout": {
|
|
142
|
+
"type": "integer",
|
|
143
|
+
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
144
|
+
"default": 30000,
|
|
145
|
+
"minimum": 0
|
|
146
|
+
},
|
|
147
|
+
"waitUntil": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"description": "Configuration for waiting conditions after navigation.",
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"properties": {
|
|
152
|
+
"networkIdleTime": {
|
|
153
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `null` to skip this check.",
|
|
154
|
+
"anyOf": [
|
|
155
|
+
{
|
|
156
|
+
"type": "integer",
|
|
157
|
+
"minimum": 0
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"type": "null"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"default": 500
|
|
164
|
+
},
|
|
165
|
+
"domIdleTime": {
|
|
166
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `null` to skip this check.",
|
|
167
|
+
"anyOf": [
|
|
168
|
+
{
|
|
169
|
+
"type": "integer",
|
|
170
|
+
"minimum": 0
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"type": "null"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"default": 1000
|
|
177
|
+
},
|
|
178
|
+
"find": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"description": "Wait for a specific element to be present in the DOM. At least one of selector or elementText must be specified.",
|
|
181
|
+
"additionalProperties": false,
|
|
182
|
+
"anyOf": [
|
|
183
|
+
{
|
|
184
|
+
"required": [
|
|
185
|
+
"selector"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"required": [
|
|
190
|
+
"elementText"
|
|
191
|
+
]
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"properties": {
|
|
195
|
+
"selector": {
|
|
196
|
+
"type": "string",
|
|
197
|
+
"description": "CSS selector for the element to wait for."
|
|
198
|
+
},
|
|
199
|
+
"elementText": {
|
|
200
|
+
"type": "string",
|
|
201
|
+
"description": "Text content the element must contain."
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
74
206
|
}
|
|
75
207
|
},
|
|
76
208
|
"title": "Go to URL (detailed)"
|
|
@@ -85,7 +217,41 @@
|
|
|
85
217
|
},
|
|
86
218
|
{
|
|
87
219
|
"url": "/search",
|
|
88
|
-
"origin": "www.google.com"
|
|
220
|
+
"origin": "https://www.google.com"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"url": "https://www.example.com",
|
|
224
|
+
"waitUntil": {
|
|
225
|
+
"networkIdleTime": 500
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"url": "https://www.example.com/dashboard",
|
|
230
|
+
"waitUntil": {
|
|
231
|
+
"find": {
|
|
232
|
+
"selector": "[data-testid='dashboard-loaded']"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"url": "https://www.example.com/app",
|
|
238
|
+
"timeout": 60000,
|
|
239
|
+
"waitUntil": {
|
|
240
|
+
"networkIdleTime": 500,
|
|
241
|
+
"domIdleTime": 1000,
|
|
242
|
+
"find": {
|
|
243
|
+
"selector": ".main-content",
|
|
244
|
+
"elementText": "Dashboard"
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"url": "https://www.example.com/status",
|
|
250
|
+
"waitUntil": {
|
|
251
|
+
"find": {
|
|
252
|
+
"elementText": "System operational"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
89
255
|
}
|
|
90
256
|
]
|
|
91
257
|
}
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
232
232
|
"type": "array",
|
|
233
233
|
"items": {
|
|
234
|
-
"
|
|
234
|
+
"anyOf": [
|
|
235
235
|
{
|
|
236
236
|
"type": "integer"
|
|
237
237
|
}
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
631
631
|
"type": "array",
|
|
632
632
|
"items": {
|
|
633
|
-
"
|
|
633
|
+
"anyOf": [
|
|
634
634
|
{
|
|
635
635
|
"type": "integer"
|
|
636
636
|
}
|