Socket
Socket
Sign inDemoInstall

wd

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wd - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

8

doc/jsonwire-full.json

@@ -132,3 +132,11 @@ {

"POST /session/:sessionId/appium/device/open_notifications": "Open Notifications (mjsonWire).",
"POST /session/:sessionId/appium/device/finger_print": "Send fingerprint (mjsonWire).",
"POST /session/:sessionId/appium/device/send_sms": "Send sms to Android emulator (mjsonWire).",
"POST /session/:sessionId/appium/device/gsm_call": "Send GSM call to Android emulator (mjsonWire).",
"POST /session/:sessionId/appium/device/gsm_signal": "Set GSM signal strenght on Android emulator (mjsonWire).",
"POST /session/:sessionId/appium/device/gsm_voice": "Set GSM state fingerprint (mjsonWire).",
"POST /session/:sessionId/appium/device/power_capacity": "Set battery percent on Android emulator (mjsonWire).",
"POST /session/:sessionId/appium/device/power_ac": "Set state of power charger on Android emulator(mjsonWire).",
"POST /session/:sessionId/appium/device/network_speed": "Set Android emulator network speed (mjsonWire).",
"POST /session/:sessionId/simulator/touch_id": "Simulate iOS touchID (mjsonWire)"
}

15

doc/release-notes.md

@@ -5,2 +5,5 @@ # Release Notes

### 1.4.1
- added new methods released on appium 1.7.0 for android emulators
### 1.1.1

@@ -63,3 +66,3 @@ - added followAllRedirects option to all http requests

- error fix
- http timeout fix
- http timeout fix

@@ -81,4 +84,4 @@ ### 0.3.3

- TouchAction/MultiAction update now works like the [W3 specs](https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html#multiactions-1).
See the following sample:
- TouchAction/MultiAction update now works like the [W3 specs](https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html#multiactions-1).
See the following sample:

@@ -117,3 +120,3 @@ ```js

### 0.2.21
- better sauce job update logic
- better sauce job update logic

@@ -140,5 +143,5 @@ ### 0.2.20

- extra mobile/appium method
- command arguments bugfix
- command arguments bugfix
### 0.2.14
### 0.2.14
- no defaults for appium

@@ -145,0 +148,0 @@ - better mobile examples

2

package.json

@@ -11,3 +11,3 @@ {

],
"version": "1.4.0",
"version": "1.4.1",
"author": "Adam Christian <adam.christian@gmail.com>",

@@ -14,0 +14,0 @@ "contributors": [

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