appium-android-driver 5.14.4 → 5.14.6
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/CHANGELOG.md +14 -0
- package/bootstrap/README.md +19 -0
- package/build/lib/driver.d.ts +2 -2
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/logger.d.ts +1 -1
- package/build/lib/logger.d.ts.map +1 -1
- package/build/lib/webview-helpers.d.ts +1 -1
- package/build/lib/webview-helpers.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [5.14.6](https://github.com/appium/appium-android-driver/compare/v5.14.5...v5.14.6) (2023-08-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#842](https://github.com/appium/appium-android-driver/issues/842)) ([2dac011](https://github.com/appium/appium-android-driver/commit/2dac011cb4adc2d51c0a7388c6040c1d3533d277))
|
|
7
|
+
|
|
8
|
+
## [5.14.5](https://github.com/appium/appium-android-driver/compare/v5.14.4...v5.14.5) (2023-08-23)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* **deps-dev:** bump @appium/types from 0.11.1 to 0.13.4 ([#841](https://github.com/appium/appium-android-driver/issues/841)) ([7fcc099](https://github.com/appium/appium-android-driver/commit/7fcc099793b3b1172eef43f7a450f7444768a267))
|
|
14
|
+
|
|
1
15
|
## [5.14.4](https://github.com/appium/appium-android-driver/compare/v5.14.3...v5.14.4) (2023-08-14)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Bootstrap Android
|
|
2
|
+
===
|
|
3
|
+
|
|
4
|
+
To install the Android Maven dependencies in your local environment, run the following:
|
|
5
|
+
|
|
6
|
+
* Clone https://github.com/mosabua/maven-android-sdk-deployer into your workstation
|
|
7
|
+
* Set the ANDROID_HOME environment to the location of the Android SDK, eg. `export ANDROID_HOME=/Developer/adt-bundle-mac-x86_64-20130219/sdk/`
|
|
8
|
+
* Run `mvn install -P 4.4` from the `maven-android-sdk-deployer` directory. The build will fail if API 19 and some extra packages are not installed.
|
|
9
|
+
* Please install all sdk and api versions of android for building `maven-android-sdk-deployer`.
|
|
10
|
+
|
|
11
|
+
You can then compile the bootstrap project by running
|
|
12
|
+
|
|
13
|
+
mvn package -P 4.4
|
|
14
|
+
|
|
15
|
+
If mvn package fails, try deleting your ANDROID_HOME folder and downloading everything again. If it still doesn't work try:
|
|
16
|
+
|
|
17
|
+
android-sdk/tools/android update sdk --no-ui --obsolete --force
|
|
18
|
+
|
|
19
|
+
and then run `mvn clean ; mvn install`
|
package/build/lib/driver.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default AndroidDriver;
|
|
2
|
-
export class AndroidDriver extends BaseDriver<any, import("@appium/
|
|
2
|
+
export class AndroidDriver extends BaseDriver<any, import("@appium/types").StringRecord, import("@appium/types").StringRecord, import("@appium/types").DefaultCreateSessionResult<any>, void, import("@appium/types").StringRecord> {
|
|
3
3
|
static newMethodMap: {
|
|
4
4
|
readonly '/session/:sessionId/timeouts/implicit_wait': {
|
|
5
5
|
readonly POST: {
|
|
@@ -400,7 +400,7 @@ export class AndroidDriver extends BaseDriver<any, import("@appium/base-driver/n
|
|
|
400
400
|
apkStrings: {};
|
|
401
401
|
unlocker: typeof import("./unlock-helpers").helpers;
|
|
402
402
|
curContext: any;
|
|
403
|
-
createSession(...args: any[]): Promise<(string | import("@appium/
|
|
403
|
+
createSession(...args: any[]): Promise<(string | import("@appium/types").DriverCaps<any>)[]>;
|
|
404
404
|
useUnlockHelperApp: boolean | undefined;
|
|
405
405
|
adb: any;
|
|
406
406
|
isEmulator(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.js"],"names":[],"mappings":";AAmCA;IAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAmC;IAEnC,qDA0BC;IAhBC,0BAA+C;IAC/C,yBAA8B;IAC9B,wBAA2B;IAC3B,qCAAsC;IACtC;;OACoE;IACpE,kBAAwB;IACxB,eAAoB;IACpB,oDAAgC;IAOhC,gBAA2C;IAG7C,
|
|
1
|
+
{"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.js"],"names":[],"mappings":";AAmCA;IAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAmC;IAEnC,qDA0BC;IAhBC,0BAA+C;IAC/C,yBAA8B;IAC9B,wBAA2B;IAC3B,qCAAsC;IACtC;;OACoE;IACpE,kBAAwB;IACxB,eAAoB;IACpB,oDAAgC;IAOhC,gBAA2C;IAG7C,6FAkIC;IA/FG,wCAA6D;IA8B7D,SASE;IA0DN,sBAEC;IAED,wCAaC;IAED,2BAGC;IAED,+BAEC;IAED,sDAIC;IAED,qCA6EC;IA1EC,gBAA+D;IAoB3D,iDAAuC;IAU3C,qEAA8F;IA8ChG,iCAYC;IAED,yBAwDC;IAED,iCAKC;IAED,qCAKC;IAGD,2DAEC;IAED,+BAwDC;IAED,yCA4BC;IAED,uBAKC;IAED,wCAQC;IAED,qCAIC;IAED,yDAIC;IAED,kCAKC;CACF;2BA9gB0C,eAAe;+BAAf,eAAe"}
|
package/build/lib/logger.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../lib/logger.js"],"names":[],"mappings":";AACA,
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../lib/logger.js"],"names":[],"mappings":";AACA,wDAA8C"}
|
|
@@ -217,7 +217,7 @@ export namespace helpers {
|
|
|
217
217
|
}
|
|
218
218
|
export const NATIVE_WIN: "NATIVE_APP";
|
|
219
219
|
export const WEBVIEW_WIN: "WEBVIEW";
|
|
220
|
-
export const WEBVIEW_BASE:
|
|
220
|
+
export const WEBVIEW_BASE: "WEBVIEW_";
|
|
221
221
|
export const CHROMIUM_WIN: "CHROMIUM";
|
|
222
222
|
export const KNOWN_CHROME_PACKAGE_NAMES: string[];
|
|
223
223
|
export const DEVTOOLS_SOCKET_PATTERN: RegExp;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webview-helpers.d.ts","sourceRoot":"","sources":["../../lib/webview-helpers.js"],"names":[],"mappings":";;;;;;UA4Fc,MAAM;;;;aAEN,MAAM;;;;;;UA+FN,MAAM;;;;;aACN,MAAM;;;;;;;;;;WAIL,UAAa;;;;;;;0BAMb,MAAM,GAAC,MAAM;;;;;6BAEb,OAAO;;;;;;oCAER,OAAO;;;;;;yBAoKP,MAAM;;;;;6BACN,OAAO;;;;;yBAEP,MAAM;;;;;;oCAEN,OAAO;;;;;;UAOP,MAAM;;;;aACN,MAAM;;;;;;;;WAEL,UAAa;;;;;;UA6Ed,MAAM;;;;QACL,MAAM;;;;;;aAKN,WAAW;;;;;;;;;;;;;;;IAhK1B;;;;;;;;;;;OAWG;IACH,4DAYC;IAED;;;;;;OAMG;IACH,yIAyBC;IAED;;;;;;;;;;OAUG;IAEH;;;;;;;OAOG;IAEH;;;;;;;;;;;;;;;;;OAiBG;IACH,mLAmDC;IAED;;;;OAIG;IAEH;;;;;;;;;;;;OAYG;IAEH;;;;;;OAMG;IACH,6EAGC;IAED;;;;;;;;;OASG;IACH,yGA0FC;;AApkBD,sCAAgC;AAChC,oCAA8B;AAE9B,
|
|
1
|
+
{"version":3,"file":"webview-helpers.d.ts","sourceRoot":"","sources":["../../lib/webview-helpers.js"],"names":[],"mappings":";;;;;;UA4Fc,MAAM;;;;aAEN,MAAM;;;;;;UA+FN,MAAM;;;;;aACN,MAAM;;;;;;;;;;WAIL,UAAa;;;;;;;0BAMb,MAAM,GAAC,MAAM;;;;;6BAEb,OAAO;;;;;;oCAER,OAAO;;;;;;yBAoKP,MAAM;;;;;6BACN,OAAO;;;;;yBAEP,MAAM;;;;;;oCAEN,OAAO;;;;;;UAOP,MAAM;;;;aACN,MAAM;;;;;;;;WAEL,UAAa;;;;;;UA6Ed,MAAM;;;;QACL,MAAM;;;;;;aAKN,WAAW;;;;;;;;;;;;;;;IAhK1B;;;;;;;;;;;OAWG;IACH,4DAYC;IAED;;;;;;OAMG;IACH,yIAyBC;IAED;;;;;;;;;;OAUG;IAEH;;;;;;;OAOG;IAEH;;;;;;;;;;;;;;;;;OAiBG;IACH,mLAmDC;IAED;;;;OAIG;IAEH;;;;;;;;;;;;OAYG;IAEH;;;;;;OAMG;IACH,6EAGC;IAED;;;;;;;;;OASG;IACH,yGA0FC;;AApkBD,sCAAgC;AAChC,oCAA8B;AAE9B,sCAAuC;AADvC,sCAAgC;AAQhC,kDAKE;AATF,6CAA8E"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-android-driver",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.6",
|
|
4
4
|
"description": "Android UiAutomator and Chrome support for Appium",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"appium",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@appium/support": "^4.0.1",
|
|
81
81
|
"@appium/test-support": "^3.0.0",
|
|
82
82
|
"@appium/tsconfig": "^0.3.0",
|
|
83
|
-
"@appium/types": "^0.
|
|
83
|
+
"@appium/types": "^0.13.4",
|
|
84
84
|
"@commitlint/cli": "^17.6.3",
|
|
85
85
|
"@commitlint/config-conventional": "^17.6.3",
|
|
86
86
|
"@semantic-release/changelog": "^6.0.1",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"mocha": "^10.0.0",
|
|
113
113
|
"prettier": "^3.0.1",
|
|
114
114
|
"rimraf": "^5.0.0",
|
|
115
|
-
"semantic-release": "^
|
|
115
|
+
"semantic-release": "^21.1.0",
|
|
116
116
|
"sinon": "^15.0.0",
|
|
117
117
|
"ts-node": "^10.9.1",
|
|
118
118
|
"typescript": "^5.1.6",
|