webdriverio 8.31.1 → 8.32.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.
|
@@ -10,8 +10,8 @@ type MoveToOptions = {
|
|
|
10
10
|
* is not visible, it will be scrolled into view.
|
|
11
11
|
*
|
|
12
12
|
* @param {MoveToOptions=} options moveTo command options
|
|
13
|
-
* @param {Number=} options.xOffset X offset to move to, relative to the
|
|
14
|
-
* @param {Number=} options.yOffset Y offset to move to, relative to the
|
|
13
|
+
* @param {Number=} options.xOffset X offset to move to, relative to the center of the element. If not specified, the mouse will move to the center of the element.
|
|
14
|
+
* @param {Number=} options.yOffset Y offset to move to, relative to the center of the element. If not specified, the mouse will move to the center of the element.
|
|
15
15
|
*
|
|
16
16
|
* @see https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidmoveto
|
|
17
17
|
* @type protocol
|
|
@@ -7,8 +7,8 @@ import { getBrowserObject } from '../../utils/index.js';
|
|
|
7
7
|
* is not visible, it will be scrolled into view.
|
|
8
8
|
*
|
|
9
9
|
* @param {MoveToOptions=} options moveTo command options
|
|
10
|
-
* @param {Number=} options.xOffset X offset to move to, relative to the
|
|
11
|
-
* @param {Number=} options.yOffset Y offset to move to, relative to the
|
|
10
|
+
* @param {Number=} options.xOffset X offset to move to, relative to the center of the element. If not specified, the mouse will move to the center of the element.
|
|
11
|
+
* @param {Number=} options.yOffset Y offset to move to, relative to the center of the element. If not specified, the mouse will move to the center of the element.
|
|
12
12
|
*
|
|
13
13
|
* @see https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidmoveto
|
|
14
14
|
* @type protocol
|
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.
|
|
4
|
+
"version": "8.32.0",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
6
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@types/node": "^20.1.0",
|
|
72
72
|
"@wdio/config": "8.31.1",
|
|
73
73
|
"@wdio/logger": "8.28.0",
|
|
74
|
-
"@wdio/protocols": "8.
|
|
74
|
+
"@wdio/protocols": "8.32.0",
|
|
75
75
|
"@wdio/repl": "8.24.12",
|
|
76
76
|
"@wdio/types": "8.31.1",
|
|
77
77
|
"@wdio/utils": "8.31.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"aria-query": "^5.0.0",
|
|
80
80
|
"css-shorthand-properties": "^1.1.1",
|
|
81
81
|
"css-value": "^0.0.1",
|
|
82
|
-
"devtools-protocol": "^0.0.
|
|
82
|
+
"devtools-protocol": "^0.0.1260275",
|
|
83
83
|
"grapheme-splitter": "^1.0.2",
|
|
84
84
|
"import-meta-resolve": "^4.0.0",
|
|
85
85
|
"is-plain-obj": "^4.1.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"resq": "^1.9.1",
|
|
92
92
|
"rgb2hex": "0.2.5",
|
|
93
93
|
"serialize-error": "^11.0.1",
|
|
94
|
-
"webdriver": "8.
|
|
94
|
+
"webdriver": "8.32.0"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"devtools": "^8.14.0"
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"optional": true
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "912ff55c216bbcd99ab5b376246cdd04e52dc099"
|
|
105
105
|
}
|