@wdio/protocols 5.19.0 → 5.22.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "5.19.0",
3
+ "version": "5.22.1",
4
4
  "description": "Utility package providing information about automation protocols",
5
5
  "author": "Christian Bromann <christian@saucelabs.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-protocols",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "269db84d04b74322ef6822ad715534709db3f273"
30
+ "gitHead": "35907149e4faa3f84e3cb4803b54606ab31b11fa"
31
31
  }
@@ -206,8 +206,8 @@
206
206
  "ref": "https://w3c.github.io/webdriver/#dfn-switch-to-frame",
207
207
  "parameters": [{
208
208
  "name": "id",
209
- "type": "(number|string|object|null)",
210
- "description": "one of three possible types: null: this represents the top-level browsing context (i.e., not an iframe), a Number, representing the index of the window object corresponding to a frame, a string representing an element id that can be received using `findElement`.",
209
+ "type": "(number|object|null)",
210
+ "description": "one of three possible types: null: this represents the top-level browsing context (i.e., not an iframe), a Number, representing the index of the window object corresponding to a frame, an Element object received using `findElement`.",
211
211
  "required": true
212
212
  }]
213
213
  }