@wdio/protocols 9.16.2 → 9.23.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/build/commands/appium.d.ts +105 -54
- package/build/commands/appium.d.ts.map +1 -1
- package/build/commands/mjsonwp.d.ts +5 -0
- package/build/commands/mjsonwp.d.ts.map +1 -1
- package/build/commands/webdriver.d.ts +4 -4
- package/build/commands/webdriver.d.ts.map +1 -1
- package/build/index.js +204 -84
- package/build/protocols/appium.d.ts +61 -6
- package/build/protocols/appium.d.ts.map +1 -1
- package/build/protocols/mjsonwp.d.ts +5 -0
- package/build/protocols/mjsonwp.d.ts.map +1 -1
- package/build/protocols/webdriver.d.ts +6 -1
- package/build/protocols/webdriver.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -91,6 +91,7 @@ declare const _default: {
|
|
|
91
91
|
command: string;
|
|
92
92
|
description: string;
|
|
93
93
|
ref: string;
|
|
94
|
+
deprecated: string;
|
|
94
95
|
parameters: never[];
|
|
95
96
|
support: {
|
|
96
97
|
ios: {
|
|
@@ -105,6 +106,7 @@ declare const _default: {
|
|
|
105
106
|
command: string;
|
|
106
107
|
description: string;
|
|
107
108
|
ref: string;
|
|
109
|
+
deprecated: string;
|
|
108
110
|
parameters: {
|
|
109
111
|
name: string;
|
|
110
112
|
type: string;
|
|
@@ -129,6 +131,7 @@ declare const _default: {
|
|
|
129
131
|
command: string;
|
|
130
132
|
description: string;
|
|
131
133
|
ref: string;
|
|
134
|
+
deprecated: string;
|
|
132
135
|
parameters: never[];
|
|
133
136
|
support: {
|
|
134
137
|
android: {
|
|
@@ -145,6 +148,7 @@ declare const _default: {
|
|
|
145
148
|
command: string;
|
|
146
149
|
description: string;
|
|
147
150
|
ref: string;
|
|
151
|
+
deprecated: string;
|
|
148
152
|
parameters: never[];
|
|
149
153
|
returns: {
|
|
150
154
|
type: string;
|
|
@@ -219,6 +223,7 @@ declare const _default: {
|
|
|
219
223
|
command: string;
|
|
220
224
|
description: string;
|
|
221
225
|
ref: string;
|
|
226
|
+
deprecated: string;
|
|
222
227
|
parameters: never[];
|
|
223
228
|
returns: {
|
|
224
229
|
type: string;
|
|
@@ -237,6 +242,7 @@ declare const _default: {
|
|
|
237
242
|
command: string;
|
|
238
243
|
description: string;
|
|
239
244
|
ref: string;
|
|
245
|
+
deprecated: string;
|
|
240
246
|
parameters: {
|
|
241
247
|
name: string;
|
|
242
248
|
type: string;
|
|
@@ -260,6 +266,7 @@ declare const _default: {
|
|
|
260
266
|
command: string;
|
|
261
267
|
description: string;
|
|
262
268
|
ref: string;
|
|
269
|
+
deprecated: string;
|
|
263
270
|
parameters: {
|
|
264
271
|
name: string;
|
|
265
272
|
type: string;
|
|
@@ -278,6 +285,7 @@ declare const _default: {
|
|
|
278
285
|
command: string;
|
|
279
286
|
description: string;
|
|
280
287
|
ref: string;
|
|
288
|
+
deprecated: string;
|
|
281
289
|
parameters: {
|
|
282
290
|
name: string;
|
|
283
291
|
type: string;
|
|
@@ -296,6 +304,7 @@ declare const _default: {
|
|
|
296
304
|
command: string;
|
|
297
305
|
description: string;
|
|
298
306
|
ref: string;
|
|
307
|
+
deprecated: string;
|
|
299
308
|
parameters: {
|
|
300
309
|
name: string;
|
|
301
310
|
type: string;
|
|
@@ -336,6 +345,7 @@ declare const _default: {
|
|
|
336
345
|
command: string;
|
|
337
346
|
description: string;
|
|
338
347
|
ref: string;
|
|
348
|
+
deprecated: string;
|
|
339
349
|
parameters: never[];
|
|
340
350
|
returns: {
|
|
341
351
|
type: string;
|
|
@@ -354,6 +364,7 @@ declare const _default: {
|
|
|
354
364
|
command: string;
|
|
355
365
|
description: string;
|
|
356
366
|
ref: string;
|
|
367
|
+
deprecated: string;
|
|
357
368
|
parameters: never[];
|
|
358
369
|
returns: {
|
|
359
370
|
type: string;
|
|
@@ -421,6 +432,11 @@ declare const _default: {
|
|
|
421
432
|
description: string;
|
|
422
433
|
required: boolean;
|
|
423
434
|
}[];
|
|
435
|
+
returns: {
|
|
436
|
+
type: string;
|
|
437
|
+
name: string;
|
|
438
|
+
description: string;
|
|
439
|
+
};
|
|
424
440
|
support: {
|
|
425
441
|
ios: {
|
|
426
442
|
XCUITest: string;
|
|
@@ -622,6 +638,11 @@ declare const _default: {
|
|
|
622
638
|
description: string;
|
|
623
639
|
required: boolean;
|
|
624
640
|
}[];
|
|
641
|
+
returns: {
|
|
642
|
+
type: string;
|
|
643
|
+
name: string;
|
|
644
|
+
description: string;
|
|
645
|
+
};
|
|
625
646
|
support: {
|
|
626
647
|
ios: {
|
|
627
648
|
XCUITest: string;
|
|
@@ -641,6 +662,7 @@ declare const _default: {
|
|
|
641
662
|
command: string;
|
|
642
663
|
description: string;
|
|
643
664
|
ref: string;
|
|
665
|
+
deprecated: string;
|
|
644
666
|
parameters: never[];
|
|
645
667
|
support: {
|
|
646
668
|
android: {
|
|
@@ -654,6 +676,7 @@ declare const _default: {
|
|
|
654
676
|
command: string;
|
|
655
677
|
description: string;
|
|
656
678
|
ref: string;
|
|
679
|
+
deprecated: string;
|
|
657
680
|
parameters: never[];
|
|
658
681
|
support: {
|
|
659
682
|
android: {
|
|
@@ -667,6 +690,7 @@ declare const _default: {
|
|
|
667
690
|
command: string;
|
|
668
691
|
description: string;
|
|
669
692
|
ref: string;
|
|
693
|
+
deprecated: string;
|
|
670
694
|
parameters: never[];
|
|
671
695
|
support: {
|
|
672
696
|
android: {
|
|
@@ -680,6 +704,7 @@ declare const _default: {
|
|
|
680
704
|
command: string;
|
|
681
705
|
description: string;
|
|
682
706
|
ref: string;
|
|
707
|
+
deprecated: string;
|
|
683
708
|
parameters: never[];
|
|
684
709
|
support: {
|
|
685
710
|
android: {
|
|
@@ -693,6 +718,7 @@ declare const _default: {
|
|
|
693
718
|
command: string;
|
|
694
719
|
description: string;
|
|
695
720
|
ref: string;
|
|
721
|
+
deprecated: string;
|
|
696
722
|
parameters: {
|
|
697
723
|
name: string;
|
|
698
724
|
type: string;
|
|
@@ -711,6 +737,7 @@ declare const _default: {
|
|
|
711
737
|
command: string;
|
|
712
738
|
description: string;
|
|
713
739
|
ref: string;
|
|
740
|
+
deprecated: string;
|
|
714
741
|
parameters: never[];
|
|
715
742
|
support: {
|
|
716
743
|
android: {
|
|
@@ -724,6 +751,7 @@ declare const _default: {
|
|
|
724
751
|
command: string;
|
|
725
752
|
description: string;
|
|
726
753
|
ref: string;
|
|
754
|
+
deprecated: string;
|
|
727
755
|
parameters: ({
|
|
728
756
|
name: string;
|
|
729
757
|
type: string;
|
|
@@ -749,6 +777,7 @@ declare const _default: {
|
|
|
749
777
|
command: string;
|
|
750
778
|
description: string;
|
|
751
779
|
ref: string;
|
|
780
|
+
deprecated: string;
|
|
752
781
|
parameters: never[];
|
|
753
782
|
returns: {
|
|
754
783
|
type: string;
|
|
@@ -789,6 +818,7 @@ declare const _default: {
|
|
|
789
818
|
command: string;
|
|
790
819
|
description: string;
|
|
791
820
|
ref: string;
|
|
821
|
+
deprecated: string;
|
|
792
822
|
parameters: never[];
|
|
793
823
|
returns: {
|
|
794
824
|
type: string;
|
|
@@ -806,6 +836,7 @@ declare const _default: {
|
|
|
806
836
|
command: string;
|
|
807
837
|
description: string;
|
|
808
838
|
ref: string;
|
|
839
|
+
deprecated: string;
|
|
809
840
|
parameters: {
|
|
810
841
|
name: string;
|
|
811
842
|
type: string;
|
|
@@ -824,6 +855,7 @@ declare const _default: {
|
|
|
824
855
|
command: string;
|
|
825
856
|
description: string;
|
|
826
857
|
ref: string;
|
|
858
|
+
deprecated: string;
|
|
827
859
|
parameters: {
|
|
828
860
|
name: string;
|
|
829
861
|
type: string;
|
|
@@ -903,6 +935,7 @@ declare const _default: {
|
|
|
903
935
|
command: string;
|
|
904
936
|
description: string;
|
|
905
937
|
ref: string;
|
|
938
|
+
deprecated: string;
|
|
906
939
|
parameters: {
|
|
907
940
|
name: string;
|
|
908
941
|
type: string;
|
|
@@ -921,6 +954,7 @@ declare const _default: {
|
|
|
921
954
|
command: string;
|
|
922
955
|
description: string;
|
|
923
956
|
ref: string;
|
|
957
|
+
deprecated: string;
|
|
924
958
|
parameters: {
|
|
925
959
|
name: string;
|
|
926
960
|
type: string;
|
|
@@ -947,6 +981,7 @@ declare const _default: {
|
|
|
947
981
|
POST: {
|
|
948
982
|
command: string;
|
|
949
983
|
ref: string;
|
|
984
|
+
deprecated: string;
|
|
950
985
|
variables: {
|
|
951
986
|
name: string;
|
|
952
987
|
description: string;
|
|
@@ -972,6 +1007,7 @@ declare const _default: {
|
|
|
972
1007
|
command: string;
|
|
973
1008
|
description: string;
|
|
974
1009
|
ref: string;
|
|
1010
|
+
deprecated: string;
|
|
975
1011
|
variables: {
|
|
976
1012
|
name: string;
|
|
977
1013
|
description: string;
|
|
@@ -1046,6 +1082,7 @@ declare const _default: {
|
|
|
1046
1082
|
command: string;
|
|
1047
1083
|
description: string;
|
|
1048
1084
|
ref: string;
|
|
1085
|
+
deprecated: string;
|
|
1049
1086
|
parameters: {
|
|
1050
1087
|
name: string;
|
|
1051
1088
|
type: string;
|
|
@@ -1065,6 +1102,7 @@ declare const _default: {
|
|
|
1065
1102
|
command: string;
|
|
1066
1103
|
description: string;
|
|
1067
1104
|
ref: string;
|
|
1105
|
+
deprecated: string;
|
|
1068
1106
|
parameters: {
|
|
1069
1107
|
name: string;
|
|
1070
1108
|
type: string;
|
|
@@ -1083,6 +1121,7 @@ declare const _default: {
|
|
|
1083
1121
|
command: string;
|
|
1084
1122
|
description: string;
|
|
1085
1123
|
ref: string;
|
|
1124
|
+
deprecated: string;
|
|
1086
1125
|
parameters: {
|
|
1087
1126
|
name: string;
|
|
1088
1127
|
type: string;
|
|
@@ -1101,6 +1140,7 @@ declare const _default: {
|
|
|
1101
1140
|
command: string;
|
|
1102
1141
|
description: string;
|
|
1103
1142
|
ref: string;
|
|
1143
|
+
deprecated: string;
|
|
1104
1144
|
parameters: {
|
|
1105
1145
|
name: string;
|
|
1106
1146
|
type: string;
|
|
@@ -1119,6 +1159,7 @@ declare const _default: {
|
|
|
1119
1159
|
command: string;
|
|
1120
1160
|
description: string;
|
|
1121
1161
|
ref: string;
|
|
1162
|
+
deprecated: string;
|
|
1122
1163
|
parameters: {
|
|
1123
1164
|
name: string;
|
|
1124
1165
|
type: string;
|
|
@@ -1137,6 +1178,7 @@ declare const _default: {
|
|
|
1137
1178
|
command: string;
|
|
1138
1179
|
description: string;
|
|
1139
1180
|
ref: string;
|
|
1181
|
+
deprecated: string;
|
|
1140
1182
|
parameters: {
|
|
1141
1183
|
name: string;
|
|
1142
1184
|
type: string;
|
|
@@ -1155,6 +1197,7 @@ declare const _default: {
|
|
|
1155
1197
|
command: string;
|
|
1156
1198
|
description: string;
|
|
1157
1199
|
ref: string;
|
|
1200
|
+
deprecated: string;
|
|
1158
1201
|
parameters: {
|
|
1159
1202
|
name: string;
|
|
1160
1203
|
type: string;
|
|
@@ -1173,6 +1216,7 @@ declare const _default: {
|
|
|
1173
1216
|
command: string;
|
|
1174
1217
|
description: string;
|
|
1175
1218
|
ref: string;
|
|
1219
|
+
deprecated: string;
|
|
1176
1220
|
parameters: {
|
|
1177
1221
|
name: string;
|
|
1178
1222
|
type: string;
|
|
@@ -1191,6 +1235,7 @@ declare const _default: {
|
|
|
1191
1235
|
command: string;
|
|
1192
1236
|
description: string;
|
|
1193
1237
|
ref: string;
|
|
1238
|
+
deprecated: string;
|
|
1194
1239
|
parameters: {
|
|
1195
1240
|
name: string;
|
|
1196
1241
|
type: string;
|
|
@@ -1217,6 +1262,7 @@ declare const _default: {
|
|
|
1217
1262
|
command: string;
|
|
1218
1263
|
description: string;
|
|
1219
1264
|
ref: string;
|
|
1265
|
+
deprecated: string;
|
|
1220
1266
|
parameters: {
|
|
1221
1267
|
name: string;
|
|
1222
1268
|
type: string;
|
|
@@ -1243,6 +1289,7 @@ declare const _default: {
|
|
|
1243
1289
|
command: string;
|
|
1244
1290
|
description: string;
|
|
1245
1291
|
ref: string;
|
|
1292
|
+
deprecated: string;
|
|
1246
1293
|
parameters: {
|
|
1247
1294
|
name: string;
|
|
1248
1295
|
type: string;
|
|
@@ -1269,6 +1316,7 @@ declare const _default: {
|
|
|
1269
1316
|
command: string;
|
|
1270
1317
|
description: string;
|
|
1271
1318
|
ref: string;
|
|
1319
|
+
deprecated: string;
|
|
1272
1320
|
parameters: {
|
|
1273
1321
|
name: string;
|
|
1274
1322
|
type: string;
|
|
@@ -1360,12 +1408,6 @@ declare const _default: {
|
|
|
1360
1408
|
description: string;
|
|
1361
1409
|
ref: string;
|
|
1362
1410
|
parameters: ({
|
|
1363
|
-
name: string;
|
|
1364
|
-
type: string;
|
|
1365
|
-
description: string;
|
|
1366
|
-
required: boolean;
|
|
1367
|
-
default: string;
|
|
1368
|
-
} | {
|
|
1369
1411
|
name: string;
|
|
1370
1412
|
type: string;
|
|
1371
1413
|
description: string;
|
|
@@ -1390,6 +1432,7 @@ declare const _default: {
|
|
|
1390
1432
|
command: string;
|
|
1391
1433
|
description: string;
|
|
1392
1434
|
ref: string;
|
|
1435
|
+
deprecated: string;
|
|
1393
1436
|
parameters: {
|
|
1394
1437
|
name: string;
|
|
1395
1438
|
type: string;
|
|
@@ -1411,6 +1454,7 @@ declare const _default: {
|
|
|
1411
1454
|
command: string;
|
|
1412
1455
|
description: string;
|
|
1413
1456
|
ref: string;
|
|
1457
|
+
deprecated: string;
|
|
1414
1458
|
variables: {
|
|
1415
1459
|
name: string;
|
|
1416
1460
|
description: string;
|
|
@@ -1436,6 +1480,7 @@ declare const _default: {
|
|
|
1436
1480
|
command: string;
|
|
1437
1481
|
description: string;
|
|
1438
1482
|
ref: string;
|
|
1483
|
+
deprecated: string;
|
|
1439
1484
|
parameters: {
|
|
1440
1485
|
name: string;
|
|
1441
1486
|
type: string;
|
|
@@ -1542,6 +1587,7 @@ declare const _default: {
|
|
|
1542
1587
|
command: string;
|
|
1543
1588
|
description: string;
|
|
1544
1589
|
ref: string;
|
|
1590
|
+
deprecated: string;
|
|
1545
1591
|
parameters: {
|
|
1546
1592
|
name: string;
|
|
1547
1593
|
type: string;
|
|
@@ -1560,6 +1606,7 @@ declare const _default: {
|
|
|
1560
1606
|
command: string;
|
|
1561
1607
|
description: string;
|
|
1562
1608
|
ref: string;
|
|
1609
|
+
deprecated: string;
|
|
1563
1610
|
variables: {
|
|
1564
1611
|
name: string;
|
|
1565
1612
|
description: string;
|
|
@@ -1577,6 +1624,7 @@ declare const _default: {
|
|
|
1577
1624
|
command: string;
|
|
1578
1625
|
description: string;
|
|
1579
1626
|
ref: string;
|
|
1627
|
+
deprecated: string;
|
|
1580
1628
|
variables: {
|
|
1581
1629
|
name: string;
|
|
1582
1630
|
description: string;
|
|
@@ -1602,6 +1650,7 @@ declare const _default: {
|
|
|
1602
1650
|
command: string;
|
|
1603
1651
|
description: string;
|
|
1604
1652
|
ref: string;
|
|
1653
|
+
deprecated: string;
|
|
1605
1654
|
variables: {
|
|
1606
1655
|
name: string;
|
|
1607
1656
|
description: string;
|
|
@@ -1627,6 +1676,7 @@ declare const _default: {
|
|
|
1627
1676
|
command: string;
|
|
1628
1677
|
description: string;
|
|
1629
1678
|
ref: string;
|
|
1679
|
+
deprecated: string;
|
|
1630
1680
|
parameters: {
|
|
1631
1681
|
name: string;
|
|
1632
1682
|
type: string;
|
|
@@ -1648,6 +1698,7 @@ declare const _default: {
|
|
|
1648
1698
|
command: string;
|
|
1649
1699
|
description: string;
|
|
1650
1700
|
ref: string;
|
|
1701
|
+
deprecated: string;
|
|
1651
1702
|
parameters: {
|
|
1652
1703
|
name: string;
|
|
1653
1704
|
type: string;
|
|
@@ -1666,6 +1717,7 @@ declare const _default: {
|
|
|
1666
1717
|
command: string;
|
|
1667
1718
|
description: string;
|
|
1668
1719
|
ref: string;
|
|
1720
|
+
deprecated: string;
|
|
1669
1721
|
parameters: {
|
|
1670
1722
|
name: string;
|
|
1671
1723
|
type: string;
|
|
@@ -1684,6 +1736,7 @@ declare const _default: {
|
|
|
1684
1736
|
command: string;
|
|
1685
1737
|
description: string;
|
|
1686
1738
|
ref: string;
|
|
1739
|
+
deprecated: string;
|
|
1687
1740
|
parameters: {
|
|
1688
1741
|
name: string;
|
|
1689
1742
|
type: string;
|
|
@@ -1702,6 +1755,7 @@ declare const _default: {
|
|
|
1702
1755
|
command: string;
|
|
1703
1756
|
description: string;
|
|
1704
1757
|
ref: string;
|
|
1758
|
+
deprecated: string;
|
|
1705
1759
|
parameters: {
|
|
1706
1760
|
name: string;
|
|
1707
1761
|
type: string;
|
|
@@ -1720,6 +1774,7 @@ declare const _default: {
|
|
|
1720
1774
|
command: string;
|
|
1721
1775
|
description: string;
|
|
1722
1776
|
ref: string;
|
|
1777
|
+
deprecated: string;
|
|
1723
1778
|
parameters: {
|
|
1724
1779
|
name: string;
|
|
1725
1780
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appium.d.ts","sourceRoot":"","sources":["../../src/protocols/appium.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"appium.d.ts","sourceRoot":"","sources":["../../src/protocols/appium.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,wBA62EC"}
|
|
@@ -15,6 +15,7 @@ declare const _default: {
|
|
|
15
15
|
GET: {
|
|
16
16
|
command: string;
|
|
17
17
|
ref: string;
|
|
18
|
+
deprecated: string;
|
|
18
19
|
parameters: never[];
|
|
19
20
|
returns: {
|
|
20
21
|
type: string;
|
|
@@ -25,6 +26,7 @@ declare const _default: {
|
|
|
25
26
|
POST: {
|
|
26
27
|
command: string;
|
|
27
28
|
ref: string;
|
|
29
|
+
deprecated: string;
|
|
28
30
|
parameters: {
|
|
29
31
|
name: string;
|
|
30
32
|
type: string;
|
|
@@ -37,6 +39,7 @@ declare const _default: {
|
|
|
37
39
|
GET: {
|
|
38
40
|
command: string;
|
|
39
41
|
ref: string;
|
|
42
|
+
deprecated: string;
|
|
40
43
|
parameters: {
|
|
41
44
|
name: string;
|
|
42
45
|
type: string;
|
|
@@ -49,6 +52,7 @@ declare const _default: {
|
|
|
49
52
|
GET: {
|
|
50
53
|
command: string;
|
|
51
54
|
ref: string;
|
|
55
|
+
deprecated: string;
|
|
52
56
|
parameters: ({
|
|
53
57
|
name: string;
|
|
54
58
|
type: string;
|
|
@@ -66,6 +70,7 @@ declare const _default: {
|
|
|
66
70
|
POST: {
|
|
67
71
|
command: string;
|
|
68
72
|
ref: string;
|
|
73
|
+
deprecated: string;
|
|
69
74
|
parameters: {
|
|
70
75
|
name: string;
|
|
71
76
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mjsonwp.d.ts","sourceRoot":"","sources":["../../src/protocols/mjsonwp.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mjsonwp.d.ts","sourceRoot":"","sources":["../../src/protocols/mjsonwp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAoGC"}
|
|
@@ -1158,7 +1158,12 @@ declare const _default: {
|
|
|
1158
1158
|
name: string;
|
|
1159
1159
|
description: string;
|
|
1160
1160
|
}[];
|
|
1161
|
-
parameters:
|
|
1161
|
+
parameters: {
|
|
1162
|
+
name: string;
|
|
1163
|
+
type: string;
|
|
1164
|
+
description: string;
|
|
1165
|
+
required: boolean;
|
|
1166
|
+
}[];
|
|
1162
1167
|
};
|
|
1163
1168
|
};
|
|
1164
1169
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webdriver.d.ts","sourceRoot":"","sources":["../../src/protocols/webdriver.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"webdriver.d.ts","sourceRoot":"","sources":["../../src/protocols/webdriver.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAisDC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/protocols",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.23.1",
|
|
4
4
|
"description": "Utility package providing information about automation protocols",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "19ac2c1dd86f3bdd967bc6c22c5bcdd78907b988"
|
|
33
33
|
}
|