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
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"type": "array",
|
|
148
148
|
"description": "Contexts to run the test in. Overrides contexts defined at the config and spec levels.",
|
|
149
149
|
"items": {
|
|
150
|
-
"
|
|
150
|
+
"anyOf": [
|
|
151
151
|
{
|
|
152
152
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
153
153
|
"title": "context",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
{
|
|
1013
1013
|
"type": "array",
|
|
1014
1014
|
"items": {
|
|
1015
|
-
"
|
|
1015
|
+
"anyOf": [
|
|
1016
1016
|
{
|
|
1017
1017
|
"type": "integer"
|
|
1018
1018
|
}
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
{
|
|
1076
1076
|
"type": "array",
|
|
1077
1077
|
"items": {
|
|
1078
|
-
"
|
|
1078
|
+
"anyOf": [
|
|
1079
1079
|
{
|
|
1080
1080
|
"type": "integer"
|
|
1081
1081
|
}
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1260
1260
|
},
|
|
1261
1261
|
"elementClass": {
|
|
1262
|
-
"
|
|
1262
|
+
"anyOf": [
|
|
1263
1263
|
{
|
|
1264
1264
|
"type": "string"
|
|
1265
1265
|
},
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
"type": "object",
|
|
1277
1277
|
"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.",
|
|
1278
1278
|
"additionalProperties": {
|
|
1279
|
-
"
|
|
1279
|
+
"anyOf": [
|
|
1280
1280
|
{
|
|
1281
1281
|
"type": "string"
|
|
1282
1282
|
},
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1383
1383
|
},
|
|
1384
1384
|
"elementClass": {
|
|
1385
|
-
"
|
|
1385
|
+
"anyOf": [
|
|
1386
1386
|
{
|
|
1387
1387
|
"type": "string"
|
|
1388
1388
|
},
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
"type": "object",
|
|
1400
1400
|
"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.",
|
|
1401
1401
|
"additionalProperties": {
|
|
1402
|
-
"
|
|
1402
|
+
"anyOf": [
|
|
1403
1403
|
{
|
|
1404
1404
|
"type": "string"
|
|
1405
1405
|
},
|
|
@@ -1574,7 +1574,7 @@
|
|
|
1574
1574
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1575
1575
|
},
|
|
1576
1576
|
"elementClass": {
|
|
1577
|
-
"
|
|
1577
|
+
"anyOf": [
|
|
1578
1578
|
{
|
|
1579
1579
|
"type": "string"
|
|
1580
1580
|
},
|
|
@@ -1591,7 +1591,7 @@
|
|
|
1591
1591
|
"type": "object",
|
|
1592
1592
|
"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.",
|
|
1593
1593
|
"additionalProperties": {
|
|
1594
|
-
"
|
|
1594
|
+
"anyOf": [
|
|
1595
1595
|
{
|
|
1596
1596
|
"type": "string"
|
|
1597
1597
|
},
|
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1699
1699
|
},
|
|
1700
1700
|
"elementClass": {
|
|
1701
|
-
"
|
|
1701
|
+
"anyOf": [
|
|
1702
1702
|
{
|
|
1703
1703
|
"type": "string"
|
|
1704
1704
|
},
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
"type": "object",
|
|
1716
1716
|
"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.",
|
|
1717
1717
|
"additionalProperties": {
|
|
1718
|
-
"
|
|
1718
|
+
"anyOf": [
|
|
1719
1719
|
{
|
|
1720
1720
|
"type": "string"
|
|
1721
1721
|
},
|
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1822
1822
|
},
|
|
1823
1823
|
"elementClass": {
|
|
1824
|
-
"
|
|
1824
|
+
"anyOf": [
|
|
1825
1825
|
{
|
|
1826
1826
|
"type": "string"
|
|
1827
1827
|
},
|
|
@@ -1838,7 +1838,7 @@
|
|
|
1838
1838
|
"type": "object",
|
|
1839
1839
|
"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.",
|
|
1840
1840
|
"additionalProperties": {
|
|
1841
|
-
"
|
|
1841
|
+
"anyOf": [
|
|
1842
1842
|
{
|
|
1843
1843
|
"type": "string"
|
|
1844
1844
|
},
|
|
@@ -1908,7 +1908,7 @@
|
|
|
1908
1908
|
{
|
|
1909
1909
|
"type": "array",
|
|
1910
1910
|
"items": {
|
|
1911
|
-
"
|
|
1911
|
+
"anyOf": [
|
|
1912
1912
|
{
|
|
1913
1913
|
"type": "string"
|
|
1914
1914
|
}
|
|
@@ -1931,7 +1931,7 @@
|
|
|
1931
1931
|
{
|
|
1932
1932
|
"type": "array",
|
|
1933
1933
|
"items": {
|
|
1934
|
-
"
|
|
1934
|
+
"anyOf": [
|
|
1935
1935
|
{
|
|
1936
1936
|
"type": "string"
|
|
1937
1937
|
}
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
1963
1963
|
},
|
|
1964
1964
|
"elementClass": {
|
|
1965
|
-
"
|
|
1965
|
+
"anyOf": [
|
|
1966
1966
|
{
|
|
1967
1967
|
"type": "string"
|
|
1968
1968
|
},
|
|
@@ -1979,7 +1979,7 @@
|
|
|
1979
1979
|
"type": "object",
|
|
1980
1980
|
"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.",
|
|
1981
1981
|
"additionalProperties": {
|
|
1982
|
-
"
|
|
1982
|
+
"anyOf": [
|
|
1983
1983
|
{
|
|
1984
1984
|
"type": "string"
|
|
1985
1985
|
},
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
{
|
|
2016
2016
|
"type": "array",
|
|
2017
2017
|
"items": {
|
|
2018
|
-
"
|
|
2018
|
+
"anyOf": [
|
|
2019
2019
|
{
|
|
2020
2020
|
"type": "string"
|
|
2021
2021
|
}
|
|
@@ -2038,7 +2038,7 @@
|
|
|
2038
2038
|
{
|
|
2039
2039
|
"type": "array",
|
|
2040
2040
|
"items": {
|
|
2041
|
-
"
|
|
2041
|
+
"anyOf": [
|
|
2042
2042
|
{
|
|
2043
2043
|
"type": "string"
|
|
2044
2044
|
}
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2070
2070
|
},
|
|
2071
2071
|
"elementClass": {
|
|
2072
|
-
"
|
|
2072
|
+
"anyOf": [
|
|
2073
2073
|
{
|
|
2074
2074
|
"type": "string"
|
|
2075
2075
|
},
|
|
@@ -2086,7 +2086,7 @@
|
|
|
2086
2086
|
"type": "object",
|
|
2087
2087
|
"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.",
|
|
2088
2088
|
"additionalProperties": {
|
|
2089
|
-
"
|
|
2089
|
+
"anyOf": [
|
|
2090
2090
|
{
|
|
2091
2091
|
"type": "string"
|
|
2092
2092
|
},
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2224
2224
|
},
|
|
2225
2225
|
"elementClass": {
|
|
2226
|
-
"
|
|
2226
|
+
"anyOf": [
|
|
2227
2227
|
{
|
|
2228
2228
|
"type": "string"
|
|
2229
2229
|
},
|
|
@@ -2240,7 +2240,7 @@
|
|
|
2240
2240
|
"type": "object",
|
|
2241
2241
|
"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.",
|
|
2242
2242
|
"additionalProperties": {
|
|
2243
|
-
"
|
|
2243
|
+
"anyOf": [
|
|
2244
2244
|
{
|
|
2245
2245
|
"type": "string"
|
|
2246
2246
|
},
|
|
@@ -2347,7 +2347,7 @@
|
|
|
2347
2347
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2348
2348
|
},
|
|
2349
2349
|
"elementClass": {
|
|
2350
|
-
"
|
|
2350
|
+
"anyOf": [
|
|
2351
2351
|
{
|
|
2352
2352
|
"type": "string"
|
|
2353
2353
|
},
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
"type": "object",
|
|
2365
2365
|
"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.",
|
|
2366
2366
|
"additionalProperties": {
|
|
2367
|
-
"
|
|
2367
|
+
"anyOf": [
|
|
2368
2368
|
{
|
|
2369
2369
|
"type": "string"
|
|
2370
2370
|
},
|
|
@@ -2470,7 +2470,7 @@
|
|
|
2470
2470
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2471
2471
|
},
|
|
2472
2472
|
"elementClass": {
|
|
2473
|
-
"
|
|
2473
|
+
"anyOf": [
|
|
2474
2474
|
{
|
|
2475
2475
|
"type": "string"
|
|
2476
2476
|
},
|
|
@@ -2487,7 +2487,7 @@
|
|
|
2487
2487
|
"type": "object",
|
|
2488
2488
|
"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.",
|
|
2489
2489
|
"additionalProperties": {
|
|
2490
|
-
"
|
|
2490
|
+
"anyOf": [
|
|
2491
2491
|
{
|
|
2492
2492
|
"type": "string"
|
|
2493
2493
|
},
|
|
@@ -2557,7 +2557,7 @@
|
|
|
2557
2557
|
{
|
|
2558
2558
|
"type": "array",
|
|
2559
2559
|
"items": {
|
|
2560
|
-
"
|
|
2560
|
+
"anyOf": [
|
|
2561
2561
|
{
|
|
2562
2562
|
"type": "string"
|
|
2563
2563
|
}
|
|
@@ -2580,7 +2580,7 @@
|
|
|
2580
2580
|
{
|
|
2581
2581
|
"type": "array",
|
|
2582
2582
|
"items": {
|
|
2583
|
-
"
|
|
2583
|
+
"anyOf": [
|
|
2584
2584
|
{
|
|
2585
2585
|
"type": "string"
|
|
2586
2586
|
}
|
|
@@ -2611,7 +2611,7 @@
|
|
|
2611
2611
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2612
2612
|
},
|
|
2613
2613
|
"elementClass": {
|
|
2614
|
-
"
|
|
2614
|
+
"anyOf": [
|
|
2615
2615
|
{
|
|
2616
2616
|
"type": "string"
|
|
2617
2617
|
},
|
|
@@ -2628,7 +2628,7 @@
|
|
|
2628
2628
|
"type": "object",
|
|
2629
2629
|
"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.",
|
|
2630
2630
|
"additionalProperties": {
|
|
2631
|
-
"
|
|
2631
|
+
"anyOf": [
|
|
2632
2632
|
{
|
|
2633
2633
|
"type": "string"
|
|
2634
2634
|
},
|
|
@@ -2664,7 +2664,7 @@
|
|
|
2664
2664
|
{
|
|
2665
2665
|
"type": "array",
|
|
2666
2666
|
"items": {
|
|
2667
|
-
"
|
|
2667
|
+
"anyOf": [
|
|
2668
2668
|
{
|
|
2669
2669
|
"type": "string"
|
|
2670
2670
|
}
|
|
@@ -2687,7 +2687,7 @@
|
|
|
2687
2687
|
{
|
|
2688
2688
|
"type": "array",
|
|
2689
2689
|
"items": {
|
|
2690
|
-
"
|
|
2690
|
+
"anyOf": [
|
|
2691
2691
|
{
|
|
2692
2692
|
"type": "string"
|
|
2693
2693
|
}
|
|
@@ -2718,7 +2718,7 @@
|
|
|
2718
2718
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
2719
2719
|
},
|
|
2720
2720
|
"elementClass": {
|
|
2721
|
-
"
|
|
2721
|
+
"anyOf": [
|
|
2722
2722
|
{
|
|
2723
2723
|
"type": "string"
|
|
2724
2724
|
},
|
|
@@ -2735,7 +2735,7 @@
|
|
|
2735
2735
|
"type": "object",
|
|
2736
2736
|
"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.",
|
|
2737
2737
|
"additionalProperties": {
|
|
2738
|
-
"
|
|
2738
|
+
"anyOf": [
|
|
2739
2739
|
{
|
|
2740
2740
|
"type": "string"
|
|
2741
2741
|
},
|
|
@@ -2838,6 +2838,19 @@
|
|
|
2838
2838
|
],
|
|
2839
2839
|
"inputDelay": 100
|
|
2840
2840
|
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"elementId": "/^user-[0-9]+$/",
|
|
2844
|
+
"elementClass": [
|
|
2845
|
+
"admin",
|
|
2846
|
+
"/^level-[1-5]$/"
|
|
2847
|
+
],
|
|
2848
|
+
"elementAttribute": {
|
|
2849
|
+
"data-active": true,
|
|
2850
|
+
"data-score": "/^[0-9]+$/"
|
|
2851
|
+
},
|
|
2852
|
+
"timeout": 8000,
|
|
2853
|
+
"moveTo": false
|
|
2841
2854
|
}
|
|
2842
2855
|
]
|
|
2843
2856
|
}
|
|
@@ -2947,6 +2960,72 @@
|
|
|
2947
2960
|
"transform": [
|
|
2948
2961
|
"trim"
|
|
2949
2962
|
]
|
|
2963
|
+
},
|
|
2964
|
+
"timeout": {
|
|
2965
|
+
"type": "integer",
|
|
2966
|
+
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
2967
|
+
"default": 30000,
|
|
2968
|
+
"minimum": 0
|
|
2969
|
+
},
|
|
2970
|
+
"waitUntil": {
|
|
2971
|
+
"type": "object",
|
|
2972
|
+
"description": "Configuration for waiting conditions after navigation.",
|
|
2973
|
+
"additionalProperties": false,
|
|
2974
|
+
"properties": {
|
|
2975
|
+
"networkIdleTime": {
|
|
2976
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `null` to skip this check.",
|
|
2977
|
+
"anyOf": [
|
|
2978
|
+
{
|
|
2979
|
+
"type": "integer",
|
|
2980
|
+
"minimum": 0
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"type": "null"
|
|
2984
|
+
}
|
|
2985
|
+
],
|
|
2986
|
+
"default": 500
|
|
2987
|
+
},
|
|
2988
|
+
"domIdleTime": {
|
|
2989
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `null` to skip this check.",
|
|
2990
|
+
"anyOf": [
|
|
2991
|
+
{
|
|
2992
|
+
"type": "integer",
|
|
2993
|
+
"minimum": 0
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"type": "null"
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
"default": 1000
|
|
3000
|
+
},
|
|
3001
|
+
"find": {
|
|
3002
|
+
"type": "object",
|
|
3003
|
+
"description": "Wait for a specific element to be present in the DOM. At least one of selector or elementText must be specified.",
|
|
3004
|
+
"additionalProperties": false,
|
|
3005
|
+
"anyOf": [
|
|
3006
|
+
{
|
|
3007
|
+
"required": [
|
|
3008
|
+
"selector"
|
|
3009
|
+
]
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"required": [
|
|
3013
|
+
"elementText"
|
|
3014
|
+
]
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"properties": {
|
|
3018
|
+
"selector": {
|
|
3019
|
+
"type": "string",
|
|
3020
|
+
"description": "CSS selector for the element to wait for."
|
|
3021
|
+
},
|
|
3022
|
+
"elementText": {
|
|
3023
|
+
"type": "string",
|
|
3024
|
+
"description": "Text content the element must contain."
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
2950
3029
|
}
|
|
2951
3030
|
},
|
|
2952
3031
|
"title": "Go to URL (detailed)"
|
|
@@ -2985,6 +3064,72 @@
|
|
|
2985
3064
|
"transform": [
|
|
2986
3065
|
"trim"
|
|
2987
3066
|
]
|
|
3067
|
+
},
|
|
3068
|
+
"timeout": {
|
|
3069
|
+
"type": "integer",
|
|
3070
|
+
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
3071
|
+
"default": 30000,
|
|
3072
|
+
"minimum": 0
|
|
3073
|
+
},
|
|
3074
|
+
"waitUntil": {
|
|
3075
|
+
"type": "object",
|
|
3076
|
+
"description": "Configuration for waiting conditions after navigation.",
|
|
3077
|
+
"additionalProperties": false,
|
|
3078
|
+
"properties": {
|
|
3079
|
+
"networkIdleTime": {
|
|
3080
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `null` to skip this check.",
|
|
3081
|
+
"anyOf": [
|
|
3082
|
+
{
|
|
3083
|
+
"type": "integer",
|
|
3084
|
+
"minimum": 0
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"type": "null"
|
|
3088
|
+
}
|
|
3089
|
+
],
|
|
3090
|
+
"default": 500
|
|
3091
|
+
},
|
|
3092
|
+
"domIdleTime": {
|
|
3093
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `null` to skip this check.",
|
|
3094
|
+
"anyOf": [
|
|
3095
|
+
{
|
|
3096
|
+
"type": "integer",
|
|
3097
|
+
"minimum": 0
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"type": "null"
|
|
3101
|
+
}
|
|
3102
|
+
],
|
|
3103
|
+
"default": 1000
|
|
3104
|
+
},
|
|
3105
|
+
"find": {
|
|
3106
|
+
"type": "object",
|
|
3107
|
+
"description": "Wait for a specific element to be present in the DOM. At least one of selector or elementText must be specified.",
|
|
3108
|
+
"additionalProperties": false,
|
|
3109
|
+
"anyOf": [
|
|
3110
|
+
{
|
|
3111
|
+
"required": [
|
|
3112
|
+
"selector"
|
|
3113
|
+
]
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"required": [
|
|
3117
|
+
"elementText"
|
|
3118
|
+
]
|
|
3119
|
+
}
|
|
3120
|
+
],
|
|
3121
|
+
"properties": {
|
|
3122
|
+
"selector": {
|
|
3123
|
+
"type": "string",
|
|
3124
|
+
"description": "CSS selector for the element to wait for."
|
|
3125
|
+
},
|
|
3126
|
+
"elementText": {
|
|
3127
|
+
"type": "string",
|
|
3128
|
+
"description": "Text content the element must contain."
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
2988
3133
|
}
|
|
2989
3134
|
},
|
|
2990
3135
|
"title": "Go to URL (detailed)"
|
|
@@ -2999,7 +3144,41 @@
|
|
|
2999
3144
|
},
|
|
3000
3145
|
{
|
|
3001
3146
|
"url": "/search",
|
|
3002
|
-
"origin": "www.google.com"
|
|
3147
|
+
"origin": "https://www.google.com"
|
|
3148
|
+
},
|
|
3149
|
+
{
|
|
3150
|
+
"url": "https://www.example.com",
|
|
3151
|
+
"waitUntil": {
|
|
3152
|
+
"networkIdleTime": 500
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"url": "https://www.example.com/dashboard",
|
|
3157
|
+
"waitUntil": {
|
|
3158
|
+
"find": {
|
|
3159
|
+
"selector": "[data-testid='dashboard-loaded']"
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
"url": "https://www.example.com/app",
|
|
3165
|
+
"timeout": 60000,
|
|
3166
|
+
"waitUntil": {
|
|
3167
|
+
"networkIdleTime": 500,
|
|
3168
|
+
"domIdleTime": 1000,
|
|
3169
|
+
"find": {
|
|
3170
|
+
"selector": ".main-content",
|
|
3171
|
+
"elementText": "Dashboard"
|
|
3172
|
+
}
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"url": "https://www.example.com/status",
|
|
3177
|
+
"waitUntil": {
|
|
3178
|
+
"find": {
|
|
3179
|
+
"elementText": "System operational"
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3003
3182
|
}
|
|
3004
3183
|
]
|
|
3005
3184
|
}
|
|
@@ -3307,7 +3486,7 @@
|
|
|
3307
3486
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
3308
3487
|
"type": "array",
|
|
3309
3488
|
"items": {
|
|
3310
|
-
"
|
|
3489
|
+
"anyOf": [
|
|
3311
3490
|
{
|
|
3312
3491
|
"type": "integer"
|
|
3313
3492
|
}
|
|
@@ -3706,7 +3885,7 @@
|
|
|
3706
3885
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
3707
3886
|
"type": "array",
|
|
3708
3887
|
"items": {
|
|
3709
|
-
"
|
|
3888
|
+
"anyOf": [
|
|
3710
3889
|
{
|
|
3711
3890
|
"type": "integer"
|
|
3712
3891
|
}
|
|
@@ -4167,7 +4346,7 @@
|
|
|
4167
4346
|
"type": "array",
|
|
4168
4347
|
"description": "Arguments for the command.",
|
|
4169
4348
|
"items": {
|
|
4170
|
-
"
|
|
4349
|
+
"anyOf": [
|
|
4171
4350
|
{
|
|
4172
4351
|
"type": "string"
|
|
4173
4352
|
}
|
|
@@ -4184,7 +4363,7 @@
|
|
|
4184
4363
|
"type": "array",
|
|
4185
4364
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
4186
4365
|
"items": {
|
|
4187
|
-
"
|
|
4366
|
+
"anyOf": [
|
|
4188
4367
|
{
|
|
4189
4368
|
"type": "integer"
|
|
4190
4369
|
}
|
|
@@ -4257,7 +4436,7 @@
|
|
|
4257
4436
|
"type": "array",
|
|
4258
4437
|
"description": "Arguments for the command.",
|
|
4259
4438
|
"items": {
|
|
4260
|
-
"
|
|
4439
|
+
"anyOf": [
|
|
4261
4440
|
{
|
|
4262
4441
|
"type": "string"
|
|
4263
4442
|
}
|
|
@@ -4274,7 +4453,7 @@
|
|
|
4274
4453
|
"type": "array",
|
|
4275
4454
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
4276
4455
|
"items": {
|
|
4277
|
-
"
|
|
4456
|
+
"anyOf": [
|
|
4278
4457
|
{
|
|
4279
4458
|
"type": "integer"
|
|
4280
4459
|
}
|
|
@@ -4475,7 +4654,7 @@
|
|
|
4475
4654
|
"type": "array",
|
|
4476
4655
|
"description": "Arguments for the command.",
|
|
4477
4656
|
"items": {
|
|
4478
|
-
"
|
|
4657
|
+
"anyOf": [
|
|
4479
4658
|
{
|
|
4480
4659
|
"type": "string"
|
|
4481
4660
|
}
|
|
@@ -4492,7 +4671,7 @@
|
|
|
4492
4671
|
"type": "array",
|
|
4493
4672
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
4494
4673
|
"items": {
|
|
4495
|
-
"
|
|
4674
|
+
"anyOf": [
|
|
4496
4675
|
{
|
|
4497
4676
|
"type": "integer"
|
|
4498
4677
|
}
|
|
@@ -4566,7 +4745,7 @@
|
|
|
4566
4745
|
"type": "array",
|
|
4567
4746
|
"description": "Arguments for the command.",
|
|
4568
4747
|
"items": {
|
|
4569
|
-
"
|
|
4748
|
+
"anyOf": [
|
|
4570
4749
|
{
|
|
4571
4750
|
"type": "string"
|
|
4572
4751
|
}
|
|
@@ -4583,7 +4762,7 @@
|
|
|
4583
4762
|
"type": "array",
|
|
4584
4763
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
4585
4764
|
"items": {
|
|
4586
|
-
"
|
|
4765
|
+
"anyOf": [
|
|
4587
4766
|
{
|
|
4588
4767
|
"type": "integer"
|
|
4589
4768
|
}
|
|
@@ -4754,7 +4933,7 @@
|
|
|
4754
4933
|
{
|
|
4755
4934
|
"type": "array",
|
|
4756
4935
|
"items": {
|
|
4757
|
-
"
|
|
4936
|
+
"anyOf": [
|
|
4758
4937
|
{
|
|
4759
4938
|
"type": "string"
|
|
4760
4939
|
}
|
|
@@ -4777,7 +4956,7 @@
|
|
|
4777
4956
|
{
|
|
4778
4957
|
"type": "array",
|
|
4779
4958
|
"items": {
|
|
4780
|
-
"
|
|
4959
|
+
"anyOf": [
|
|
4781
4960
|
{
|
|
4782
4961
|
"type": "string"
|
|
4783
4962
|
}
|
|
@@ -4808,7 +4987,7 @@
|
|
|
4808
4987
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
4809
4988
|
},
|
|
4810
4989
|
"elementClass": {
|
|
4811
|
-
"
|
|
4990
|
+
"anyOf": [
|
|
4812
4991
|
{
|
|
4813
4992
|
"type": "string"
|
|
4814
4993
|
},
|
|
@@ -4825,7 +5004,7 @@
|
|
|
4825
5004
|
"type": "object",
|
|
4826
5005
|
"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.",
|
|
4827
5006
|
"additionalProperties": {
|
|
4828
|
-
"
|
|
5007
|
+
"anyOf": [
|
|
4829
5008
|
{
|
|
4830
5009
|
"type": "string"
|
|
4831
5010
|
},
|
|
@@ -4861,7 +5040,7 @@
|
|
|
4861
5040
|
{
|
|
4862
5041
|
"type": "array",
|
|
4863
5042
|
"items": {
|
|
4864
|
-
"
|
|
5043
|
+
"anyOf": [
|
|
4865
5044
|
{
|
|
4866
5045
|
"type": "string"
|
|
4867
5046
|
}
|
|
@@ -4884,7 +5063,7 @@
|
|
|
4884
5063
|
{
|
|
4885
5064
|
"type": "array",
|
|
4886
5065
|
"items": {
|
|
4887
|
-
"
|
|
5066
|
+
"anyOf": [
|
|
4888
5067
|
{
|
|
4889
5068
|
"type": "string"
|
|
4890
5069
|
}
|
|
@@ -4915,7 +5094,7 @@
|
|
|
4915
5094
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
4916
5095
|
},
|
|
4917
5096
|
"elementClass": {
|
|
4918
|
-
"
|
|
5097
|
+
"anyOf": [
|
|
4919
5098
|
{
|
|
4920
5099
|
"type": "string"
|
|
4921
5100
|
},
|
|
@@ -4932,7 +5111,7 @@
|
|
|
4932
5111
|
"type": "object",
|
|
4933
5112
|
"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.",
|
|
4934
5113
|
"additionalProperties": {
|
|
4935
|
-
"
|
|
5114
|
+
"anyOf": [
|
|
4936
5115
|
{
|
|
4937
5116
|
"type": "string"
|
|
4938
5117
|
},
|
|
@@ -5172,7 +5351,7 @@
|
|
|
5172
5351
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5173
5352
|
},
|
|
5174
5353
|
"elementClass": {
|
|
5175
|
-
"
|
|
5354
|
+
"anyOf": [
|
|
5176
5355
|
{
|
|
5177
5356
|
"type": "string"
|
|
5178
5357
|
},
|
|
@@ -5189,7 +5368,7 @@
|
|
|
5189
5368
|
"type": "object",
|
|
5190
5369
|
"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.",
|
|
5191
5370
|
"additionalProperties": {
|
|
5192
|
-
"
|
|
5371
|
+
"anyOf": [
|
|
5193
5372
|
{
|
|
5194
5373
|
"type": "string"
|
|
5195
5374
|
},
|
|
@@ -5368,7 +5547,7 @@
|
|
|
5368
5547
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5369
5548
|
},
|
|
5370
5549
|
"elementClass": {
|
|
5371
|
-
"
|
|
5550
|
+
"anyOf": [
|
|
5372
5551
|
{
|
|
5373
5552
|
"type": "string"
|
|
5374
5553
|
},
|
|
@@ -5385,7 +5564,7 @@
|
|
|
5385
5564
|
"type": "object",
|
|
5386
5565
|
"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.",
|
|
5387
5566
|
"additionalProperties": {
|
|
5388
|
-
"
|
|
5567
|
+
"anyOf": [
|
|
5389
5568
|
{
|
|
5390
5569
|
"type": "string"
|
|
5391
5570
|
},
|
|
@@ -5503,7 +5682,7 @@
|
|
|
5503
5682
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
5504
5683
|
},
|
|
5505
5684
|
"elementClass": {
|
|
5506
|
-
"
|
|
5685
|
+
"anyOf": [
|
|
5507
5686
|
{
|
|
5508
5687
|
"type": "string"
|
|
5509
5688
|
},
|
|
@@ -5520,7 +5699,7 @@
|
|
|
5520
5699
|
"type": "object",
|
|
5521
5700
|
"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.",
|
|
5522
5701
|
"additionalProperties": {
|
|
5523
|
-
"
|
|
5702
|
+
"anyOf": [
|
|
5524
5703
|
{
|
|
5525
5704
|
"type": "string"
|
|
5526
5705
|
},
|
|
@@ -7458,7 +7637,7 @@
|
|
|
7458
7637
|
"type": "array",
|
|
7459
7638
|
"description": "Arguments for the command.",
|
|
7460
7639
|
"items": {
|
|
7461
|
-
"
|
|
7640
|
+
"anyOf": [
|
|
7462
7641
|
{
|
|
7463
7642
|
"type": "string"
|
|
7464
7643
|
}
|
|
@@ -7475,7 +7654,7 @@
|
|
|
7475
7654
|
"type": "array",
|
|
7476
7655
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
7477
7656
|
"items": {
|
|
7478
|
-
"
|
|
7657
|
+
"anyOf": [
|
|
7479
7658
|
{
|
|
7480
7659
|
"type": "integer"
|
|
7481
7660
|
}
|
|
@@ -7548,7 +7727,7 @@
|
|
|
7548
7727
|
"type": "array",
|
|
7549
7728
|
"description": "Arguments for the command.",
|
|
7550
7729
|
"items": {
|
|
7551
|
-
"
|
|
7730
|
+
"anyOf": [
|
|
7552
7731
|
{
|
|
7553
7732
|
"type": "string"
|
|
7554
7733
|
}
|
|
@@ -7565,7 +7744,7 @@
|
|
|
7565
7744
|
"type": "array",
|
|
7566
7745
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
7567
7746
|
"items": {
|
|
7568
|
-
"
|
|
7747
|
+
"anyOf": [
|
|
7569
7748
|
{
|
|
7570
7749
|
"type": "integer"
|
|
7571
7750
|
}
|
|
@@ -8307,7 +8486,7 @@
|
|
|
8307
8486
|
{
|
|
8308
8487
|
"type": "array",
|
|
8309
8488
|
"items": {
|
|
8310
|
-
"
|
|
8489
|
+
"anyOf": [
|
|
8311
8490
|
{
|
|
8312
8491
|
"type": "integer"
|
|
8313
8492
|
}
|
|
@@ -8370,7 +8549,7 @@
|
|
|
8370
8549
|
{
|
|
8371
8550
|
"type": "array",
|
|
8372
8551
|
"items": {
|
|
8373
|
-
"
|
|
8552
|
+
"anyOf": [
|
|
8374
8553
|
{
|
|
8375
8554
|
"type": "integer"
|
|
8376
8555
|
}
|
|
@@ -8554,7 +8733,7 @@
|
|
|
8554
8733
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8555
8734
|
},
|
|
8556
8735
|
"elementClass": {
|
|
8557
|
-
"
|
|
8736
|
+
"anyOf": [
|
|
8558
8737
|
{
|
|
8559
8738
|
"type": "string"
|
|
8560
8739
|
},
|
|
@@ -8571,7 +8750,7 @@
|
|
|
8571
8750
|
"type": "object",
|
|
8572
8751
|
"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.",
|
|
8573
8752
|
"additionalProperties": {
|
|
8574
|
-
"
|
|
8753
|
+
"anyOf": [
|
|
8575
8754
|
{
|
|
8576
8755
|
"type": "string"
|
|
8577
8756
|
},
|
|
@@ -8677,7 +8856,7 @@
|
|
|
8677
8856
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8678
8857
|
},
|
|
8679
8858
|
"elementClass": {
|
|
8680
|
-
"
|
|
8859
|
+
"anyOf": [
|
|
8681
8860
|
{
|
|
8682
8861
|
"type": "string"
|
|
8683
8862
|
},
|
|
@@ -8694,7 +8873,7 @@
|
|
|
8694
8873
|
"type": "object",
|
|
8695
8874
|
"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.",
|
|
8696
8875
|
"additionalProperties": {
|
|
8697
|
-
"
|
|
8876
|
+
"anyOf": [
|
|
8698
8877
|
{
|
|
8699
8878
|
"type": "string"
|
|
8700
8879
|
},
|
|
@@ -8869,7 +9048,7 @@
|
|
|
8869
9048
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8870
9049
|
},
|
|
8871
9050
|
"elementClass": {
|
|
8872
|
-
"
|
|
9051
|
+
"anyOf": [
|
|
8873
9052
|
{
|
|
8874
9053
|
"type": "string"
|
|
8875
9054
|
},
|
|
@@ -8886,7 +9065,7 @@
|
|
|
8886
9065
|
"type": "object",
|
|
8887
9066
|
"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.",
|
|
8888
9067
|
"additionalProperties": {
|
|
8889
|
-
"
|
|
9068
|
+
"anyOf": [
|
|
8890
9069
|
{
|
|
8891
9070
|
"type": "string"
|
|
8892
9071
|
},
|
|
@@ -8993,7 +9172,7 @@
|
|
|
8993
9172
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
8994
9173
|
},
|
|
8995
9174
|
"elementClass": {
|
|
8996
|
-
"
|
|
9175
|
+
"anyOf": [
|
|
8997
9176
|
{
|
|
8998
9177
|
"type": "string"
|
|
8999
9178
|
},
|
|
@@ -9010,7 +9189,7 @@
|
|
|
9010
9189
|
"type": "object",
|
|
9011
9190
|
"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.",
|
|
9012
9191
|
"additionalProperties": {
|
|
9013
|
-
"
|
|
9192
|
+
"anyOf": [
|
|
9014
9193
|
{
|
|
9015
9194
|
"type": "string"
|
|
9016
9195
|
},
|
|
@@ -9116,7 +9295,7 @@
|
|
|
9116
9295
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9117
9296
|
},
|
|
9118
9297
|
"elementClass": {
|
|
9119
|
-
"
|
|
9298
|
+
"anyOf": [
|
|
9120
9299
|
{
|
|
9121
9300
|
"type": "string"
|
|
9122
9301
|
},
|
|
@@ -9133,7 +9312,7 @@
|
|
|
9133
9312
|
"type": "object",
|
|
9134
9313
|
"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.",
|
|
9135
9314
|
"additionalProperties": {
|
|
9136
|
-
"
|
|
9315
|
+
"anyOf": [
|
|
9137
9316
|
{
|
|
9138
9317
|
"type": "string"
|
|
9139
9318
|
},
|
|
@@ -9203,7 +9382,7 @@
|
|
|
9203
9382
|
{
|
|
9204
9383
|
"type": "array",
|
|
9205
9384
|
"items": {
|
|
9206
|
-
"
|
|
9385
|
+
"anyOf": [
|
|
9207
9386
|
{
|
|
9208
9387
|
"type": "string"
|
|
9209
9388
|
}
|
|
@@ -9226,7 +9405,7 @@
|
|
|
9226
9405
|
{
|
|
9227
9406
|
"type": "array",
|
|
9228
9407
|
"items": {
|
|
9229
|
-
"
|
|
9408
|
+
"anyOf": [
|
|
9230
9409
|
{
|
|
9231
9410
|
"type": "string"
|
|
9232
9411
|
}
|
|
@@ -9257,7 +9436,7 @@
|
|
|
9257
9436
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9258
9437
|
},
|
|
9259
9438
|
"elementClass": {
|
|
9260
|
-
"
|
|
9439
|
+
"anyOf": [
|
|
9261
9440
|
{
|
|
9262
9441
|
"type": "string"
|
|
9263
9442
|
},
|
|
@@ -9274,7 +9453,7 @@
|
|
|
9274
9453
|
"type": "object",
|
|
9275
9454
|
"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.",
|
|
9276
9455
|
"additionalProperties": {
|
|
9277
|
-
"
|
|
9456
|
+
"anyOf": [
|
|
9278
9457
|
{
|
|
9279
9458
|
"type": "string"
|
|
9280
9459
|
},
|
|
@@ -9310,7 +9489,7 @@
|
|
|
9310
9489
|
{
|
|
9311
9490
|
"type": "array",
|
|
9312
9491
|
"items": {
|
|
9313
|
-
"
|
|
9492
|
+
"anyOf": [
|
|
9314
9493
|
{
|
|
9315
9494
|
"type": "string"
|
|
9316
9495
|
}
|
|
@@ -9333,7 +9512,7 @@
|
|
|
9333
9512
|
{
|
|
9334
9513
|
"type": "array",
|
|
9335
9514
|
"items": {
|
|
9336
|
-
"
|
|
9515
|
+
"anyOf": [
|
|
9337
9516
|
{
|
|
9338
9517
|
"type": "string"
|
|
9339
9518
|
}
|
|
@@ -9364,7 +9543,7 @@
|
|
|
9364
9543
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9365
9544
|
},
|
|
9366
9545
|
"elementClass": {
|
|
9367
|
-
"
|
|
9546
|
+
"anyOf": [
|
|
9368
9547
|
{
|
|
9369
9548
|
"type": "string"
|
|
9370
9549
|
},
|
|
@@ -9381,7 +9560,7 @@
|
|
|
9381
9560
|
"type": "object",
|
|
9382
9561
|
"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.",
|
|
9383
9562
|
"additionalProperties": {
|
|
9384
|
-
"
|
|
9563
|
+
"anyOf": [
|
|
9385
9564
|
{
|
|
9386
9565
|
"type": "string"
|
|
9387
9566
|
},
|
|
@@ -9518,7 +9697,7 @@
|
|
|
9518
9697
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9519
9698
|
},
|
|
9520
9699
|
"elementClass": {
|
|
9521
|
-
"
|
|
9700
|
+
"anyOf": [
|
|
9522
9701
|
{
|
|
9523
9702
|
"type": "string"
|
|
9524
9703
|
},
|
|
@@ -9535,7 +9714,7 @@
|
|
|
9535
9714
|
"type": "object",
|
|
9536
9715
|
"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.",
|
|
9537
9716
|
"additionalProperties": {
|
|
9538
|
-
"
|
|
9717
|
+
"anyOf": [
|
|
9539
9718
|
{
|
|
9540
9719
|
"type": "string"
|
|
9541
9720
|
},
|
|
@@ -9642,7 +9821,7 @@
|
|
|
9642
9821
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9643
9822
|
},
|
|
9644
9823
|
"elementClass": {
|
|
9645
|
-
"
|
|
9824
|
+
"anyOf": [
|
|
9646
9825
|
{
|
|
9647
9826
|
"type": "string"
|
|
9648
9827
|
},
|
|
@@ -9659,7 +9838,7 @@
|
|
|
9659
9838
|
"type": "object",
|
|
9660
9839
|
"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.",
|
|
9661
9840
|
"additionalProperties": {
|
|
9662
|
-
"
|
|
9841
|
+
"anyOf": [
|
|
9663
9842
|
{
|
|
9664
9843
|
"type": "string"
|
|
9665
9844
|
},
|
|
@@ -9765,7 +9944,7 @@
|
|
|
9765
9944
|
"description": "data-testid attribute of the element to click. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9766
9945
|
},
|
|
9767
9946
|
"elementClass": {
|
|
9768
|
-
"
|
|
9947
|
+
"anyOf": [
|
|
9769
9948
|
{
|
|
9770
9949
|
"type": "string"
|
|
9771
9950
|
},
|
|
@@ -9782,7 +9961,7 @@
|
|
|
9782
9961
|
"type": "object",
|
|
9783
9962
|
"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.",
|
|
9784
9963
|
"additionalProperties": {
|
|
9785
|
-
"
|
|
9964
|
+
"anyOf": [
|
|
9786
9965
|
{
|
|
9787
9966
|
"type": "string"
|
|
9788
9967
|
},
|
|
@@ -9852,7 +10031,7 @@
|
|
|
9852
10031
|
{
|
|
9853
10032
|
"type": "array",
|
|
9854
10033
|
"items": {
|
|
9855
|
-
"
|
|
10034
|
+
"anyOf": [
|
|
9856
10035
|
{
|
|
9857
10036
|
"type": "string"
|
|
9858
10037
|
}
|
|
@@ -9875,7 +10054,7 @@
|
|
|
9875
10054
|
{
|
|
9876
10055
|
"type": "array",
|
|
9877
10056
|
"items": {
|
|
9878
|
-
"
|
|
10057
|
+
"anyOf": [
|
|
9879
10058
|
{
|
|
9880
10059
|
"type": "string"
|
|
9881
10060
|
}
|
|
@@ -9906,7 +10085,7 @@
|
|
|
9906
10085
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
9907
10086
|
},
|
|
9908
10087
|
"elementClass": {
|
|
9909
|
-
"
|
|
10088
|
+
"anyOf": [
|
|
9910
10089
|
{
|
|
9911
10090
|
"type": "string"
|
|
9912
10091
|
},
|
|
@@ -9923,7 +10102,7 @@
|
|
|
9923
10102
|
"type": "object",
|
|
9924
10103
|
"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.",
|
|
9925
10104
|
"additionalProperties": {
|
|
9926
|
-
"
|
|
10105
|
+
"anyOf": [
|
|
9927
10106
|
{
|
|
9928
10107
|
"type": "string"
|
|
9929
10108
|
},
|
|
@@ -9959,7 +10138,7 @@
|
|
|
9959
10138
|
{
|
|
9960
10139
|
"type": "array",
|
|
9961
10140
|
"items": {
|
|
9962
|
-
"
|
|
10141
|
+
"anyOf": [
|
|
9963
10142
|
{
|
|
9964
10143
|
"type": "string"
|
|
9965
10144
|
}
|
|
@@ -9982,7 +10161,7 @@
|
|
|
9982
10161
|
{
|
|
9983
10162
|
"type": "array",
|
|
9984
10163
|
"items": {
|
|
9985
|
-
"
|
|
10164
|
+
"anyOf": [
|
|
9986
10165
|
{
|
|
9987
10166
|
"type": "string"
|
|
9988
10167
|
}
|
|
@@ -10013,7 +10192,7 @@
|
|
|
10013
10192
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
10014
10193
|
},
|
|
10015
10194
|
"elementClass": {
|
|
10016
|
-
"
|
|
10195
|
+
"anyOf": [
|
|
10017
10196
|
{
|
|
10018
10197
|
"type": "string"
|
|
10019
10198
|
},
|
|
@@ -10030,7 +10209,7 @@
|
|
|
10030
10209
|
"type": "object",
|
|
10031
10210
|
"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.",
|
|
10032
10211
|
"additionalProperties": {
|
|
10033
|
-
"
|
|
10212
|
+
"anyOf": [
|
|
10034
10213
|
{
|
|
10035
10214
|
"type": "string"
|
|
10036
10215
|
},
|
|
@@ -10133,6 +10312,19 @@
|
|
|
10133
10312
|
],
|
|
10134
10313
|
"inputDelay": 100
|
|
10135
10314
|
}
|
|
10315
|
+
},
|
|
10316
|
+
{
|
|
10317
|
+
"elementId": "/^user-[0-9]+$/",
|
|
10318
|
+
"elementClass": [
|
|
10319
|
+
"admin",
|
|
10320
|
+
"/^level-[1-5]$/"
|
|
10321
|
+
],
|
|
10322
|
+
"elementAttribute": {
|
|
10323
|
+
"data-active": true,
|
|
10324
|
+
"data-score": "/^[0-9]+$/"
|
|
10325
|
+
},
|
|
10326
|
+
"timeout": 8000,
|
|
10327
|
+
"moveTo": false
|
|
10136
10328
|
}
|
|
10137
10329
|
]
|
|
10138
10330
|
}
|
|
@@ -10242,6 +10434,72 @@
|
|
|
10242
10434
|
"transform": [
|
|
10243
10435
|
"trim"
|
|
10244
10436
|
]
|
|
10437
|
+
},
|
|
10438
|
+
"timeout": {
|
|
10439
|
+
"type": "integer",
|
|
10440
|
+
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
10441
|
+
"default": 30000,
|
|
10442
|
+
"minimum": 0
|
|
10443
|
+
},
|
|
10444
|
+
"waitUntil": {
|
|
10445
|
+
"type": "object",
|
|
10446
|
+
"description": "Configuration for waiting conditions after navigation.",
|
|
10447
|
+
"additionalProperties": false,
|
|
10448
|
+
"properties": {
|
|
10449
|
+
"networkIdleTime": {
|
|
10450
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `null` to skip this check.",
|
|
10451
|
+
"anyOf": [
|
|
10452
|
+
{
|
|
10453
|
+
"type": "integer",
|
|
10454
|
+
"minimum": 0
|
|
10455
|
+
},
|
|
10456
|
+
{
|
|
10457
|
+
"type": "null"
|
|
10458
|
+
}
|
|
10459
|
+
],
|
|
10460
|
+
"default": 500
|
|
10461
|
+
},
|
|
10462
|
+
"domIdleTime": {
|
|
10463
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `null` to skip this check.",
|
|
10464
|
+
"anyOf": [
|
|
10465
|
+
{
|
|
10466
|
+
"type": "integer",
|
|
10467
|
+
"minimum": 0
|
|
10468
|
+
},
|
|
10469
|
+
{
|
|
10470
|
+
"type": "null"
|
|
10471
|
+
}
|
|
10472
|
+
],
|
|
10473
|
+
"default": 1000
|
|
10474
|
+
},
|
|
10475
|
+
"find": {
|
|
10476
|
+
"type": "object",
|
|
10477
|
+
"description": "Wait for a specific element to be present in the DOM. At least one of selector or elementText must be specified.",
|
|
10478
|
+
"additionalProperties": false,
|
|
10479
|
+
"anyOf": [
|
|
10480
|
+
{
|
|
10481
|
+
"required": [
|
|
10482
|
+
"selector"
|
|
10483
|
+
]
|
|
10484
|
+
},
|
|
10485
|
+
{
|
|
10486
|
+
"required": [
|
|
10487
|
+
"elementText"
|
|
10488
|
+
]
|
|
10489
|
+
}
|
|
10490
|
+
],
|
|
10491
|
+
"properties": {
|
|
10492
|
+
"selector": {
|
|
10493
|
+
"type": "string",
|
|
10494
|
+
"description": "CSS selector for the element to wait for."
|
|
10495
|
+
},
|
|
10496
|
+
"elementText": {
|
|
10497
|
+
"type": "string",
|
|
10498
|
+
"description": "Text content the element must contain."
|
|
10499
|
+
}
|
|
10500
|
+
}
|
|
10501
|
+
}
|
|
10502
|
+
}
|
|
10245
10503
|
}
|
|
10246
10504
|
},
|
|
10247
10505
|
"title": "Go to URL (detailed)"
|
|
@@ -10280,6 +10538,72 @@
|
|
|
10280
10538
|
"transform": [
|
|
10281
10539
|
"trim"
|
|
10282
10540
|
]
|
|
10541
|
+
},
|
|
10542
|
+
"timeout": {
|
|
10543
|
+
"type": "integer",
|
|
10544
|
+
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
10545
|
+
"default": 30000,
|
|
10546
|
+
"minimum": 0
|
|
10547
|
+
},
|
|
10548
|
+
"waitUntil": {
|
|
10549
|
+
"type": "object",
|
|
10550
|
+
"description": "Configuration for waiting conditions after navigation.",
|
|
10551
|
+
"additionalProperties": false,
|
|
10552
|
+
"properties": {
|
|
10553
|
+
"networkIdleTime": {
|
|
10554
|
+
"description": "Wait for network activity to be idle (no new requests) for this duration in milliseconds. Set to `null` to skip this check.",
|
|
10555
|
+
"anyOf": [
|
|
10556
|
+
{
|
|
10557
|
+
"type": "integer",
|
|
10558
|
+
"minimum": 0
|
|
10559
|
+
},
|
|
10560
|
+
{
|
|
10561
|
+
"type": "null"
|
|
10562
|
+
}
|
|
10563
|
+
],
|
|
10564
|
+
"default": 500
|
|
10565
|
+
},
|
|
10566
|
+
"domIdleTime": {
|
|
10567
|
+
"description": "Wait for DOM mutations to stop for this duration in milliseconds. Set to `null` to skip this check.",
|
|
10568
|
+
"anyOf": [
|
|
10569
|
+
{
|
|
10570
|
+
"type": "integer",
|
|
10571
|
+
"minimum": 0
|
|
10572
|
+
},
|
|
10573
|
+
{
|
|
10574
|
+
"type": "null"
|
|
10575
|
+
}
|
|
10576
|
+
],
|
|
10577
|
+
"default": 1000
|
|
10578
|
+
},
|
|
10579
|
+
"find": {
|
|
10580
|
+
"type": "object",
|
|
10581
|
+
"description": "Wait for a specific element to be present in the DOM. At least one of selector or elementText must be specified.",
|
|
10582
|
+
"additionalProperties": false,
|
|
10583
|
+
"anyOf": [
|
|
10584
|
+
{
|
|
10585
|
+
"required": [
|
|
10586
|
+
"selector"
|
|
10587
|
+
]
|
|
10588
|
+
},
|
|
10589
|
+
{
|
|
10590
|
+
"required": [
|
|
10591
|
+
"elementText"
|
|
10592
|
+
]
|
|
10593
|
+
}
|
|
10594
|
+
],
|
|
10595
|
+
"properties": {
|
|
10596
|
+
"selector": {
|
|
10597
|
+
"type": "string",
|
|
10598
|
+
"description": "CSS selector for the element to wait for."
|
|
10599
|
+
},
|
|
10600
|
+
"elementText": {
|
|
10601
|
+
"type": "string",
|
|
10602
|
+
"description": "Text content the element must contain."
|
|
10603
|
+
}
|
|
10604
|
+
}
|
|
10605
|
+
}
|
|
10606
|
+
}
|
|
10283
10607
|
}
|
|
10284
10608
|
},
|
|
10285
10609
|
"title": "Go to URL (detailed)"
|
|
@@ -10294,7 +10618,41 @@
|
|
|
10294
10618
|
},
|
|
10295
10619
|
{
|
|
10296
10620
|
"url": "/search",
|
|
10297
|
-
"origin": "www.google.com"
|
|
10621
|
+
"origin": "https://www.google.com"
|
|
10622
|
+
},
|
|
10623
|
+
{
|
|
10624
|
+
"url": "https://www.example.com",
|
|
10625
|
+
"waitUntil": {
|
|
10626
|
+
"networkIdleTime": 500
|
|
10627
|
+
}
|
|
10628
|
+
},
|
|
10629
|
+
{
|
|
10630
|
+
"url": "https://www.example.com/dashboard",
|
|
10631
|
+
"waitUntil": {
|
|
10632
|
+
"find": {
|
|
10633
|
+
"selector": "[data-testid='dashboard-loaded']"
|
|
10634
|
+
}
|
|
10635
|
+
}
|
|
10636
|
+
},
|
|
10637
|
+
{
|
|
10638
|
+
"url": "https://www.example.com/app",
|
|
10639
|
+
"timeout": 60000,
|
|
10640
|
+
"waitUntil": {
|
|
10641
|
+
"networkIdleTime": 500,
|
|
10642
|
+
"domIdleTime": 1000,
|
|
10643
|
+
"find": {
|
|
10644
|
+
"selector": ".main-content",
|
|
10645
|
+
"elementText": "Dashboard"
|
|
10646
|
+
}
|
|
10647
|
+
}
|
|
10648
|
+
},
|
|
10649
|
+
{
|
|
10650
|
+
"url": "https://www.example.com/status",
|
|
10651
|
+
"waitUntil": {
|
|
10652
|
+
"find": {
|
|
10653
|
+
"elementText": "System operational"
|
|
10654
|
+
}
|
|
10655
|
+
}
|
|
10298
10656
|
}
|
|
10299
10657
|
]
|
|
10300
10658
|
}
|
|
@@ -10602,7 +10960,7 @@
|
|
|
10602
10960
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
10603
10961
|
"type": "array",
|
|
10604
10962
|
"items": {
|
|
10605
|
-
"
|
|
10963
|
+
"anyOf": [
|
|
10606
10964
|
{
|
|
10607
10965
|
"type": "integer"
|
|
10608
10966
|
}
|
|
@@ -11001,7 +11359,7 @@
|
|
|
11001
11359
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
11002
11360
|
"type": "array",
|
|
11003
11361
|
"items": {
|
|
11004
|
-
"
|
|
11362
|
+
"anyOf": [
|
|
11005
11363
|
{
|
|
11006
11364
|
"type": "integer"
|
|
11007
11365
|
}
|
|
@@ -11462,7 +11820,7 @@
|
|
|
11462
11820
|
"type": "array",
|
|
11463
11821
|
"description": "Arguments for the command.",
|
|
11464
11822
|
"items": {
|
|
11465
|
-
"
|
|
11823
|
+
"anyOf": [
|
|
11466
11824
|
{
|
|
11467
11825
|
"type": "string"
|
|
11468
11826
|
}
|
|
@@ -11479,7 +11837,7 @@
|
|
|
11479
11837
|
"type": "array",
|
|
11480
11838
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11481
11839
|
"items": {
|
|
11482
|
-
"
|
|
11840
|
+
"anyOf": [
|
|
11483
11841
|
{
|
|
11484
11842
|
"type": "integer"
|
|
11485
11843
|
}
|
|
@@ -11552,7 +11910,7 @@
|
|
|
11552
11910
|
"type": "array",
|
|
11553
11911
|
"description": "Arguments for the command.",
|
|
11554
11912
|
"items": {
|
|
11555
|
-
"
|
|
11913
|
+
"anyOf": [
|
|
11556
11914
|
{
|
|
11557
11915
|
"type": "string"
|
|
11558
11916
|
}
|
|
@@ -11569,7 +11927,7 @@
|
|
|
11569
11927
|
"type": "array",
|
|
11570
11928
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11571
11929
|
"items": {
|
|
11572
|
-
"
|
|
11930
|
+
"anyOf": [
|
|
11573
11931
|
{
|
|
11574
11932
|
"type": "integer"
|
|
11575
11933
|
}
|
|
@@ -11770,7 +12128,7 @@
|
|
|
11770
12128
|
"type": "array",
|
|
11771
12129
|
"description": "Arguments for the command.",
|
|
11772
12130
|
"items": {
|
|
11773
|
-
"
|
|
12131
|
+
"anyOf": [
|
|
11774
12132
|
{
|
|
11775
12133
|
"type": "string"
|
|
11776
12134
|
}
|
|
@@ -11787,7 +12145,7 @@
|
|
|
11787
12145
|
"type": "array",
|
|
11788
12146
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11789
12147
|
"items": {
|
|
11790
|
-
"
|
|
12148
|
+
"anyOf": [
|
|
11791
12149
|
{
|
|
11792
12150
|
"type": "integer"
|
|
11793
12151
|
}
|
|
@@ -11861,7 +12219,7 @@
|
|
|
11861
12219
|
"type": "array",
|
|
11862
12220
|
"description": "Arguments for the command.",
|
|
11863
12221
|
"items": {
|
|
11864
|
-
"
|
|
12222
|
+
"anyOf": [
|
|
11865
12223
|
{
|
|
11866
12224
|
"type": "string"
|
|
11867
12225
|
}
|
|
@@ -11878,7 +12236,7 @@
|
|
|
11878
12236
|
"type": "array",
|
|
11879
12237
|
"description": "Expected exit codes of the command. If the command's actual exit code isn't in this list, the step fails.",
|
|
11880
12238
|
"items": {
|
|
11881
|
-
"
|
|
12239
|
+
"anyOf": [
|
|
11882
12240
|
{
|
|
11883
12241
|
"type": "integer"
|
|
11884
12242
|
}
|
|
@@ -12049,7 +12407,7 @@
|
|
|
12049
12407
|
{
|
|
12050
12408
|
"type": "array",
|
|
12051
12409
|
"items": {
|
|
12052
|
-
"
|
|
12410
|
+
"anyOf": [
|
|
12053
12411
|
{
|
|
12054
12412
|
"type": "string"
|
|
12055
12413
|
}
|
|
@@ -12072,7 +12430,7 @@
|
|
|
12072
12430
|
{
|
|
12073
12431
|
"type": "array",
|
|
12074
12432
|
"items": {
|
|
12075
|
-
"
|
|
12433
|
+
"anyOf": [
|
|
12076
12434
|
{
|
|
12077
12435
|
"type": "string"
|
|
12078
12436
|
}
|
|
@@ -12103,7 +12461,7 @@
|
|
|
12103
12461
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12104
12462
|
},
|
|
12105
12463
|
"elementClass": {
|
|
12106
|
-
"
|
|
12464
|
+
"anyOf": [
|
|
12107
12465
|
{
|
|
12108
12466
|
"type": "string"
|
|
12109
12467
|
},
|
|
@@ -12120,7 +12478,7 @@
|
|
|
12120
12478
|
"type": "object",
|
|
12121
12479
|
"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.",
|
|
12122
12480
|
"additionalProperties": {
|
|
12123
|
-
"
|
|
12481
|
+
"anyOf": [
|
|
12124
12482
|
{
|
|
12125
12483
|
"type": "string"
|
|
12126
12484
|
},
|
|
@@ -12156,7 +12514,7 @@
|
|
|
12156
12514
|
{
|
|
12157
12515
|
"type": "array",
|
|
12158
12516
|
"items": {
|
|
12159
|
-
"
|
|
12517
|
+
"anyOf": [
|
|
12160
12518
|
{
|
|
12161
12519
|
"type": "string"
|
|
12162
12520
|
}
|
|
@@ -12179,7 +12537,7 @@
|
|
|
12179
12537
|
{
|
|
12180
12538
|
"type": "array",
|
|
12181
12539
|
"items": {
|
|
12182
|
-
"
|
|
12540
|
+
"anyOf": [
|
|
12183
12541
|
{
|
|
12184
12542
|
"type": "string"
|
|
12185
12543
|
}
|
|
@@ -12210,7 +12568,7 @@
|
|
|
12210
12568
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12211
12569
|
},
|
|
12212
12570
|
"elementClass": {
|
|
12213
|
-
"
|
|
12571
|
+
"anyOf": [
|
|
12214
12572
|
{
|
|
12215
12573
|
"type": "string"
|
|
12216
12574
|
},
|
|
@@ -12227,7 +12585,7 @@
|
|
|
12227
12585
|
"type": "object",
|
|
12228
12586
|
"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.",
|
|
12229
12587
|
"additionalProperties": {
|
|
12230
|
-
"
|
|
12588
|
+
"anyOf": [
|
|
12231
12589
|
{
|
|
12232
12590
|
"type": "string"
|
|
12233
12591
|
},
|
|
@@ -12467,7 +12825,7 @@
|
|
|
12467
12825
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12468
12826
|
},
|
|
12469
12827
|
"elementClass": {
|
|
12470
|
-
"
|
|
12828
|
+
"anyOf": [
|
|
12471
12829
|
{
|
|
12472
12830
|
"type": "string"
|
|
12473
12831
|
},
|
|
@@ -12484,7 +12842,7 @@
|
|
|
12484
12842
|
"type": "object",
|
|
12485
12843
|
"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.",
|
|
12486
12844
|
"additionalProperties": {
|
|
12487
|
-
"
|
|
12845
|
+
"anyOf": [
|
|
12488
12846
|
{
|
|
12489
12847
|
"type": "string"
|
|
12490
12848
|
},
|
|
@@ -12663,7 +13021,7 @@
|
|
|
12663
13021
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12664
13022
|
},
|
|
12665
13023
|
"elementClass": {
|
|
12666
|
-
"
|
|
13024
|
+
"anyOf": [
|
|
12667
13025
|
{
|
|
12668
13026
|
"type": "string"
|
|
12669
13027
|
},
|
|
@@ -12680,7 +13038,7 @@
|
|
|
12680
13038
|
"type": "object",
|
|
12681
13039
|
"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.",
|
|
12682
13040
|
"additionalProperties": {
|
|
12683
|
-
"
|
|
13041
|
+
"anyOf": [
|
|
12684
13042
|
{
|
|
12685
13043
|
"type": "string"
|
|
12686
13044
|
},
|
|
@@ -12798,7 +13156,7 @@
|
|
|
12798
13156
|
"description": "data-testid attribute of the element to find. Supports exact match or regex pattern using /pattern/ syntax."
|
|
12799
13157
|
},
|
|
12800
13158
|
"elementClass": {
|
|
12801
|
-
"
|
|
13159
|
+
"anyOf": [
|
|
12802
13160
|
{
|
|
12803
13161
|
"type": "string"
|
|
12804
13162
|
},
|
|
@@ -12815,7 +13173,7 @@
|
|
|
12815
13173
|
"type": "object",
|
|
12816
13174
|
"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.",
|
|
12817
13175
|
"additionalProperties": {
|
|
12818
|
-
"
|
|
13176
|
+
"anyOf": [
|
|
12819
13177
|
{
|
|
12820
13178
|
"type": "string"
|
|
12821
13179
|
},
|