webdriverio 8.13.10 → 8.13.13
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/types.d.ts +1 -1
- package/package.json +6 -6
package/build/types.d.ts
CHANGED
|
@@ -305,7 +305,7 @@ interface KeyActionEntity {
|
|
|
305
305
|
}
|
|
306
306
|
export interface Action {
|
|
307
307
|
id: string;
|
|
308
|
-
actions: (NoneActionEntity
|
|
308
|
+
actions: (NoneActionEntity | PointerActionEntity | KeyActionEntity)[];
|
|
309
309
|
type?: 'pointer' | 'key';
|
|
310
310
|
parameters?: {
|
|
311
311
|
pointerType: 'mouse' | 'pen' | 'touch';
|
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.13",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
6
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@types/node": "^20.1.0",
|
|
71
|
-
"@wdio/config": "8.
|
|
71
|
+
"@wdio/config": "8.13.13",
|
|
72
72
|
"@wdio/logger": "8.11.0",
|
|
73
73
|
"@wdio/protocols": "8.11.0",
|
|
74
74
|
"@wdio/repl": "8.10.1",
|
|
75
75
|
"@wdio/types": "8.10.4",
|
|
76
|
-
"@wdio/utils": "8.
|
|
76
|
+
"@wdio/utils": "8.13.13",
|
|
77
77
|
"archiver": "^5.0.0",
|
|
78
78
|
"aria-query": "^5.0.0",
|
|
79
79
|
"css-shorthand-properties": "^1.1.1",
|
|
80
80
|
"css-value": "^0.0.1",
|
|
81
|
-
"devtools": "8.
|
|
81
|
+
"devtools": "8.13.13",
|
|
82
82
|
"devtools-protocol": "^0.0.1170846",
|
|
83
83
|
"grapheme-splitter": "^1.0.2",
|
|
84
84
|
"import-meta-resolve": "^3.0.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"resq": "^1.9.1",
|
|
92
92
|
"rgb2hex": "0.2.5",
|
|
93
93
|
"serialize-error": "^8.0.0",
|
|
94
|
-
"webdriver": "8.13.
|
|
94
|
+
"webdriver": "8.13.13"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "ba97a49a1294e812ed35fc05be20dd29133ab200"
|
|
97
97
|
}
|