@wdio/protocols 9.13.0 → 9.15.0
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 +54 -5
- package/build/commands/appium.d.ts.map +1 -1
- package/build/index.js +1838 -1696
- package/build/protocols/appium.d.ts +81 -20
- package/build/protocols/appium.d.ts.map +1 -1
- package/build/protocols/webdriverBidi.d.ts +101 -8
- package/build/protocols/webdriverBidi.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'/session/:sessionId': {
|
|
3
|
+
GET: {
|
|
4
|
+
command: string;
|
|
5
|
+
description: string;
|
|
6
|
+
ref: string;
|
|
7
|
+
deprecated: string;
|
|
8
|
+
parameters: never[];
|
|
9
|
+
returns: {
|
|
10
|
+
type: string;
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
2
16
|
'/session/:sessionId/context': {
|
|
3
17
|
GET: {
|
|
4
18
|
command: string;
|
|
@@ -33,6 +47,45 @@ declare const _default: {
|
|
|
33
47
|
};
|
|
34
48
|
};
|
|
35
49
|
};
|
|
50
|
+
'/session/:sessionId/appium/commands': {
|
|
51
|
+
GET: {
|
|
52
|
+
command: string;
|
|
53
|
+
description: string;
|
|
54
|
+
ref: string;
|
|
55
|
+
parameters: never[];
|
|
56
|
+
returns: {
|
|
57
|
+
type: string;
|
|
58
|
+
name: string;
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
'/session/:sessionId/appium/extensions': {
|
|
64
|
+
GET: {
|
|
65
|
+
command: string;
|
|
66
|
+
description: string;
|
|
67
|
+
ref: string;
|
|
68
|
+
parameters: never[];
|
|
69
|
+
returns: {
|
|
70
|
+
type: string;
|
|
71
|
+
name: string;
|
|
72
|
+
description: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
'/session/:sessionId/appium/capabilities': {
|
|
77
|
+
GET: {
|
|
78
|
+
command: string;
|
|
79
|
+
description: string;
|
|
80
|
+
ref: string;
|
|
81
|
+
parameters: never[];
|
|
82
|
+
returns: {
|
|
83
|
+
type: string;
|
|
84
|
+
name: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
36
89
|
'/session/:sessionId/appium/device/shake': {
|
|
37
90
|
POST: {
|
|
38
91
|
command: string;
|
|
@@ -1725,7 +1778,18 @@ declare const _default: {
|
|
|
1725
1778
|
};
|
|
1726
1779
|
};
|
|
1727
1780
|
};
|
|
1728
|
-
'/session/:sessionId/
|
|
1781
|
+
'/session/:sessionId/location': {
|
|
1782
|
+
GET: {
|
|
1783
|
+
command: string;
|
|
1784
|
+
description: string;
|
|
1785
|
+
ref: string;
|
|
1786
|
+
parameters: never[];
|
|
1787
|
+
returns: {
|
|
1788
|
+
type: string;
|
|
1789
|
+
name: string;
|
|
1790
|
+
description: string;
|
|
1791
|
+
};
|
|
1792
|
+
};
|
|
1729
1793
|
POST: {
|
|
1730
1794
|
command: string;
|
|
1731
1795
|
description: string;
|
|
@@ -1736,40 +1800,37 @@ declare const _default: {
|
|
|
1736
1800
|
description: string;
|
|
1737
1801
|
required: boolean;
|
|
1738
1802
|
}[];
|
|
1803
|
+
};
|
|
1804
|
+
};
|
|
1805
|
+
"/session/:sessionId/se/log/types": {
|
|
1806
|
+
GET: {
|
|
1807
|
+
command: string;
|
|
1808
|
+
description: string;
|
|
1809
|
+
ref: string;
|
|
1810
|
+
parameters: never[];
|
|
1739
1811
|
returns: {
|
|
1740
1812
|
type: string;
|
|
1741
1813
|
name: string;
|
|
1742
1814
|
description: string;
|
|
1743
1815
|
};
|
|
1744
|
-
support: {
|
|
1745
|
-
android: {
|
|
1746
|
-
UiAutomator: string;
|
|
1747
|
-
};
|
|
1748
|
-
ios: {
|
|
1749
|
-
XCUITest: string;
|
|
1750
|
-
};
|
|
1751
|
-
};
|
|
1752
1816
|
};
|
|
1753
1817
|
};
|
|
1754
|
-
|
|
1755
|
-
|
|
1818
|
+
"/session/:sessionId/se/log": {
|
|
1819
|
+
POST: {
|
|
1756
1820
|
command: string;
|
|
1757
1821
|
description: string;
|
|
1758
1822
|
ref: string;
|
|
1759
|
-
parameters:
|
|
1823
|
+
parameters: {
|
|
1824
|
+
name: string;
|
|
1825
|
+
type: string;
|
|
1826
|
+
description: string;
|
|
1827
|
+
required: boolean;
|
|
1828
|
+
}[];
|
|
1760
1829
|
returns: {
|
|
1761
1830
|
type: string;
|
|
1762
1831
|
name: string;
|
|
1763
1832
|
description: string;
|
|
1764
1833
|
};
|
|
1765
|
-
support: {
|
|
1766
|
-
android: {
|
|
1767
|
-
UiAutomator: string;
|
|
1768
|
-
};
|
|
1769
|
-
ios: {
|
|
1770
|
-
XCUITest: string;
|
|
1771
|
-
};
|
|
1772
|
-
};
|
|
1773
1834
|
};
|
|
1774
1835
|
};
|
|
1775
1836
|
};
|
|
@@ -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,wBA4wEC"}
|
|
@@ -81,7 +81,7 @@ declare const protocol: {
|
|
|
81
81
|
readonly returns: {
|
|
82
82
|
readonly type: "Object";
|
|
83
83
|
readonly name: "local.SessionNewResult";
|
|
84
|
-
readonly description: "Command return value with the following interface:\n ```ts\n {\n sessionId: string;\n capabilities: {\n acceptInsecureCerts: boolean;\n browserName: string;\n browserVersion: string;\n platformName: string;\n setWindowRect: boolean;\n userAgent: string;\n proxy?: SessionProxyConfiguration;\n webSocketUrl?: string;\n };\n }\n ```";
|
|
84
|
+
readonly description: "Command return value with the following interface:\n ```ts\n {\n sessionId: string;\n capabilities: {\n acceptInsecureCerts: boolean;\n browserName: string;\n browserVersion: string;\n platformName: string;\n setWindowRect: boolean;\n userAgent: string;\n proxy?: SessionProxyConfiguration;\n unhandledPromptBehavior?: SessionUserPromptHandler;\n webSocketUrl?: string;\n };\n }\n ```";
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
87
|
};
|
|
@@ -106,9 +106,14 @@ declare const protocol: {
|
|
|
106
106
|
readonly parameters: readonly [{
|
|
107
107
|
readonly name: "params";
|
|
108
108
|
readonly type: "`remote.SessionSubscriptionRequest`";
|
|
109
|
-
readonly description: "<pre>\\{<br /> events: string[];<br /> contexts?: BrowsingContextBrowsingContext[];<br />\\}</pre>";
|
|
109
|
+
readonly description: "<pre>\\{<br /> events: string[];<br /> contexts?: BrowsingContextBrowsingContext[];<br /> userContexts?: BrowserUserContext[];<br />\\}</pre>";
|
|
110
110
|
readonly required: true;
|
|
111
111
|
}];
|
|
112
|
+
readonly returns: {
|
|
113
|
+
readonly type: "Object";
|
|
114
|
+
readonly name: "local.SessionSubscribeResult";
|
|
115
|
+
readonly description: "Command return value with the following interface:\n ```ts\n {\n subscription: SessionSubscription;\n }\n ```";
|
|
116
|
+
};
|
|
112
117
|
};
|
|
113
118
|
};
|
|
114
119
|
readonly "session.unsubscribe": {
|
|
@@ -118,8 +123,8 @@ declare const protocol: {
|
|
|
118
123
|
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-session-unsubscribe";
|
|
119
124
|
readonly parameters: readonly [{
|
|
120
125
|
readonly name: "params";
|
|
121
|
-
readonly type: "`remote.
|
|
122
|
-
readonly description: "<pre
|
|
126
|
+
readonly type: "`remote.SessionUnsubscribeParameters`";
|
|
127
|
+
readonly description: "<pre>\\\\}</pre>";
|
|
123
128
|
readonly required: true;
|
|
124
129
|
}];
|
|
125
130
|
};
|
|
@@ -144,8 +149,8 @@ declare const protocol: {
|
|
|
144
149
|
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-browser-createUserContext";
|
|
145
150
|
readonly parameters: readonly [{
|
|
146
151
|
readonly name: "params";
|
|
147
|
-
readonly type: "`remote.
|
|
148
|
-
readonly description: "<pre>\\{
|
|
152
|
+
readonly type: "`remote.BrowserCreateUserContextParameters`";
|
|
153
|
+
readonly description: "<pre>\\{<br /> acceptInsecureCerts?: boolean;<br />\\}</pre>";
|
|
149
154
|
readonly required: true;
|
|
150
155
|
}];
|
|
151
156
|
readonly returns: {
|
|
@@ -155,6 +160,24 @@ declare const protocol: {
|
|
|
155
160
|
};
|
|
156
161
|
};
|
|
157
162
|
};
|
|
163
|
+
readonly "browser.getClientWindows": {
|
|
164
|
+
readonly socket: {
|
|
165
|
+
readonly command: "browserGetClientWindows";
|
|
166
|
+
readonly description: "WebDriver Bidi command to send command method \"browser.getClientWindows\" with parameters.";
|
|
167
|
+
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-browser-getClientWindows";
|
|
168
|
+
readonly parameters: readonly [{
|
|
169
|
+
readonly name: "params";
|
|
170
|
+
readonly type: "`remote.EmptyParams`";
|
|
171
|
+
readonly description: "<pre>\\{\\}</pre>";
|
|
172
|
+
readonly required: true;
|
|
173
|
+
}];
|
|
174
|
+
readonly returns: {
|
|
175
|
+
readonly type: "Object";
|
|
176
|
+
readonly name: "local.BrowserGetClientWindowsResult";
|
|
177
|
+
readonly description: "Command return value with the following interface:\n ```ts\n {\n clientWindows: BrowserClientWindowInfo[];\n }\n ```";
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
158
181
|
readonly "browser.getUserContexts": {
|
|
159
182
|
readonly socket: {
|
|
160
183
|
readonly command: "browserGetUserContexts";
|
|
@@ -186,6 +209,19 @@ declare const protocol: {
|
|
|
186
209
|
}];
|
|
187
210
|
};
|
|
188
211
|
};
|
|
212
|
+
readonly "browser.setClientWindowState": {
|
|
213
|
+
readonly socket: {
|
|
214
|
+
readonly command: "browserSetClientWindowState";
|
|
215
|
+
readonly description: "WebDriver Bidi command to send command method \"browser.setClientWindowState\" with parameters.";
|
|
216
|
+
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-browser-setClientWindowState";
|
|
217
|
+
readonly parameters: readonly [{
|
|
218
|
+
readonly name: "params";
|
|
219
|
+
readonly type: "`remote.BrowserSetClientWindowStateParameters`";
|
|
220
|
+
readonly description: "<pre>\\{<br /> clientWindow: BrowserClientWindow;<br />\\}</pre>";
|
|
221
|
+
readonly required: true;
|
|
222
|
+
}];
|
|
223
|
+
};
|
|
224
|
+
};
|
|
189
225
|
readonly "browsingContext.activate": {
|
|
190
226
|
readonly socket: {
|
|
191
227
|
readonly command: "browsingContextActivate";
|
|
@@ -354,7 +390,7 @@ declare const protocol: {
|
|
|
354
390
|
readonly parameters: readonly [{
|
|
355
391
|
readonly name: "params";
|
|
356
392
|
readonly type: "`remote.BrowsingContextSetViewportParameters`";
|
|
357
|
-
readonly description: "<pre>\\{<br /> context
|
|
393
|
+
readonly description: "<pre>\\{<br /> context?: BrowsingContextBrowsingContext;<br /> viewport?: BrowsingContextViewport | null;<br /> devicePixelRatio?: number | null;<br /> userContexts?: BrowserUserContext[];<br />\\}</pre>";
|
|
358
394
|
readonly required: true;
|
|
359
395
|
}];
|
|
360
396
|
};
|
|
@@ -372,6 +408,19 @@ declare const protocol: {
|
|
|
372
408
|
}];
|
|
373
409
|
};
|
|
374
410
|
};
|
|
411
|
+
readonly "emulation.setGeolocationOverride": {
|
|
412
|
+
readonly socket: {
|
|
413
|
+
readonly command: "emulationSetGeolocationOverride";
|
|
414
|
+
readonly description: "WebDriver Bidi command to send command method \"emulation.setGeolocationOverride\" with parameters.";
|
|
415
|
+
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-emulation-setGeolocationOverride";
|
|
416
|
+
readonly parameters: readonly [{
|
|
417
|
+
readonly name: "params";
|
|
418
|
+
readonly type: "`remote.EmulationSetGeolocationOverrideParameters`";
|
|
419
|
+
readonly description: "<pre>\\\\}</pre>";
|
|
420
|
+
readonly required: true;
|
|
421
|
+
}];
|
|
422
|
+
};
|
|
423
|
+
};
|
|
375
424
|
readonly "network.addIntercept": {
|
|
376
425
|
readonly socket: {
|
|
377
426
|
readonly command: "networkAddIntercept";
|
|
@@ -468,6 +517,19 @@ declare const protocol: {
|
|
|
468
517
|
}];
|
|
469
518
|
};
|
|
470
519
|
};
|
|
520
|
+
readonly "network.setCacheBehavior": {
|
|
521
|
+
readonly socket: {
|
|
522
|
+
readonly command: "networkSetCacheBehavior";
|
|
523
|
+
readonly description: "WebDriver Bidi command to send command method \"network.setCacheBehavior\" with parameters.";
|
|
524
|
+
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-network-setCacheBehavior";
|
|
525
|
+
readonly parameters: readonly [{
|
|
526
|
+
readonly name: "params";
|
|
527
|
+
readonly type: "`remote.NetworkSetCacheBehaviorParameters`";
|
|
528
|
+
readonly description: "<pre>\\{<br /> cacheBehavior: \"default\" | \"bypass\";<br /> contexts?: BrowsingContextBrowsingContext[];<br />\\}</pre>";
|
|
529
|
+
readonly required: true;
|
|
530
|
+
}];
|
|
531
|
+
};
|
|
532
|
+
};
|
|
471
533
|
readonly "script.addPreloadScript": {
|
|
472
534
|
readonly socket: {
|
|
473
535
|
readonly command: "scriptAddPreloadScript";
|
|
@@ -476,7 +538,7 @@ declare const protocol: {
|
|
|
476
538
|
readonly parameters: readonly [{
|
|
477
539
|
readonly name: "params";
|
|
478
540
|
readonly type: "`remote.ScriptAddPreloadScriptParameters`";
|
|
479
|
-
readonly description: "<pre>\\{<br /> functionDeclaration: string;<br /> arguments?: ScriptChannelValue[];<br /> contexts?: BrowsingContextBrowsingContext[];<br /> sandbox?: string;<br />\\}</pre>";
|
|
541
|
+
readonly description: "<pre>\\{<br /> functionDeclaration: string;<br /> arguments?: ScriptChannelValue[];<br /> contexts?: BrowsingContextBrowsingContext[];<br /> userContexts?: BrowserUserContext[];<br /> sandbox?: string;<br />\\}</pre>";
|
|
480
542
|
readonly required: true;
|
|
481
543
|
}];
|
|
482
544
|
readonly returns: {
|
|
@@ -654,6 +716,37 @@ declare const protocol: {
|
|
|
654
716
|
}];
|
|
655
717
|
};
|
|
656
718
|
};
|
|
719
|
+
readonly "webExtension.install": {
|
|
720
|
+
readonly socket: {
|
|
721
|
+
readonly command: "webExtensionInstall";
|
|
722
|
+
readonly description: "WebDriver Bidi command to send command method \"webExtension.install\" with parameters.";
|
|
723
|
+
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-webExtension-install";
|
|
724
|
+
readonly parameters: readonly [{
|
|
725
|
+
readonly name: "params";
|
|
726
|
+
readonly type: "`remote.WebExtensionInstallParameters`";
|
|
727
|
+
readonly description: "<pre>\\{<br /> extensionData: WebExtensionExtensionData;<br />\\}</pre>";
|
|
728
|
+
readonly required: true;
|
|
729
|
+
}];
|
|
730
|
+
readonly returns: {
|
|
731
|
+
readonly type: "Object";
|
|
732
|
+
readonly name: "local.WebExtensionInstallResult";
|
|
733
|
+
readonly description: "Command return value with the following interface:\n ```ts\n {\n extension: WebExtensionExtension;\n }\n ```";
|
|
734
|
+
};
|
|
735
|
+
};
|
|
736
|
+
};
|
|
737
|
+
readonly "webExtension.uninstall": {
|
|
738
|
+
readonly socket: {
|
|
739
|
+
readonly command: "webExtensionUninstall";
|
|
740
|
+
readonly description: "WebDriver Bidi command to send command method \"webExtension.uninstall\" with parameters.";
|
|
741
|
+
readonly ref: "https://w3c.github.io/webdriver-bidi/#command-webExtension-uninstall";
|
|
742
|
+
readonly parameters: readonly [{
|
|
743
|
+
readonly name: "params";
|
|
744
|
+
readonly type: "`remote.WebExtensionUninstallParameters`";
|
|
745
|
+
readonly description: "<pre>\\{<br /> extension: WebExtensionExtension;<br />\\}</pre>";
|
|
746
|
+
readonly required: true;
|
|
747
|
+
}];
|
|
748
|
+
};
|
|
749
|
+
};
|
|
657
750
|
};
|
|
658
751
|
export default protocol;
|
|
659
752
|
//# sourceMappingURL=webdriverBidi.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webdriverBidi.d.ts","sourceRoot":"","sources":["../../src/protocols/webdriverBidi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,QAAA,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"webdriverBidi.d.ts","sourceRoot":"","sources":["../../src/protocols/webdriverBidi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+zBJ,CAAA;AACV,eAAe,QAAQ,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/protocols",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.15.0",
|
|
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": "0161f7203a99a181ee945286b676b37e032763fe"
|
|
33
33
|
}
|