@wdio/protocols 6.0.12 → 6.1.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/package.json +2 -2
- package/protocols/webdriver.json +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/protocols",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.2",
|
|
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",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "49a1c97a6f4275c4000281019eaf15ffa1a85387"
|
|
32
32
|
}
|
package/protocols/webdriver.json
CHANGED
|
@@ -616,11 +616,6 @@
|
|
|
616
616
|
"type": "string",
|
|
617
617
|
"description": "string to send as keystrokes to the element",
|
|
618
618
|
"required": true
|
|
619
|
-
}, {
|
|
620
|
-
"name": "value",
|
|
621
|
-
"type": "string[]",
|
|
622
|
-
"description": "The sequence of keys to type. Workaround https://github.com/appium/appium/issues/12085",
|
|
623
|
-
"required": false
|
|
624
619
|
}]
|
|
625
620
|
}
|
|
626
621
|
},
|