@wdio/protocols 9.31.1 → 9.31.5
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/commands/webdriver.d.ts +1 -1
- package/build/index.js +1 -1
- package/package.json +2 -2
|
@@ -420,7 +420,7 @@ export default interface WebdriverCommands {
|
|
|
420
420
|
/**
|
|
421
421
|
* Webdriver Protocol Command
|
|
422
422
|
*
|
|
423
|
-
* The Perform Actions command is used to execute complex user actions. See [spec](https://github.com/jlipps/simple-wd-spec#perform-actions) for more details.
|
|
423
|
+
* The Perform Actions command is used to execute complex user actions. Most users should prefer the higher-level [`browser.action()`](https://webdriver.io/docs/api/browser/action) API. See [spec](https://github.com/jlipps/simple-wd-spec#perform-actions) for more details.
|
|
424
424
|
* @ref https://w3c.github.io/webdriver/#dfn-perform-actions
|
|
425
425
|
*
|
|
426
426
|
*/
|
package/build/index.js
CHANGED
|
@@ -1051,7 +1051,7 @@ var webdriver_default = {
|
|
|
1051
1051
|
"/session/:sessionId/actions": {
|
|
1052
1052
|
POST: {
|
|
1053
1053
|
command: "performActions",
|
|
1054
|
-
description: "The Perform Actions command is used to execute complex user actions. See [spec](https://github.com/jlipps/simple-wd-spec#perform-actions) for more details.",
|
|
1054
|
+
description: "The Perform Actions command is used to execute complex user actions. Most users should prefer the higher-level [`browser.action()`](https://webdriver.io/docs/api/browser/action) API. See [spec](https://github.com/jlipps/simple-wd-spec#perform-actions) for more details.",
|
|
1055
1055
|
ref: "https://w3c.github.io/webdriver/#dfn-perform-actions",
|
|
1056
1056
|
parameters: [
|
|
1057
1057
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/protocols",
|
|
3
|
-
"version": "9.31.
|
|
3
|
+
"version": "9.31.5",
|
|
4
4
|
"description": "Utility package providing information about automation protocols",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "4f39140405a3a54a44c391f97a6de1fc3af2d33d"
|
|
33
33
|
}
|