appium-webdriveragent 4.1.3 → 4.1.4

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/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # WebDriverAgent
2
2
 
3
+ [![NPM version](http://img.shields.io/npm/v/appium-webdriveragent.svg)](https://npmjs.org/package/appium-webdriveragent)
4
+ [![Downloads](http://img.shields.io/npm/dm/appium-webdriveragent.svg)](https://npmjs.org/package/appium-webdriveragent)
5
+
6
+ [![Release](https://github.com/appium/WebDriverAgent/actions/workflows/publish.js.yml/badge.svg)](https://github.com/appium/WebDriverAgent/actions/workflows/publish.js.yml)
7
+
3
8
  [![GitHub license](https://img.shields.io/badge/license-BSD-lightgrey.svg)](LICENSE)
4
9
 
5
10
  WebDriverAgent is a [WebDriver server](https://w3c.github.io/webdriver/webdriver-spec.html) implementation for iOS that can be used to remote control iOS devices. It allows you to launch & kill applications, tap & scroll views or confirm view presence on a screen. This makes it a perfect tool for application end-to-end testing or general purpose device automation. It works by linking `XCTest.framework` and calling Apple's API to execute commands directly on a device. WebDriverAgent is developed for end-to-end testing and is successfully adopted by [Appium](http://appium.io) via [XCUITest driver](https://github.com/appium/appium-xcuitest-driver).
@@ -46,3 +51,4 @@ projects has been integrated directly in the WebDriverAgent source tree.
46
51
  You can find the source files and their licenses in the `WebDriverAgentLib/Vendor` directory.
47
52
 
48
53
  Have fun!
54
+
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -46,7 +46,7 @@
46
46
  "@appium/gulp-plugins": "^6.0.0",
47
47
  "@appium/eslint-config-appium": "^5.0.0",
48
48
  "@appium/test-support": "^1.0.0",
49
- "@semantic-release/git": "^9.0.0",
49
+ "@semantic-release/git": "^10.0.1",
50
50
  "appium-xcode": "^4.0.0",
51
51
  "chai": "^4.2.0",
52
52
  "chai-as-promised": "^7.1.1",