@wdio/protocols 9.27.1 → 9.27.2
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/index.js
CHANGED
|
@@ -1799,7 +1799,7 @@ var protocol = {
|
|
|
1799
1799
|
{
|
|
1800
1800
|
"name": "params",
|
|
1801
1801
|
"type": "`remote.BrowserSetClientWindowStateParameters`",
|
|
1802
|
-
"description": "<pre>\\{<br /> clientWindow: BrowserClientWindow;<br
|
|
1802
|
+
"description": "<pre>\\{<br /> clientWindow: BrowserClientWindow;<br />\\};</pre>",
|
|
1803
1803
|
"required": true
|
|
1804
1804
|
}
|
|
1805
1805
|
],
|
|
@@ -2119,7 +2119,7 @@ var protocol = {
|
|
|
2119
2119
|
{
|
|
2120
2120
|
"name": "params",
|
|
2121
2121
|
"type": "`remote.EmulationSetGeolocationOverrideParameters`",
|
|
2122
|
-
"description": "<pre>\\{<br /> coordinates: EmulationGeolocationCoordinates | null;<br
|
|
2122
|
+
"description": "<pre>\\{<br /> coordinates: EmulationGeolocationCoordinates | null;<br />\\} | \\{<br /> error: EmulationGeolocationPositionError;<br />\\}) & \\{<br /> contexts?: BrowsingContextBrowsingContext[];<br /> userContexts?: BrowserUserContext[];<br />\\};</pre>",
|
|
2123
2123
|
"required": true
|
|
2124
2124
|
}
|
|
2125
2125
|
],
|
|
@@ -2399,7 +2399,7 @@ var protocol = {
|
|
|
2399
2399
|
{
|
|
2400
2400
|
"name": "params",
|
|
2401
2401
|
"type": "`remote.NetworkContinueWithAuthParameters`",
|
|
2402
|
-
"description": "<pre>\\{<br /> request: NetworkRequest;<br
|
|
2402
|
+
"description": "<pre>\\{<br /> request: NetworkRequest;<br />\\};</pre>",
|
|
2403
2403
|
"required": true
|
|
2404
2404
|
}
|
|
2405
2405
|
],
|
|
@@ -237,7 +237,7 @@ declare const protocol: {
|
|
|
237
237
|
readonly parameters: readonly [{
|
|
238
238
|
readonly name: "params";
|
|
239
239
|
readonly type: "`remote.BrowserSetClientWindowStateParameters`";
|
|
240
|
-
readonly description: "<pre>\\{<br /> clientWindow: BrowserClientWindow;<br
|
|
240
|
+
readonly description: "<pre>\\{<br /> clientWindow: BrowserClientWindow;<br />\\};</pre>";
|
|
241
241
|
readonly required: true;
|
|
242
242
|
}];
|
|
243
243
|
readonly returns: {
|
|
@@ -525,7 +525,7 @@ declare const protocol: {
|
|
|
525
525
|
readonly parameters: readonly [{
|
|
526
526
|
readonly name: "params";
|
|
527
527
|
readonly type: "`remote.EmulationSetGeolocationOverrideParameters`";
|
|
528
|
-
readonly description: "<pre>\\{<br /> coordinates: EmulationGeolocationCoordinates | null;<br
|
|
528
|
+
readonly description: "<pre>\\{<br /> coordinates: EmulationGeolocationCoordinates | null;<br />\\} | \\{<br /> error: EmulationGeolocationPositionError;<br />\\}) & \\{<br /> contexts?: BrowsingContextBrowsingContext[];<br /> userContexts?: BrowserUserContext[];<br />\\};</pre>";
|
|
529
529
|
readonly required: true;
|
|
530
530
|
}];
|
|
531
531
|
readonly returns: {
|
|
@@ -777,7 +777,7 @@ declare const protocol: {
|
|
|
777
777
|
readonly parameters: readonly [{
|
|
778
778
|
readonly name: "params";
|
|
779
779
|
readonly type: "`remote.NetworkContinueWithAuthParameters`";
|
|
780
|
-
readonly description: "<pre>\\{<br /> request: NetworkRequest;<br
|
|
780
|
+
readonly description: "<pre>\\{<br /> request: NetworkRequest;<br />\\};</pre>";
|
|
781
781
|
readonly required: true;
|
|
782
782
|
}];
|
|
783
783
|
readonly returns: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/protocols",
|
|
3
|
-
"version": "9.27.
|
|
3
|
+
"version": "9.27.2",
|
|
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": "a95ab41f3ac1fd9510341a21d365a359528212ac"
|
|
33
33
|
}
|