webdriverio 8.13.1 → 8.13.4
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.
|
@@ -114,7 +114,7 @@ import { KeyAction, PointerAction, WheelAction } from '../../utils/actions/index
|
|
|
114
114
|
const elem = await $('input')
|
|
115
115
|
await elem.click() // make element active
|
|
116
116
|
|
|
117
|
-
await browser.action('key)
|
|
117
|
+
await browser.action('key')
|
|
118
118
|
.down('f')
|
|
119
119
|
.down('o')
|
|
120
120
|
.down('o')
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriverio",
|
|
3
3
|
"description": "Next-gen browser and mobile automation test framework for Node.js",
|
|
4
|
-
"version": "8.13.
|
|
4
|
+
"version": "8.13.4",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
6
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"css-shorthand-properties": "^1.1.1",
|
|
80
80
|
"css-value": "^0.0.1",
|
|
81
81
|
"devtools": "8.12.1",
|
|
82
|
-
"devtools-protocol": "^0.0.
|
|
82
|
+
"devtools-protocol": "^0.0.1170846",
|
|
83
83
|
"grapheme-splitter": "^1.0.2",
|
|
84
84
|
"import-meta-resolve": "^3.0.0",
|
|
85
85
|
"is-plain-obj": "^4.1.0",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"serialize-error": "^8.0.0",
|
|
94
94
|
"webdriver": "8.13.1"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "9f935f814d57a4604b4d3ec153bf01aea1c73ce8"
|
|
97
97
|
}
|