@wdio/protocols 9.27.2 → 9.29.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/index.js CHANGED
@@ -2070,6 +2070,46 @@ var protocol = {
2070
2070
  }
2071
2071
  }
2072
2072
  },
2073
+ "browsingContext.startScreencast": {
2074
+ "socket": {
2075
+ "command": "browsingContextStartScreencast",
2076
+ "description": 'WebDriver Bidi command to send command method "browsingContext.startScreencast" with parameters.',
2077
+ "ref": "https://w3c.github.io/webdriver-bidi/#command-browsingContext-startScreencast",
2078
+ "parameters": [
2079
+ {
2080
+ "name": "params",
2081
+ "type": "`remote.BrowsingContextStartScreencastParameters`",
2082
+ "description": "<pre>\\{<br /> context: BrowsingContextBrowsingContext;<br /> mimeType?: string;<br /> streamOptions?: BrowsingContextMediaStreamOptions;<br />\\}</pre>",
2083
+ "required": true
2084
+ }
2085
+ ],
2086
+ "returns": {
2087
+ "type": "Object",
2088
+ "name": "local.BrowsingContextStartScreencastResult",
2089
+ "description": "Command return value with the following interface:\n ```ts\n {\n screencast: BrowsingContextScreencast;\n path: string;\n }\n ```"
2090
+ }
2091
+ }
2092
+ },
2093
+ "browsingContext.stopScreencast": {
2094
+ "socket": {
2095
+ "command": "browsingContextStopScreencast",
2096
+ "description": 'WebDriver Bidi command to send command method "browsingContext.stopScreencast" with parameters.',
2097
+ "ref": "https://w3c.github.io/webdriver-bidi/#command-browsingContext-stopScreencast",
2098
+ "parameters": [
2099
+ {
2100
+ "name": "params",
2101
+ "type": "`remote.BrowsingContextStopScreencastParameters`",
2102
+ "description": "<pre>\\{<br /> screencast: BrowsingContextScreencast;<br />\\}</pre>",
2103
+ "required": true
2104
+ }
2105
+ ],
2106
+ "returns": {
2107
+ "type": "Object",
2108
+ "name": "local.BrowsingContextStopScreencastResult",
2109
+ "description": "Command return value with the following interface:\n ```ts\n {\n path: string;\n error?: string;\n }\n ```"
2110
+ }
2111
+ }
2112
+ },
2073
2113
  "browsingContext.traverseHistory": {
2074
2114
  "socket": {
2075
2115
  "command": "browsingContextTraverseHistory",
@@ -481,6 +481,42 @@ declare const protocol: {
481
481
  };
482
482
  };
483
483
  };
484
+ readonly "browsingContext.startScreencast": {
485
+ readonly socket: {
486
+ readonly command: "browsingContextStartScreencast";
487
+ readonly description: "WebDriver Bidi command to send command method \"browsingContext.startScreencast\" with parameters.";
488
+ readonly ref: "https://w3c.github.io/webdriver-bidi/#command-browsingContext-startScreencast";
489
+ readonly parameters: readonly [{
490
+ readonly name: "params";
491
+ readonly type: "`remote.BrowsingContextStartScreencastParameters`";
492
+ readonly description: "<pre>\\{<br /> context: BrowsingContextBrowsingContext;<br /> mimeType?: string;<br /> streamOptions?: BrowsingContextMediaStreamOptions;<br />\\}</pre>";
493
+ readonly required: true;
494
+ }];
495
+ readonly returns: {
496
+ readonly type: "Object";
497
+ readonly name: "local.BrowsingContextStartScreencastResult";
498
+ readonly description: "Command return value with the following interface:\n ```ts\n {\n screencast: BrowsingContextScreencast;\n path: string;\n }\n ```";
499
+ };
500
+ };
501
+ };
502
+ readonly "browsingContext.stopScreencast": {
503
+ readonly socket: {
504
+ readonly command: "browsingContextStopScreencast";
505
+ readonly description: "WebDriver Bidi command to send command method \"browsingContext.stopScreencast\" with parameters.";
506
+ readonly ref: "https://w3c.github.io/webdriver-bidi/#command-browsingContext-stopScreencast";
507
+ readonly parameters: readonly [{
508
+ readonly name: "params";
509
+ readonly type: "`remote.BrowsingContextStopScreencastParameters`";
510
+ readonly description: "<pre>\\{<br /> screencast: BrowsingContextScreencast;<br />\\}</pre>";
511
+ readonly required: true;
512
+ }];
513
+ readonly returns: {
514
+ readonly type: "Object";
515
+ readonly name: "local.BrowsingContextStopScreencastResult";
516
+ readonly description: "Command return value with the following interface:\n ```ts\n {\n path: string;\n error?: string;\n }\n ```";
517
+ };
518
+ };
519
+ };
484
520
  readonly "browsingContext.traverseHistory": {
485
521
  readonly socket: {
486
522
  readonly command: "browsingContextTraverseHistory";
@@ -1 +1 @@
1
- {"version":3,"file":"webdriverBidi.d.ts","sourceRoot":"","sources":["../../src/protocols/webdriverBidi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqxCJ,CAAA;AACV,eAAe,QAAQ,CAAA"}
1
+ {"version":3,"file":"webdriverBidi.d.ts","sourceRoot":"","sources":["../../src/protocols/webdriverBidi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6zCJ,CAAA;AACV,eAAe,QAAQ,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "9.27.2",
3
+ "version": "9.29.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": "a95ab41f3ac1fd9510341a21d365a359528212ac"
32
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
33
33
  }