Socket
Socket
Sign inDemoInstall

@wdio/protocols

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/protocols - npm Package Compare versions

Comparing version 8.29.7 to 8.32.0

36

build/commands/jsonwp.d.ts

@@ -601,30 +601,3 @@ import type { StatusReturn, SessionReturn, ProtocolCommandResponse, DeleteSessionOpts, RectReturn, ElementReference, Cookie } from '../types.js';

*
* Finger down on the screen.
* @ref https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidtouchdown
* @deprecated This command is deprecated and likely not supported by any browser. Use the "action" command instead to execute a touch gesture!
*
*/
touchDown(x: number, y: number): Promise<void>;
/**
* Jsonwp Protocol Command
*
* Finger up on the screen.
* @ref https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidtouchup
* @deprecated This command is deprecated and likely not supported by any browser. Use the "action" command instead to execute a touch gesture!
*
*/
touchUp(x: number, y: number): Promise<void>;
/**
* Jsonwp Protocol Command
*
* Finger move on the screen.
* @ref https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidtouchmove
* @deprecated This command is deprecated and likely not supported by any browser. Use the "action" command instead to execute a touch gesture!
*
*/
touchMove(x: number, y: number): Promise<void>;
/**
* Jsonwp Protocol Command
*
* Finger move on the screen.
* @ref https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidtouchscroll

@@ -647,11 +620,2 @@ * @deprecated This command is deprecated and likely not supported by any browser. Use the "action" command instead to execute a touch gesture!

*
* Long press on the touch screen using finger motion events.
* @ref https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidtouchlongclick
* @deprecated This command is deprecated and likely not supported by any browser. Use the "action" command instead to execute a touch gesture!
*
*/
touchLongClick(element: string): Promise<void>;
/**
* Jsonwp Protocol Command
*
* Flick on the touch screen using finger motion events. This flickcommand starts at a particulat screen location.

@@ -658,0 +622,0 @@ * @ref https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidtouchflick

@@ -982,44 +982,2 @@ /**

};
'/session/:sessionId/touch/down': {
POST: {
command: string;
description: string;
ref: string;
deprecated: string;
parameters: {
name: string;
type: string;
description: string;
required: boolean;
}[];
};
};
'/session/:sessionId/touch/up': {
POST: {
command: string;
description: string;
ref: string;
deprecated: string;
parameters: {
name: string;
type: string;
description: string;
required: boolean;
}[];
};
};
'/session/:sessionId/touch/move': {
POST: {
command: string;
description: string;
ref: string;
deprecated: string;
parameters: {
name: string;
type: string;
description: string;
required: boolean;
}[];
};
};
'/session/:sessionId/touch/scroll': {

@@ -1053,16 +1011,2 @@ POST: {

};
'/session/:sessionId/touch/longclick': {
POST: {
command: string;
description: string;
ref: string;
deprecated: string;
parameters: {
name: string;
type: string;
description: string;
required: boolean;
}[];
};
};
'/session/:sessionId/touch/flick': {

@@ -1069,0 +1013,0 @@ POST: {

4

package.json
{
"name": "@wdio/protocols",
"version": "8.29.7",
"version": "8.32.0",
"description": "Utility package providing information about automation protocols",

@@ -30,3 +30,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "1c7195268663df56856494c69d7bd655c834a368"
"gitHead": "912ff55c216bbcd99ab5b376246cdd04e52dc099"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc