@wdio/protocols 9.29.1 → 9.30.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/index.js CHANGED
@@ -2079,7 +2079,7 @@ var protocol = {
2079
2079
  {
2080
2080
  "name": "params",
2081
2081
  "type": "`remote.BrowsingContextStartScreencastParameters`",
2082
- "description": "<pre>\\{<br /> context: BrowsingContextBrowsingContext;<br /> mimeType?: string;<br /> streamOptions?: BrowsingContextMediaStreamOptions;<br />\\}</pre>",
2082
+ "description": "<pre>\\{<br /> context: BrowsingContextBrowsingContext;<br /> mimeType?: string;<br /> video?: BrowsingContextMediaTrackConstraints;<br /> audio?: boolean;<br />\\}</pre>",
2083
2083
  "required": true
2084
2084
  }
2085
2085
  ],
@@ -489,7 +489,7 @@ declare const protocol: {
489
489
  readonly parameters: readonly [{
490
490
  readonly name: "params";
491
491
  readonly type: "`remote.BrowsingContextStartScreencastParameters`";
492
- readonly description: "<pre>\\{<br /> context: BrowsingContextBrowsingContext;<br /> mimeType?: string;<br /> streamOptions?: BrowsingContextMediaStreamOptions;<br />\\}</pre>";
492
+ readonly description: "<pre>\\{<br /> context: BrowsingContextBrowsingContext;<br /> mimeType?: string;<br /> video?: BrowsingContextMediaTrackConstraints;<br /> audio?: boolean;<br />\\}</pre>";
493
493
  readonly required: true;
494
494
  }];
495
495
  readonly returns: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "9.29.1",
3
+ "version": "9.30.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": "cea4a759f7e78c798e7dd1a0794ae4aeec5acdbf"
32
+ "gitHead": "2ea7c6945a5ec1fa0edd89fe7d3f821dc29201d8"
33
33
  }