@dev-blinq/bvt-playwright-js 1.0.0-dev.4.latest.131.1 → 1.0.0-dev.4.latest.142.1
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/index.d.mts +164 -140
- package/index.mjs +107 -9
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -276,6 +276,14 @@ declare const elementAssertionSchema: z.ZodDiscriminatedUnion<[
|
|
|
276
276
|
z.ZodObject<{
|
|
277
277
|
type: z.ZodLiteral<"toHaveProperty">;
|
|
278
278
|
name: z.ZodString;
|
|
279
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
|
280
|
+
equals: "equals";
|
|
281
|
+
notEquals: "notEquals";
|
|
282
|
+
contains: "contains";
|
|
283
|
+
lessThan: "lessThan";
|
|
284
|
+
greaterThan: "greaterThan";
|
|
285
|
+
exists: "exists";
|
|
286
|
+
}>>;
|
|
279
287
|
value: z.ZodOptional<z.ZodDiscriminatedUnion<[
|
|
280
288
|
z.ZodObject<{
|
|
281
289
|
type: z.ZodLiteral<"string">;
|
|
@@ -572,11 +580,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
572
580
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
573
581
|
selectorString: z.ZodString;
|
|
574
582
|
strategy: z.ZodEnum<{
|
|
575
|
-
testId: "testId";
|
|
576
|
-
xpath: "xpath";
|
|
577
583
|
css: "css";
|
|
584
|
+
xpath: "xpath";
|
|
578
585
|
text: "text";
|
|
579
586
|
label: "label";
|
|
587
|
+
testId: "testId";
|
|
580
588
|
}>;
|
|
581
589
|
description: z.ZodOptional<z.ZodString>;
|
|
582
590
|
}, z.core.$strict>,
|
|
@@ -727,11 +735,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
727
735
|
}, z.core.$strip>>;
|
|
728
736
|
}, z.core.$strict>;
|
|
729
737
|
strategy: z.ZodEnum<{
|
|
730
|
-
testId: "testId";
|
|
731
|
-
xpath: "xpath";
|
|
732
738
|
css: "css";
|
|
739
|
+
xpath: "xpath";
|
|
733
740
|
text: "text";
|
|
734
741
|
label: "label";
|
|
742
|
+
testId: "testId";
|
|
735
743
|
}>;
|
|
736
744
|
description: z.ZodOptional<z.ZodString>;
|
|
737
745
|
}, z.core.$strict>
|
|
@@ -830,11 +838,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
830
838
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
831
839
|
selectorString: z.ZodString;
|
|
832
840
|
strategy: z.ZodEnum<{
|
|
833
|
-
testId: "testId";
|
|
834
|
-
xpath: "xpath";
|
|
835
841
|
css: "css";
|
|
842
|
+
xpath: "xpath";
|
|
836
843
|
text: "text";
|
|
837
844
|
label: "label";
|
|
845
|
+
testId: "testId";
|
|
838
846
|
}>;
|
|
839
847
|
description: z.ZodOptional<z.ZodString>;
|
|
840
848
|
}, z.core.$strict>,
|
|
@@ -985,11 +993,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
985
993
|
}, z.core.$strip>>;
|
|
986
994
|
}, z.core.$strict>;
|
|
987
995
|
strategy: z.ZodEnum<{
|
|
988
|
-
testId: "testId";
|
|
989
|
-
xpath: "xpath";
|
|
990
996
|
css: "css";
|
|
997
|
+
xpath: "xpath";
|
|
991
998
|
text: "text";
|
|
992
999
|
label: "label";
|
|
1000
|
+
testId: "testId";
|
|
993
1001
|
}>;
|
|
994
1002
|
description: z.ZodOptional<z.ZodString>;
|
|
995
1003
|
}, z.core.$strict>
|
|
@@ -1065,11 +1073,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1065
1073
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
1066
1074
|
selectorString: z.ZodString;
|
|
1067
1075
|
strategy: z.ZodEnum<{
|
|
1068
|
-
testId: "testId";
|
|
1069
|
-
xpath: "xpath";
|
|
1070
1076
|
css: "css";
|
|
1077
|
+
xpath: "xpath";
|
|
1071
1078
|
text: "text";
|
|
1072
1079
|
label: "label";
|
|
1080
|
+
testId: "testId";
|
|
1073
1081
|
}>;
|
|
1074
1082
|
description: z.ZodOptional<z.ZodString>;
|
|
1075
1083
|
}, z.core.$strict>,
|
|
@@ -1220,11 +1228,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1220
1228
|
}, z.core.$strip>>;
|
|
1221
1229
|
}, z.core.$strict>;
|
|
1222
1230
|
strategy: z.ZodEnum<{
|
|
1223
|
-
testId: "testId";
|
|
1224
|
-
xpath: "xpath";
|
|
1225
1231
|
css: "css";
|
|
1232
|
+
xpath: "xpath";
|
|
1226
1233
|
text: "text";
|
|
1227
1234
|
label: "label";
|
|
1235
|
+
testId: "testId";
|
|
1228
1236
|
}>;
|
|
1229
1237
|
description: z.ZodOptional<z.ZodString>;
|
|
1230
1238
|
}, z.core.$strict>
|
|
@@ -1341,11 +1349,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1341
1349
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
1342
1350
|
selectorString: z.ZodString;
|
|
1343
1351
|
strategy: z.ZodEnum<{
|
|
1344
|
-
testId: "testId";
|
|
1345
|
-
xpath: "xpath";
|
|
1346
1352
|
css: "css";
|
|
1353
|
+
xpath: "xpath";
|
|
1347
1354
|
text: "text";
|
|
1348
1355
|
label: "label";
|
|
1356
|
+
testId: "testId";
|
|
1349
1357
|
}>;
|
|
1350
1358
|
description: z.ZodOptional<z.ZodString>;
|
|
1351
1359
|
}, z.core.$strict>,
|
|
@@ -1496,11 +1504,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1496
1504
|
}, z.core.$strip>>;
|
|
1497
1505
|
}, z.core.$strict>;
|
|
1498
1506
|
strategy: z.ZodEnum<{
|
|
1499
|
-
testId: "testId";
|
|
1500
|
-
xpath: "xpath";
|
|
1501
1507
|
css: "css";
|
|
1508
|
+
xpath: "xpath";
|
|
1502
1509
|
text: "text";
|
|
1503
1510
|
label: "label";
|
|
1511
|
+
testId: "testId";
|
|
1504
1512
|
}>;
|
|
1505
1513
|
description: z.ZodOptional<z.ZodString>;
|
|
1506
1514
|
}, z.core.$strict>
|
|
@@ -1512,11 +1520,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1512
1520
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
1513
1521
|
selectorString: z.ZodString;
|
|
1514
1522
|
strategy: z.ZodEnum<{
|
|
1515
|
-
testId: "testId";
|
|
1516
|
-
xpath: "xpath";
|
|
1517
1523
|
css: "css";
|
|
1524
|
+
xpath: "xpath";
|
|
1518
1525
|
text: "text";
|
|
1519
1526
|
label: "label";
|
|
1527
|
+
testId: "testId";
|
|
1520
1528
|
}>;
|
|
1521
1529
|
description: z.ZodOptional<z.ZodString>;
|
|
1522
1530
|
}, z.core.$strict>,
|
|
@@ -1667,11 +1675,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1667
1675
|
}, z.core.$strip>>;
|
|
1668
1676
|
}, z.core.$strict>;
|
|
1669
1677
|
strategy: z.ZodEnum<{
|
|
1670
|
-
testId: "testId";
|
|
1671
|
-
xpath: "xpath";
|
|
1672
1678
|
css: "css";
|
|
1679
|
+
xpath: "xpath";
|
|
1673
1680
|
text: "text";
|
|
1674
1681
|
label: "label";
|
|
1682
|
+
testId: "testId";
|
|
1675
1683
|
}>;
|
|
1676
1684
|
description: z.ZodOptional<z.ZodString>;
|
|
1677
1685
|
}, z.core.$strict>
|
|
@@ -1709,11 +1717,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1709
1717
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
1710
1718
|
selectorString: z.ZodString;
|
|
1711
1719
|
strategy: z.ZodEnum<{
|
|
1712
|
-
testId: "testId";
|
|
1713
|
-
xpath: "xpath";
|
|
1714
1720
|
css: "css";
|
|
1721
|
+
xpath: "xpath";
|
|
1715
1722
|
text: "text";
|
|
1716
1723
|
label: "label";
|
|
1724
|
+
testId: "testId";
|
|
1717
1725
|
}>;
|
|
1718
1726
|
description: z.ZodOptional<z.ZodString>;
|
|
1719
1727
|
}, z.core.$strict>,
|
|
@@ -1864,24 +1872,24 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
1864
1872
|
}, z.core.$strip>>;
|
|
1865
1873
|
}, z.core.$strict>;
|
|
1866
1874
|
strategy: z.ZodEnum<{
|
|
1867
|
-
testId: "testId";
|
|
1868
|
-
xpath: "xpath";
|
|
1869
1875
|
css: "css";
|
|
1876
|
+
xpath: "xpath";
|
|
1870
1877
|
text: "text";
|
|
1871
1878
|
label: "label";
|
|
1879
|
+
testId: "testId";
|
|
1872
1880
|
}>;
|
|
1873
1881
|
description: z.ZodOptional<z.ZodString>;
|
|
1874
1882
|
}, z.core.$strict>
|
|
1875
1883
|
], "type">;
|
|
1876
1884
|
score: z.ZodNumber;
|
|
1877
1885
|
source: z.ZodEnum<{
|
|
1886
|
+
xpath: "xpath";
|
|
1887
|
+
testId: "testId";
|
|
1878
1888
|
role: "role";
|
|
1879
1889
|
accessibleName: "accessibleName";
|
|
1880
|
-
testId: "testId";
|
|
1881
1890
|
visibleText: "visibleText";
|
|
1882
1891
|
stableAttribute: "stableAttribute";
|
|
1883
1892
|
ancestorScoped: "ancestorScoped";
|
|
1884
|
-
xpath: "xpath";
|
|
1885
1893
|
}>;
|
|
1886
1894
|
}, z.core.$strict>>>;
|
|
1887
1895
|
fingerprint: z.ZodOptional<z.ZodObject<{
|
|
@@ -2011,6 +2019,14 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2011
2019
|
z.ZodObject<{
|
|
2012
2020
|
type: z.ZodLiteral<"toHaveProperty">;
|
|
2013
2021
|
name: z.ZodString;
|
|
2022
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
|
2023
|
+
equals: "equals";
|
|
2024
|
+
notEquals: "notEquals";
|
|
2025
|
+
contains: "contains";
|
|
2026
|
+
lessThan: "lessThan";
|
|
2027
|
+
greaterThan: "greaterThan";
|
|
2028
|
+
exists: "exists";
|
|
2029
|
+
}>>;
|
|
2014
2030
|
value: z.ZodOptional<z.ZodDiscriminatedUnion<[
|
|
2015
2031
|
z.ZodObject<{
|
|
2016
2032
|
type: z.ZodLiteral<"string">;
|
|
@@ -2101,11 +2117,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2101
2117
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
2102
2118
|
selectorString: z.ZodString;
|
|
2103
2119
|
strategy: z.ZodEnum<{
|
|
2104
|
-
testId: "testId";
|
|
2105
|
-
xpath: "xpath";
|
|
2106
2120
|
css: "css";
|
|
2121
|
+
xpath: "xpath";
|
|
2107
2122
|
text: "text";
|
|
2108
2123
|
label: "label";
|
|
2124
|
+
testId: "testId";
|
|
2109
2125
|
}>;
|
|
2110
2126
|
description: z.ZodOptional<z.ZodString>;
|
|
2111
2127
|
}, z.core.$strict>,
|
|
@@ -2256,11 +2272,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2256
2272
|
}, z.core.$strip>>;
|
|
2257
2273
|
}, z.core.$strict>;
|
|
2258
2274
|
strategy: z.ZodEnum<{
|
|
2259
|
-
testId: "testId";
|
|
2260
|
-
xpath: "xpath";
|
|
2261
2275
|
css: "css";
|
|
2276
|
+
xpath: "xpath";
|
|
2262
2277
|
text: "text";
|
|
2263
2278
|
label: "label";
|
|
2279
|
+
testId: "testId";
|
|
2264
2280
|
}>;
|
|
2265
2281
|
description: z.ZodOptional<z.ZodString>;
|
|
2266
2282
|
}, z.core.$strict>
|
|
@@ -2272,11 +2288,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2272
2288
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
2273
2289
|
selectorString: z.ZodString;
|
|
2274
2290
|
strategy: z.ZodEnum<{
|
|
2275
|
-
testId: "testId";
|
|
2276
|
-
xpath: "xpath";
|
|
2277
2291
|
css: "css";
|
|
2292
|
+
xpath: "xpath";
|
|
2278
2293
|
text: "text";
|
|
2279
2294
|
label: "label";
|
|
2295
|
+
testId: "testId";
|
|
2280
2296
|
}>;
|
|
2281
2297
|
description: z.ZodOptional<z.ZodString>;
|
|
2282
2298
|
}, z.core.$strict>,
|
|
@@ -2427,11 +2443,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2427
2443
|
}, z.core.$strip>>;
|
|
2428
2444
|
}, z.core.$strict>;
|
|
2429
2445
|
strategy: z.ZodEnum<{
|
|
2430
|
-
testId: "testId";
|
|
2431
|
-
xpath: "xpath";
|
|
2432
2446
|
css: "css";
|
|
2447
|
+
xpath: "xpath";
|
|
2433
2448
|
text: "text";
|
|
2434
2449
|
label: "label";
|
|
2450
|
+
testId: "testId";
|
|
2435
2451
|
}>;
|
|
2436
2452
|
description: z.ZodOptional<z.ZodString>;
|
|
2437
2453
|
}, z.core.$strict>
|
|
@@ -2469,11 +2485,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2469
2485
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
2470
2486
|
selectorString: z.ZodString;
|
|
2471
2487
|
strategy: z.ZodEnum<{
|
|
2472
|
-
testId: "testId";
|
|
2473
|
-
xpath: "xpath";
|
|
2474
2488
|
css: "css";
|
|
2489
|
+
xpath: "xpath";
|
|
2475
2490
|
text: "text";
|
|
2476
2491
|
label: "label";
|
|
2492
|
+
testId: "testId";
|
|
2477
2493
|
}>;
|
|
2478
2494
|
description: z.ZodOptional<z.ZodString>;
|
|
2479
2495
|
}, z.core.$strict>,
|
|
@@ -2624,24 +2640,24 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2624
2640
|
}, z.core.$strip>>;
|
|
2625
2641
|
}, z.core.$strict>;
|
|
2626
2642
|
strategy: z.ZodEnum<{
|
|
2627
|
-
testId: "testId";
|
|
2628
|
-
xpath: "xpath";
|
|
2629
2643
|
css: "css";
|
|
2644
|
+
xpath: "xpath";
|
|
2630
2645
|
text: "text";
|
|
2631
2646
|
label: "label";
|
|
2647
|
+
testId: "testId";
|
|
2632
2648
|
}>;
|
|
2633
2649
|
description: z.ZodOptional<z.ZodString>;
|
|
2634
2650
|
}, z.core.$strict>
|
|
2635
2651
|
], "type">;
|
|
2636
2652
|
score: z.ZodNumber;
|
|
2637
2653
|
source: z.ZodEnum<{
|
|
2654
|
+
xpath: "xpath";
|
|
2655
|
+
testId: "testId";
|
|
2638
2656
|
role: "role";
|
|
2639
2657
|
accessibleName: "accessibleName";
|
|
2640
|
-
testId: "testId";
|
|
2641
2658
|
visibleText: "visibleText";
|
|
2642
2659
|
stableAttribute: "stableAttribute";
|
|
2643
2660
|
ancestorScoped: "ancestorScoped";
|
|
2644
|
-
xpath: "xpath";
|
|
2645
2661
|
}>;
|
|
2646
2662
|
}, z.core.$strict>>>;
|
|
2647
2663
|
fingerprint: z.ZodOptional<z.ZodObject<{
|
|
@@ -2745,11 +2761,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2745
2761
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
2746
2762
|
selectorString: z.ZodString;
|
|
2747
2763
|
strategy: z.ZodEnum<{
|
|
2748
|
-
testId: "testId";
|
|
2749
|
-
xpath: "xpath";
|
|
2750
2764
|
css: "css";
|
|
2765
|
+
xpath: "xpath";
|
|
2751
2766
|
text: "text";
|
|
2752
2767
|
label: "label";
|
|
2768
|
+
testId: "testId";
|
|
2753
2769
|
}>;
|
|
2754
2770
|
description: z.ZodOptional<z.ZodString>;
|
|
2755
2771
|
}, z.core.$strict>,
|
|
@@ -2900,11 +2916,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2900
2916
|
}, z.core.$strip>>;
|
|
2901
2917
|
}, z.core.$strict>;
|
|
2902
2918
|
strategy: z.ZodEnum<{
|
|
2903
|
-
testId: "testId";
|
|
2904
|
-
xpath: "xpath";
|
|
2905
2919
|
css: "css";
|
|
2920
|
+
xpath: "xpath";
|
|
2906
2921
|
text: "text";
|
|
2907
2922
|
label: "label";
|
|
2923
|
+
testId: "testId";
|
|
2908
2924
|
}>;
|
|
2909
2925
|
description: z.ZodOptional<z.ZodString>;
|
|
2910
2926
|
}, z.core.$strict>
|
|
@@ -2916,11 +2932,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
2916
2932
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
2917
2933
|
selectorString: z.ZodString;
|
|
2918
2934
|
strategy: z.ZodEnum<{
|
|
2919
|
-
testId: "testId";
|
|
2920
|
-
xpath: "xpath";
|
|
2921
2935
|
css: "css";
|
|
2936
|
+
xpath: "xpath";
|
|
2922
2937
|
text: "text";
|
|
2923
2938
|
label: "label";
|
|
2939
|
+
testId: "testId";
|
|
2924
2940
|
}>;
|
|
2925
2941
|
description: z.ZodOptional<z.ZodString>;
|
|
2926
2942
|
}, z.core.$strict>,
|
|
@@ -3071,11 +3087,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
3071
3087
|
}, z.core.$strip>>;
|
|
3072
3088
|
}, z.core.$strict>;
|
|
3073
3089
|
strategy: z.ZodEnum<{
|
|
3074
|
-
testId: "testId";
|
|
3075
|
-
xpath: "xpath";
|
|
3076
3090
|
css: "css";
|
|
3091
|
+
xpath: "xpath";
|
|
3077
3092
|
text: "text";
|
|
3078
3093
|
label: "label";
|
|
3094
|
+
testId: "testId";
|
|
3079
3095
|
}>;
|
|
3080
3096
|
description: z.ZodOptional<z.ZodString>;
|
|
3081
3097
|
}, z.core.$strict>
|
|
@@ -3113,11 +3129,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
3113
3129
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
3114
3130
|
selectorString: z.ZodString;
|
|
3115
3131
|
strategy: z.ZodEnum<{
|
|
3116
|
-
testId: "testId";
|
|
3117
|
-
xpath: "xpath";
|
|
3118
3132
|
css: "css";
|
|
3133
|
+
xpath: "xpath";
|
|
3119
3134
|
text: "text";
|
|
3120
3135
|
label: "label";
|
|
3136
|
+
testId: "testId";
|
|
3121
3137
|
}>;
|
|
3122
3138
|
description: z.ZodOptional<z.ZodString>;
|
|
3123
3139
|
}, z.core.$strict>,
|
|
@@ -3268,24 +3284,24 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
|
|
|
3268
3284
|
}, z.core.$strip>>;
|
|
3269
3285
|
}, z.core.$strict>;
|
|
3270
3286
|
strategy: z.ZodEnum<{
|
|
3271
|
-
testId: "testId";
|
|
3272
|
-
xpath: "xpath";
|
|
3273
3287
|
css: "css";
|
|
3288
|
+
xpath: "xpath";
|
|
3274
3289
|
text: "text";
|
|
3275
3290
|
label: "label";
|
|
3291
|
+
testId: "testId";
|
|
3276
3292
|
}>;
|
|
3277
3293
|
description: z.ZodOptional<z.ZodString>;
|
|
3278
3294
|
}, z.core.$strict>
|
|
3279
3295
|
], "type">;
|
|
3280
3296
|
score: z.ZodNumber;
|
|
3281
3297
|
source: z.ZodEnum<{
|
|
3298
|
+
xpath: "xpath";
|
|
3299
|
+
testId: "testId";
|
|
3282
3300
|
role: "role";
|
|
3283
3301
|
accessibleName: "accessibleName";
|
|
3284
|
-
testId: "testId";
|
|
3285
3302
|
visibleText: "visibleText";
|
|
3286
3303
|
stableAttribute: "stableAttribute";
|
|
3287
3304
|
ancestorScoped: "ancestorScoped";
|
|
3288
|
-
xpath: "xpath";
|
|
3289
3305
|
}>;
|
|
3290
3306
|
}, z.core.$strict>>>;
|
|
3291
3307
|
fingerprint: z.ZodOptional<z.ZodObject<{
|
|
@@ -3571,11 +3587,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
3571
3587
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
3572
3588
|
selectorString: z.ZodString;
|
|
3573
3589
|
strategy: z.ZodEnum<{
|
|
3574
|
-
testId: "testId";
|
|
3575
|
-
xpath: "xpath";
|
|
3576
3590
|
css: "css";
|
|
3591
|
+
xpath: "xpath";
|
|
3577
3592
|
text: "text";
|
|
3578
3593
|
label: "label";
|
|
3594
|
+
testId: "testId";
|
|
3579
3595
|
}>;
|
|
3580
3596
|
description: z.ZodOptional<z.ZodString>;
|
|
3581
3597
|
}, z.core.$strict>,
|
|
@@ -3726,11 +3742,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
3726
3742
|
}, z.core.$strip>>;
|
|
3727
3743
|
}, z.core.$strict>;
|
|
3728
3744
|
strategy: z.ZodEnum<{
|
|
3729
|
-
testId: "testId";
|
|
3730
|
-
xpath: "xpath";
|
|
3731
3745
|
css: "css";
|
|
3746
|
+
xpath: "xpath";
|
|
3732
3747
|
text: "text";
|
|
3733
3748
|
label: "label";
|
|
3749
|
+
testId: "testId";
|
|
3734
3750
|
}>;
|
|
3735
3751
|
description: z.ZodOptional<z.ZodString>;
|
|
3736
3752
|
}, z.core.$strict>
|
|
@@ -3829,11 +3845,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
3829
3845
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
3830
3846
|
selectorString: z.ZodString;
|
|
3831
3847
|
strategy: z.ZodEnum<{
|
|
3832
|
-
testId: "testId";
|
|
3833
|
-
xpath: "xpath";
|
|
3834
3848
|
css: "css";
|
|
3849
|
+
xpath: "xpath";
|
|
3835
3850
|
text: "text";
|
|
3836
3851
|
label: "label";
|
|
3852
|
+
testId: "testId";
|
|
3837
3853
|
}>;
|
|
3838
3854
|
description: z.ZodOptional<z.ZodString>;
|
|
3839
3855
|
}, z.core.$strict>,
|
|
@@ -3984,11 +4000,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
3984
4000
|
}, z.core.$strip>>;
|
|
3985
4001
|
}, z.core.$strict>;
|
|
3986
4002
|
strategy: z.ZodEnum<{
|
|
3987
|
-
testId: "testId";
|
|
3988
|
-
xpath: "xpath";
|
|
3989
4003
|
css: "css";
|
|
4004
|
+
xpath: "xpath";
|
|
3990
4005
|
text: "text";
|
|
3991
4006
|
label: "label";
|
|
4007
|
+
testId: "testId";
|
|
3992
4008
|
}>;
|
|
3993
4009
|
description: z.ZodOptional<z.ZodString>;
|
|
3994
4010
|
}, z.core.$strict>
|
|
@@ -4064,11 +4080,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4064
4080
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
4065
4081
|
selectorString: z.ZodString;
|
|
4066
4082
|
strategy: z.ZodEnum<{
|
|
4067
|
-
testId: "testId";
|
|
4068
|
-
xpath: "xpath";
|
|
4069
4083
|
css: "css";
|
|
4084
|
+
xpath: "xpath";
|
|
4070
4085
|
text: "text";
|
|
4071
4086
|
label: "label";
|
|
4087
|
+
testId: "testId";
|
|
4072
4088
|
}>;
|
|
4073
4089
|
description: z.ZodOptional<z.ZodString>;
|
|
4074
4090
|
}, z.core.$strict>,
|
|
@@ -4219,11 +4235,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4219
4235
|
}, z.core.$strip>>;
|
|
4220
4236
|
}, z.core.$strict>;
|
|
4221
4237
|
strategy: z.ZodEnum<{
|
|
4222
|
-
testId: "testId";
|
|
4223
|
-
xpath: "xpath";
|
|
4224
4238
|
css: "css";
|
|
4239
|
+
xpath: "xpath";
|
|
4225
4240
|
text: "text";
|
|
4226
4241
|
label: "label";
|
|
4242
|
+
testId: "testId";
|
|
4227
4243
|
}>;
|
|
4228
4244
|
description: z.ZodOptional<z.ZodString>;
|
|
4229
4245
|
}, z.core.$strict>
|
|
@@ -4340,11 +4356,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4340
4356
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
4341
4357
|
selectorString: z.ZodString;
|
|
4342
4358
|
strategy: z.ZodEnum<{
|
|
4343
|
-
testId: "testId";
|
|
4344
|
-
xpath: "xpath";
|
|
4345
4359
|
css: "css";
|
|
4360
|
+
xpath: "xpath";
|
|
4346
4361
|
text: "text";
|
|
4347
4362
|
label: "label";
|
|
4363
|
+
testId: "testId";
|
|
4348
4364
|
}>;
|
|
4349
4365
|
description: z.ZodOptional<z.ZodString>;
|
|
4350
4366
|
}, z.core.$strict>,
|
|
@@ -4495,11 +4511,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4495
4511
|
}, z.core.$strip>>;
|
|
4496
4512
|
}, z.core.$strict>;
|
|
4497
4513
|
strategy: z.ZodEnum<{
|
|
4498
|
-
testId: "testId";
|
|
4499
|
-
xpath: "xpath";
|
|
4500
4514
|
css: "css";
|
|
4515
|
+
xpath: "xpath";
|
|
4501
4516
|
text: "text";
|
|
4502
4517
|
label: "label";
|
|
4518
|
+
testId: "testId";
|
|
4503
4519
|
}>;
|
|
4504
4520
|
description: z.ZodOptional<z.ZodString>;
|
|
4505
4521
|
}, z.core.$strict>
|
|
@@ -4511,11 +4527,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4511
4527
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
4512
4528
|
selectorString: z.ZodString;
|
|
4513
4529
|
strategy: z.ZodEnum<{
|
|
4514
|
-
testId: "testId";
|
|
4515
|
-
xpath: "xpath";
|
|
4516
4530
|
css: "css";
|
|
4531
|
+
xpath: "xpath";
|
|
4517
4532
|
text: "text";
|
|
4518
4533
|
label: "label";
|
|
4534
|
+
testId: "testId";
|
|
4519
4535
|
}>;
|
|
4520
4536
|
description: z.ZodOptional<z.ZodString>;
|
|
4521
4537
|
}, z.core.$strict>,
|
|
@@ -4666,11 +4682,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4666
4682
|
}, z.core.$strip>>;
|
|
4667
4683
|
}, z.core.$strict>;
|
|
4668
4684
|
strategy: z.ZodEnum<{
|
|
4669
|
-
testId: "testId";
|
|
4670
|
-
xpath: "xpath";
|
|
4671
4685
|
css: "css";
|
|
4686
|
+
xpath: "xpath";
|
|
4672
4687
|
text: "text";
|
|
4673
4688
|
label: "label";
|
|
4689
|
+
testId: "testId";
|
|
4674
4690
|
}>;
|
|
4675
4691
|
description: z.ZodOptional<z.ZodString>;
|
|
4676
4692
|
}, z.core.$strict>
|
|
@@ -4708,11 +4724,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4708
4724
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
4709
4725
|
selectorString: z.ZodString;
|
|
4710
4726
|
strategy: z.ZodEnum<{
|
|
4711
|
-
testId: "testId";
|
|
4712
|
-
xpath: "xpath";
|
|
4713
4727
|
css: "css";
|
|
4728
|
+
xpath: "xpath";
|
|
4714
4729
|
text: "text";
|
|
4715
4730
|
label: "label";
|
|
4731
|
+
testId: "testId";
|
|
4716
4732
|
}>;
|
|
4717
4733
|
description: z.ZodOptional<z.ZodString>;
|
|
4718
4734
|
}, z.core.$strict>,
|
|
@@ -4863,24 +4879,24 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
4863
4879
|
}, z.core.$strip>>;
|
|
4864
4880
|
}, z.core.$strict>;
|
|
4865
4881
|
strategy: z.ZodEnum<{
|
|
4866
|
-
testId: "testId";
|
|
4867
|
-
xpath: "xpath";
|
|
4868
4882
|
css: "css";
|
|
4883
|
+
xpath: "xpath";
|
|
4869
4884
|
text: "text";
|
|
4870
4885
|
label: "label";
|
|
4886
|
+
testId: "testId";
|
|
4871
4887
|
}>;
|
|
4872
4888
|
description: z.ZodOptional<z.ZodString>;
|
|
4873
4889
|
}, z.core.$strict>
|
|
4874
4890
|
], "type">;
|
|
4875
4891
|
score: z.ZodNumber;
|
|
4876
4892
|
source: z.ZodEnum<{
|
|
4893
|
+
xpath: "xpath";
|
|
4894
|
+
testId: "testId";
|
|
4877
4895
|
role: "role";
|
|
4878
4896
|
accessibleName: "accessibleName";
|
|
4879
|
-
testId: "testId";
|
|
4880
4897
|
visibleText: "visibleText";
|
|
4881
4898
|
stableAttribute: "stableAttribute";
|
|
4882
4899
|
ancestorScoped: "ancestorScoped";
|
|
4883
|
-
xpath: "xpath";
|
|
4884
4900
|
}>;
|
|
4885
4901
|
}, z.core.$strict>>>;
|
|
4886
4902
|
fingerprint: z.ZodOptional<z.ZodObject<{
|
|
@@ -5010,6 +5026,14 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5010
5026
|
z.ZodObject<{
|
|
5011
5027
|
type: z.ZodLiteral<"toHaveProperty">;
|
|
5012
5028
|
name: z.ZodString;
|
|
5029
|
+
operator: z.ZodOptional<z.ZodEnum<{
|
|
5030
|
+
equals: "equals";
|
|
5031
|
+
notEquals: "notEquals";
|
|
5032
|
+
contains: "contains";
|
|
5033
|
+
lessThan: "lessThan";
|
|
5034
|
+
greaterThan: "greaterThan";
|
|
5035
|
+
exists: "exists";
|
|
5036
|
+
}>>;
|
|
5013
5037
|
value: z.ZodOptional<z.ZodDiscriminatedUnion<[
|
|
5014
5038
|
z.ZodObject<{
|
|
5015
5039
|
type: z.ZodLiteral<"string">;
|
|
@@ -5100,11 +5124,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5100
5124
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
5101
5125
|
selectorString: z.ZodString;
|
|
5102
5126
|
strategy: z.ZodEnum<{
|
|
5103
|
-
testId: "testId";
|
|
5104
|
-
xpath: "xpath";
|
|
5105
5127
|
css: "css";
|
|
5128
|
+
xpath: "xpath";
|
|
5106
5129
|
text: "text";
|
|
5107
5130
|
label: "label";
|
|
5131
|
+
testId: "testId";
|
|
5108
5132
|
}>;
|
|
5109
5133
|
description: z.ZodOptional<z.ZodString>;
|
|
5110
5134
|
}, z.core.$strict>,
|
|
@@ -5255,11 +5279,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5255
5279
|
}, z.core.$strip>>;
|
|
5256
5280
|
}, z.core.$strict>;
|
|
5257
5281
|
strategy: z.ZodEnum<{
|
|
5258
|
-
testId: "testId";
|
|
5259
|
-
xpath: "xpath";
|
|
5260
5282
|
css: "css";
|
|
5283
|
+
xpath: "xpath";
|
|
5261
5284
|
text: "text";
|
|
5262
5285
|
label: "label";
|
|
5286
|
+
testId: "testId";
|
|
5263
5287
|
}>;
|
|
5264
5288
|
description: z.ZodOptional<z.ZodString>;
|
|
5265
5289
|
}, z.core.$strict>
|
|
@@ -5271,11 +5295,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5271
5295
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
5272
5296
|
selectorString: z.ZodString;
|
|
5273
5297
|
strategy: z.ZodEnum<{
|
|
5274
|
-
testId: "testId";
|
|
5275
|
-
xpath: "xpath";
|
|
5276
5298
|
css: "css";
|
|
5299
|
+
xpath: "xpath";
|
|
5277
5300
|
text: "text";
|
|
5278
5301
|
label: "label";
|
|
5302
|
+
testId: "testId";
|
|
5279
5303
|
}>;
|
|
5280
5304
|
description: z.ZodOptional<z.ZodString>;
|
|
5281
5305
|
}, z.core.$strict>,
|
|
@@ -5426,11 +5450,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5426
5450
|
}, z.core.$strip>>;
|
|
5427
5451
|
}, z.core.$strict>;
|
|
5428
5452
|
strategy: z.ZodEnum<{
|
|
5429
|
-
testId: "testId";
|
|
5430
|
-
xpath: "xpath";
|
|
5431
5453
|
css: "css";
|
|
5454
|
+
xpath: "xpath";
|
|
5432
5455
|
text: "text";
|
|
5433
5456
|
label: "label";
|
|
5457
|
+
testId: "testId";
|
|
5434
5458
|
}>;
|
|
5435
5459
|
description: z.ZodOptional<z.ZodString>;
|
|
5436
5460
|
}, z.core.$strict>
|
|
@@ -5468,11 +5492,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5468
5492
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
5469
5493
|
selectorString: z.ZodString;
|
|
5470
5494
|
strategy: z.ZodEnum<{
|
|
5471
|
-
testId: "testId";
|
|
5472
|
-
xpath: "xpath";
|
|
5473
5495
|
css: "css";
|
|
5496
|
+
xpath: "xpath";
|
|
5474
5497
|
text: "text";
|
|
5475
5498
|
label: "label";
|
|
5499
|
+
testId: "testId";
|
|
5476
5500
|
}>;
|
|
5477
5501
|
description: z.ZodOptional<z.ZodString>;
|
|
5478
5502
|
}, z.core.$strict>,
|
|
@@ -5623,24 +5647,24 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5623
5647
|
}, z.core.$strip>>;
|
|
5624
5648
|
}, z.core.$strict>;
|
|
5625
5649
|
strategy: z.ZodEnum<{
|
|
5626
|
-
testId: "testId";
|
|
5627
|
-
xpath: "xpath";
|
|
5628
5650
|
css: "css";
|
|
5651
|
+
xpath: "xpath";
|
|
5629
5652
|
text: "text";
|
|
5630
5653
|
label: "label";
|
|
5654
|
+
testId: "testId";
|
|
5631
5655
|
}>;
|
|
5632
5656
|
description: z.ZodOptional<z.ZodString>;
|
|
5633
5657
|
}, z.core.$strict>
|
|
5634
5658
|
], "type">;
|
|
5635
5659
|
score: z.ZodNumber;
|
|
5636
5660
|
source: z.ZodEnum<{
|
|
5661
|
+
xpath: "xpath";
|
|
5662
|
+
testId: "testId";
|
|
5637
5663
|
role: "role";
|
|
5638
5664
|
accessibleName: "accessibleName";
|
|
5639
|
-
testId: "testId";
|
|
5640
5665
|
visibleText: "visibleText";
|
|
5641
5666
|
stableAttribute: "stableAttribute";
|
|
5642
5667
|
ancestorScoped: "ancestorScoped";
|
|
5643
|
-
xpath: "xpath";
|
|
5644
5668
|
}>;
|
|
5645
5669
|
}, z.core.$strict>>>;
|
|
5646
5670
|
fingerprint: z.ZodOptional<z.ZodObject<{
|
|
@@ -5744,11 +5768,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5744
5768
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
5745
5769
|
selectorString: z.ZodString;
|
|
5746
5770
|
strategy: z.ZodEnum<{
|
|
5747
|
-
testId: "testId";
|
|
5748
|
-
xpath: "xpath";
|
|
5749
5771
|
css: "css";
|
|
5772
|
+
xpath: "xpath";
|
|
5750
5773
|
text: "text";
|
|
5751
5774
|
label: "label";
|
|
5775
|
+
testId: "testId";
|
|
5752
5776
|
}>;
|
|
5753
5777
|
description: z.ZodOptional<z.ZodString>;
|
|
5754
5778
|
}, z.core.$strict>,
|
|
@@ -5899,11 +5923,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5899
5923
|
}, z.core.$strip>>;
|
|
5900
5924
|
}, z.core.$strict>;
|
|
5901
5925
|
strategy: z.ZodEnum<{
|
|
5902
|
-
testId: "testId";
|
|
5903
|
-
xpath: "xpath";
|
|
5904
5926
|
css: "css";
|
|
5927
|
+
xpath: "xpath";
|
|
5905
5928
|
text: "text";
|
|
5906
5929
|
label: "label";
|
|
5930
|
+
testId: "testId";
|
|
5907
5931
|
}>;
|
|
5908
5932
|
description: z.ZodOptional<z.ZodString>;
|
|
5909
5933
|
}, z.core.$strict>
|
|
@@ -5915,11 +5939,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
5915
5939
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
5916
5940
|
selectorString: z.ZodString;
|
|
5917
5941
|
strategy: z.ZodEnum<{
|
|
5918
|
-
testId: "testId";
|
|
5919
|
-
xpath: "xpath";
|
|
5920
5942
|
css: "css";
|
|
5943
|
+
xpath: "xpath";
|
|
5921
5944
|
text: "text";
|
|
5922
5945
|
label: "label";
|
|
5946
|
+
testId: "testId";
|
|
5923
5947
|
}>;
|
|
5924
5948
|
description: z.ZodOptional<z.ZodString>;
|
|
5925
5949
|
}, z.core.$strict>,
|
|
@@ -6070,11 +6094,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
6070
6094
|
}, z.core.$strip>>;
|
|
6071
6095
|
}, z.core.$strict>;
|
|
6072
6096
|
strategy: z.ZodEnum<{
|
|
6073
|
-
testId: "testId";
|
|
6074
|
-
xpath: "xpath";
|
|
6075
6097
|
css: "css";
|
|
6098
|
+
xpath: "xpath";
|
|
6076
6099
|
text: "text";
|
|
6077
6100
|
label: "label";
|
|
6101
|
+
testId: "testId";
|
|
6078
6102
|
}>;
|
|
6079
6103
|
description: z.ZodOptional<z.ZodString>;
|
|
6080
6104
|
}, z.core.$strict>
|
|
@@ -6112,11 +6136,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
6112
6136
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
6113
6137
|
selectorString: z.ZodString;
|
|
6114
6138
|
strategy: z.ZodEnum<{
|
|
6115
|
-
testId: "testId";
|
|
6116
|
-
xpath: "xpath";
|
|
6117
6139
|
css: "css";
|
|
6140
|
+
xpath: "xpath";
|
|
6118
6141
|
text: "text";
|
|
6119
6142
|
label: "label";
|
|
6143
|
+
testId: "testId";
|
|
6120
6144
|
}>;
|
|
6121
6145
|
description: z.ZodOptional<z.ZodString>;
|
|
6122
6146
|
}, z.core.$strict>,
|
|
@@ -6267,24 +6291,24 @@ declare const StepDefinitionSchema: z.ZodObject<{
|
|
|
6267
6291
|
}, z.core.$strip>>;
|
|
6268
6292
|
}, z.core.$strict>;
|
|
6269
6293
|
strategy: z.ZodEnum<{
|
|
6270
|
-
testId: "testId";
|
|
6271
|
-
xpath: "xpath";
|
|
6272
6294
|
css: "css";
|
|
6295
|
+
xpath: "xpath";
|
|
6273
6296
|
text: "text";
|
|
6274
6297
|
label: "label";
|
|
6298
|
+
testId: "testId";
|
|
6275
6299
|
}>;
|
|
6276
6300
|
description: z.ZodOptional<z.ZodString>;
|
|
6277
6301
|
}, z.core.$strict>
|
|
6278
6302
|
], "type">;
|
|
6279
6303
|
score: z.ZodNumber;
|
|
6280
6304
|
source: z.ZodEnum<{
|
|
6305
|
+
xpath: "xpath";
|
|
6306
|
+
testId: "testId";
|
|
6281
6307
|
role: "role";
|
|
6282
6308
|
accessibleName: "accessibleName";
|
|
6283
|
-
testId: "testId";
|
|
6284
6309
|
visibleText: "visibleText";
|
|
6285
6310
|
stableAttribute: "stableAttribute";
|
|
6286
6311
|
ancestorScoped: "ancestorScoped";
|
|
6287
|
-
xpath: "xpath";
|
|
6288
6312
|
}>;
|
|
6289
6313
|
}, z.core.$strict>>>;
|
|
6290
6314
|
fingerprint: z.ZodOptional<z.ZodObject<{
|
|
@@ -6536,11 +6560,11 @@ declare const UniqueSelectorSchema: z.ZodDiscriminatedUnion<[
|
|
|
6536
6560
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
6537
6561
|
selectorString: z.ZodString;
|
|
6538
6562
|
strategy: z.ZodEnum<{
|
|
6539
|
-
testId: "testId";
|
|
6540
|
-
xpath: "xpath";
|
|
6541
6563
|
css: "css";
|
|
6564
|
+
xpath: "xpath";
|
|
6542
6565
|
text: "text";
|
|
6543
6566
|
label: "label";
|
|
6567
|
+
testId: "testId";
|
|
6544
6568
|
}>;
|
|
6545
6569
|
description: z.ZodOptional<z.ZodString>;
|
|
6546
6570
|
}, z.core.$strict>,
|
|
@@ -6691,11 +6715,11 @@ declare const UniqueSelectorSchema: z.ZodDiscriminatedUnion<[
|
|
|
6691
6715
|
}, z.core.$strip>>;
|
|
6692
6716
|
}, z.core.$strict>;
|
|
6693
6717
|
strategy: z.ZodEnum<{
|
|
6694
|
-
testId: "testId";
|
|
6695
|
-
xpath: "xpath";
|
|
6696
6718
|
css: "css";
|
|
6719
|
+
xpath: "xpath";
|
|
6697
6720
|
text: "text";
|
|
6698
6721
|
label: "label";
|
|
6722
|
+
testId: "testId";
|
|
6699
6723
|
}>;
|
|
6700
6724
|
description: z.ZodOptional<z.ZodString>;
|
|
6701
6725
|
}, z.core.$strict>
|
|
@@ -6711,11 +6735,11 @@ declare const ReplayLocatorCandidateSchema: z.ZodObject<{
|
|
|
6711
6735
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
6712
6736
|
selectorString: z.ZodString;
|
|
6713
6737
|
strategy: z.ZodEnum<{
|
|
6714
|
-
testId: "testId";
|
|
6715
|
-
xpath: "xpath";
|
|
6716
6738
|
css: "css";
|
|
6739
|
+
xpath: "xpath";
|
|
6717
6740
|
text: "text";
|
|
6718
6741
|
label: "label";
|
|
6742
|
+
testId: "testId";
|
|
6719
6743
|
}>;
|
|
6720
6744
|
description: z.ZodOptional<z.ZodString>;
|
|
6721
6745
|
}, z.core.$strict>,
|
|
@@ -6866,24 +6890,24 @@ declare const ReplayLocatorCandidateSchema: z.ZodObject<{
|
|
|
6866
6890
|
}, z.core.$strip>>;
|
|
6867
6891
|
}, z.core.$strict>;
|
|
6868
6892
|
strategy: z.ZodEnum<{
|
|
6869
|
-
testId: "testId";
|
|
6870
|
-
xpath: "xpath";
|
|
6871
6893
|
css: "css";
|
|
6894
|
+
xpath: "xpath";
|
|
6872
6895
|
text: "text";
|
|
6873
6896
|
label: "label";
|
|
6897
|
+
testId: "testId";
|
|
6874
6898
|
}>;
|
|
6875
6899
|
description: z.ZodOptional<z.ZodString>;
|
|
6876
6900
|
}, z.core.$strict>
|
|
6877
6901
|
], "type">;
|
|
6878
6902
|
score: z.ZodNumber;
|
|
6879
6903
|
source: z.ZodEnum<{
|
|
6904
|
+
xpath: "xpath";
|
|
6905
|
+
testId: "testId";
|
|
6880
6906
|
role: "role";
|
|
6881
6907
|
accessibleName: "accessibleName";
|
|
6882
|
-
testId: "testId";
|
|
6883
6908
|
visibleText: "visibleText";
|
|
6884
6909
|
stableAttribute: "stableAttribute";
|
|
6885
6910
|
ancestorScoped: "ancestorScoped";
|
|
6886
|
-
xpath: "xpath";
|
|
6887
6911
|
}>;
|
|
6888
6912
|
}, z.core.$strict>;
|
|
6889
6913
|
type ReplayLocatorCandidate = z.infer<typeof ReplayLocatorCandidateSchema>;
|
|
@@ -6993,11 +7017,11 @@ declare const StepReplayTelemetrySchema: z.ZodObject<{
|
|
|
6993
7017
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
6994
7018
|
selectorString: z.ZodString;
|
|
6995
7019
|
strategy: z.ZodEnum<{
|
|
6996
|
-
testId: "testId";
|
|
6997
|
-
xpath: "xpath";
|
|
6998
7020
|
css: "css";
|
|
7021
|
+
xpath: "xpath";
|
|
6999
7022
|
text: "text";
|
|
7000
7023
|
label: "label";
|
|
7024
|
+
testId: "testId";
|
|
7001
7025
|
}>;
|
|
7002
7026
|
description: z.ZodOptional<z.ZodString>;
|
|
7003
7027
|
}, z.core.$strict>,
|
|
@@ -7148,24 +7172,24 @@ declare const StepReplayTelemetrySchema: z.ZodObject<{
|
|
|
7148
7172
|
}, z.core.$strip>>;
|
|
7149
7173
|
}, z.core.$strict>;
|
|
7150
7174
|
strategy: z.ZodEnum<{
|
|
7151
|
-
testId: "testId";
|
|
7152
|
-
xpath: "xpath";
|
|
7153
7175
|
css: "css";
|
|
7176
|
+
xpath: "xpath";
|
|
7154
7177
|
text: "text";
|
|
7155
7178
|
label: "label";
|
|
7179
|
+
testId: "testId";
|
|
7156
7180
|
}>;
|
|
7157
7181
|
description: z.ZodOptional<z.ZodString>;
|
|
7158
7182
|
}, z.core.$strict>
|
|
7159
7183
|
], "type">;
|
|
7160
7184
|
score: z.ZodNumber;
|
|
7161
7185
|
source: z.ZodEnum<{
|
|
7186
|
+
xpath: "xpath";
|
|
7187
|
+
testId: "testId";
|
|
7162
7188
|
role: "role";
|
|
7163
7189
|
accessibleName: "accessibleName";
|
|
7164
|
-
testId: "testId";
|
|
7165
7190
|
visibleText: "visibleText";
|
|
7166
7191
|
stableAttribute: "stableAttribute";
|
|
7167
7192
|
ancestorScoped: "ancestorScoped";
|
|
7168
|
-
xpath: "xpath";
|
|
7169
7193
|
}>;
|
|
7170
7194
|
}, z.core.$strict>>;
|
|
7171
7195
|
failureContext: z.ZodOptional<z.ZodObject<{
|
|
@@ -7237,8 +7261,8 @@ declare const RecoveryMetadataSchema: z.ZodObject<{
|
|
|
7237
7261
|
healedSelector: z.ZodOptional<z.ZodString>;
|
|
7238
7262
|
commandPatchSummary: z.ZodOptional<z.ZodString>;
|
|
7239
7263
|
retryOutcome: z.ZodEnum<{
|
|
7240
|
-
failed: "failed";
|
|
7241
7264
|
passed: "passed";
|
|
7265
|
+
failed: "failed";
|
|
7242
7266
|
}>;
|
|
7243
7267
|
recoveredAt: z.ZodOptional<z.ZodString>;
|
|
7244
7268
|
healedLocatorPersistedAt: z.ZodOptional<z.ZodString>;
|
|
@@ -7267,11 +7291,11 @@ declare const RecoveryStatusEventSchema: z.ZodObject<{
|
|
|
7267
7291
|
stepId: z.ZodString;
|
|
7268
7292
|
commandId: z.ZodString;
|
|
7269
7293
|
phase: z.ZodEnum<{
|
|
7294
|
+
failed: "failed";
|
|
7270
7295
|
analyzing: "analyzing";
|
|
7271
7296
|
trying_fix: "trying_fix";
|
|
7272
7297
|
checking_fix: "checking_fix";
|
|
7273
7298
|
fixed: "fixed";
|
|
7274
|
-
failed: "failed";
|
|
7275
7299
|
}>;
|
|
7276
7300
|
message: z.ZodString;
|
|
7277
7301
|
timestamp: z.ZodString;
|
|
@@ -7363,8 +7387,8 @@ declare const RecoveryDecisionSchema: z.ZodDiscriminatedUnion<[
|
|
|
7363
7387
|
}, z.core.$strip>
|
|
7364
7388
|
], "type">;
|
|
7365
7389
|
repairContext: z.ZodEnum<{
|
|
7366
|
-
"recorder-replay": "recorder-replay";
|
|
7367
7390
|
"local-run": "local-run";
|
|
7391
|
+
"recorder-replay": "recorder-replay";
|
|
7368
7392
|
"execution-planner": "execution-planner";
|
|
7369
7393
|
}>;
|
|
7370
7394
|
rcaLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -7420,8 +7444,8 @@ type ExecutionStartedEventData = {
|
|
|
7420
7444
|
type: "execution_started";
|
|
7421
7445
|
};
|
|
7422
7446
|
declare const ScopeTypeSchema: z.ZodEnum<{
|
|
7423
|
-
environment: "environment";
|
|
7424
7447
|
runtime: "runtime";
|
|
7448
|
+
environment: "environment";
|
|
7425
7449
|
global: "global";
|
|
7426
7450
|
feature: "feature";
|
|
7427
7451
|
scenario: "scenario";
|
|
@@ -7455,8 +7479,8 @@ declare const TestDataEntrySchema: z.ZodObject<{
|
|
|
7455
7479
|
}>;
|
|
7456
7480
|
scope: z.ZodObject<{
|
|
7457
7481
|
type: z.ZodEnum<{
|
|
7458
|
-
environment: "environment";
|
|
7459
7482
|
runtime: "runtime";
|
|
7483
|
+
environment: "environment";
|
|
7460
7484
|
global: "global";
|
|
7461
7485
|
feature: "feature";
|
|
7462
7486
|
scenario: "scenario";
|
|
@@ -7486,8 +7510,8 @@ declare const ResolutionContextSchema: z.ZodObject<{
|
|
|
7486
7510
|
type ResolutionContext = z.infer<typeof ResolutionContextSchema>;
|
|
7487
7511
|
declare const BrowserObserverStateKSchema: z.ZodUnion<readonly [
|
|
7488
7512
|
z.ZodEnum<{
|
|
7489
|
-
text: "text";
|
|
7490
7513
|
input: "input";
|
|
7514
|
+
text: "text";
|
|
7491
7515
|
context: "context";
|
|
7492
7516
|
hover: "hover";
|
|
7493
7517
|
ai: "ai";
|
|
@@ -7505,11 +7529,11 @@ declare const PickedElementSchema: z.ZodObject<{
|
|
|
7505
7529
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
7506
7530
|
selectorString: z.ZodString;
|
|
7507
7531
|
strategy: z.ZodEnum<{
|
|
7508
|
-
testId: "testId";
|
|
7509
|
-
xpath: "xpath";
|
|
7510
7532
|
css: "css";
|
|
7533
|
+
xpath: "xpath";
|
|
7511
7534
|
text: "text";
|
|
7512
7535
|
label: "label";
|
|
7536
|
+
testId: "testId";
|
|
7513
7537
|
}>;
|
|
7514
7538
|
description: z.ZodOptional<z.ZodString>;
|
|
7515
7539
|
}, z.core.$strict>,
|
|
@@ -7660,11 +7684,11 @@ declare const PickedElementSchema: z.ZodObject<{
|
|
|
7660
7684
|
}, z.core.$strip>>;
|
|
7661
7685
|
}, z.core.$strict>;
|
|
7662
7686
|
strategy: z.ZodEnum<{
|
|
7663
|
-
testId: "testId";
|
|
7664
|
-
xpath: "xpath";
|
|
7665
7687
|
css: "css";
|
|
7688
|
+
xpath: "xpath";
|
|
7666
7689
|
text: "text";
|
|
7667
7690
|
label: "label";
|
|
7691
|
+
testId: "testId";
|
|
7668
7692
|
}>;
|
|
7669
7693
|
description: z.ZodOptional<z.ZodString>;
|
|
7670
7694
|
}, z.core.$strict>
|
|
@@ -7679,11 +7703,11 @@ declare const PickedElementSchema: z.ZodObject<{
|
|
|
7679
7703
|
type: z.ZodLiteral<"pw.selectorString">;
|
|
7680
7704
|
selectorString: z.ZodString;
|
|
7681
7705
|
strategy: z.ZodEnum<{
|
|
7682
|
-
testId: "testId";
|
|
7683
|
-
xpath: "xpath";
|
|
7684
7706
|
css: "css";
|
|
7707
|
+
xpath: "xpath";
|
|
7685
7708
|
text: "text";
|
|
7686
7709
|
label: "label";
|
|
7710
|
+
testId: "testId";
|
|
7687
7711
|
}>;
|
|
7688
7712
|
description: z.ZodOptional<z.ZodString>;
|
|
7689
7713
|
}, z.core.$strict>,
|
|
@@ -7834,24 +7858,24 @@ declare const PickedElementSchema: z.ZodObject<{
|
|
|
7834
7858
|
}, z.core.$strip>>;
|
|
7835
7859
|
}, z.core.$strict>;
|
|
7836
7860
|
strategy: z.ZodEnum<{
|
|
7837
|
-
testId: "testId";
|
|
7838
|
-
xpath: "xpath";
|
|
7839
7861
|
css: "css";
|
|
7862
|
+
xpath: "xpath";
|
|
7840
7863
|
text: "text";
|
|
7841
7864
|
label: "label";
|
|
7865
|
+
testId: "testId";
|
|
7842
7866
|
}>;
|
|
7843
7867
|
description: z.ZodOptional<z.ZodString>;
|
|
7844
7868
|
}, z.core.$strict>
|
|
7845
7869
|
], "type">;
|
|
7846
7870
|
score: z.ZodNumber;
|
|
7847
7871
|
source: z.ZodEnum<{
|
|
7872
|
+
xpath: "xpath";
|
|
7873
|
+
testId: "testId";
|
|
7848
7874
|
role: "role";
|
|
7849
7875
|
accessibleName: "accessibleName";
|
|
7850
|
-
testId: "testId";
|
|
7851
7876
|
visibleText: "visibleText";
|
|
7852
7877
|
stableAttribute: "stableAttribute";
|
|
7853
7878
|
ancestorScoped: "ancestorScoped";
|
|
7854
|
-
xpath: "xpath";
|
|
7855
7879
|
}>;
|
|
7856
7880
|
}, z.core.$strict>>;
|
|
7857
7881
|
role: z.ZodOptional<z.ZodString>;
|