appium-espresso-driver 6.3.10 → 7.0.0

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 CHANGED
@@ -1,3 +1,19 @@
1
+ ## [7.0.0](https://github.com/appium/appium-espresso-driver/compare/v6.4.0...v7.0.0) (2026-02-21)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * modify the mobile:listApps style to follow XCUITest driver format
6
+
7
+ ### Bug Fixes
8
+
9
+ * modify the format of listApps to follow xcuitest format ([#1139](https://github.com/appium/appium-espresso-driver/issues/1139)) ([3f1f5fb](https://github.com/appium/appium-espresso-driver/commit/3f1f5fbd069a856646ca684d3830dc7e0df228a3))
10
+
11
+ ## [6.4.0](https://github.com/appium/appium-espresso-driver/compare/v6.3.10...v6.4.0) (2026-02-18)
12
+
13
+ ### Features
14
+
15
+ * add mobile:listApps ([#1137](https://github.com/appium/appium-espresso-driver/issues/1137)) ([612c656](https://github.com/appium/appium-espresso-driver/commit/612c656946f7252f2007b83f4ef7ab00da9b5fa5))
16
+
1
17
  ## [6.3.10](https://github.com/appium/appium-espresso-driver/compare/v6.3.9...v6.3.10) (2026-02-16)
2
18
 
3
19
  ### Bug Fixes
package/README.md CHANGED
@@ -922,12 +922,28 @@ Verify whether an application is installed on the device under test.
922
922
  Name | Type | Required | Description | Example
923
923
  --- | --- | --- | --- | ---
924
924
  appId | string | yes | The identifier of the application package to be checked | `my.app.id`
925
- user | number or string | no | The user ID for which the package is installed.. The `current` user is used by default | 1006
925
+ user | number or string | no | The user ID for which the package is installed. The `current` user is used by default | 1006
926
926
 
927
927
  #### Returned Result
928
928
 
929
929
  True or false
930
930
 
931
+ ### mobile: listApps
932
+
933
+ Lists all installed packages on the Android device, optionally filtered by user.
934
+ An exception will be thrown on devices running Android API below level 26.
935
+
936
+ #### Arguments
937
+
938
+ Name | Type | Required | Description | Example
939
+ --- | --- | --- | --- | ---
940
+ user | number or string | no | The user ID for which the package is installed. The `current` user is used by default | 1006
941
+
942
+ #### Returned Result
943
+
944
+ A map where keys are packageName and values are maps of platform-specific app properties since Espresso driver v7.0.0.
945
+ Espresso driver v6.4.0 was a list of installed package names.
946
+
931
947
  ### mobile: queryAppState
932
948
 
933
949
  Queries the current state of the app.
@@ -635,6 +635,12 @@ export declare class EspressoDriver extends AndroidDriver implements ExternalDri
635
635
  readonly optional: readonly ["user"];
636
636
  };
637
637
  };
638
+ readonly 'mobile: listApps': {
639
+ readonly command: "mobileListApps";
640
+ readonly params: {
641
+ readonly optional: readonly ["user"];
642
+ };
643
+ };
638
644
  readonly 'mobile: queryAppState': {
639
645
  readonly command: "queryAppState";
640
646
  readonly params: {
@@ -1 +1 @@
1
- {"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.ts"],"names":[],"mappings":"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"}
@@ -245,6 +245,12 @@ export declare const executeMethodMap: {
245
245
  readonly optional: readonly ["user"];
246
246
  };
247
247
  };
248
+ readonly 'mobile: listApps': {
249
+ readonly command: "mobileListApps";
250
+ readonly params: {
251
+ readonly optional: readonly ["user"];
252
+ };
253
+ };
248
254
  readonly 'mobile: queryAppState': {
249
255
  readonly command: "queryAppState";
250
256
  readonly params: {
@@ -1 +1 @@
1
- {"version":3,"file":"execute-method-map.d.ts","sourceRoot":"","sources":["../../lib/execute-method-map.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkLa,CAAC"}
1
+ {"version":3,"file":"execute-method-map.d.ts","sourceRoot":"","sources":["../../lib/execute-method-map.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkLa,CAAC"}
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
2
2
 
3
3
  // This value is updated automatically by the NPM versioning script
4
4
  // It should be in sync with the NPM module version from package.json
5
- private const val VERSION = "6.3.10"
5
+ private const val VERSION = "7.0.0"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "6.3.10",
3
+ "version": "7.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "6.3.10",
9
+ "version": "7.0.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
13
- "appium-android-driver": "^12.4.4",
13
+ "appium-android-driver": "^13.0.0",
14
14
  "asyncbox": "^6.1.0",
15
15
  "axios": "^1.12.2",
16
16
  "bluebird": "^3.5.0",
@@ -675,9 +675,9 @@
675
675
  }
676
676
  },
677
677
  "node_modules/appium-adb": {
678
- "version": "14.2.2",
679
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.2.2.tgz",
680
- "integrity": "sha512-M1dSuxQ982JEH7Wc3MGDZhZSqfw338LZAQe38RmpRUlZ4ZpSuXLDSbiPU01Dm8one+Y0/QyNdXEOdDgy8qHMKA==",
678
+ "version": "14.3.0",
679
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.0.tgz",
680
+ "integrity": "sha512-S1ZKK3R/nRlTMML+G5QliomDtbIYOxna6jOfJeX6X1fvN5Kg4dJo8GQW0+4Y6zHTA5cURWGiDpju+L7ohmJj6Q==",
681
681
  "license": "Apache-2.0",
682
682
  "dependencies": {
683
683
  "@appium/support": "^7.0.0-rc.1",
@@ -696,14 +696,14 @@
696
696
  }
697
697
  },
698
698
  "node_modules/appium-android-driver": {
699
- "version": "12.6.7",
700
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.6.7.tgz",
701
- "integrity": "sha512-docArhYhf+T1KSknyATPADXcOixS+zOSa9rx0k6NR7S/uDQyHjVS4lC1VOzhGdfFpFths9BoD9dWbTVtxEyb7g==",
699
+ "version": "13.0.0",
700
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.0.0.tgz",
701
+ "integrity": "sha512-+q7+jPthCLFr4fYQeYV6eKQv4giKj6Pp1Y7qBI87B2+mHn0JgIDZXIyH9Xgt14e0Mj/sYOJN8VS/xPojA9Iang==",
702
702
  "license": "Apache-2.0",
703
703
  "dependencies": {
704
704
  "@appium/support": "^7.0.0-rc.1",
705
705
  "@colors/colors": "^1.6.0",
706
- "appium-adb": "^14.1.0",
706
+ "appium-adb": "^14.3.0",
707
707
  "appium-chromedriver": "^8.0.18",
708
708
  "asyncbox": "^6.1.0",
709
709
  "axios": "^1.x",
@@ -727,9 +727,9 @@
727
727
  }
728
728
  },
729
729
  "node_modules/appium-chromedriver": {
730
- "version": "8.2.11",
731
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.11.tgz",
732
- "integrity": "sha512-z3w04ab0tONJiUKSA6RKuxCFvT+tvjlEWdgTY4Y8LCro26ggthbRmzNfyKKSSIIxZzzZ5DS7sg0RVvaKMYYLEA==",
730
+ "version": "8.2.12",
731
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.12.tgz",
732
+ "integrity": "sha512-+QyTKrsGHLmPk6SeYJEhKIqKVQtILpN8QxUid6Av9Unh189tZpioU2KIBEiAeYeE3GNCN0xBGTTJ6BVPBuc/JQ==",
733
733
  "license": "Apache-2.0",
734
734
  "dependencies": {
735
735
  "@appium/base-driver": "^10.0.0-rc.2",
@@ -939,9 +939,9 @@
939
939
  }
940
940
  },
941
941
  "node_modules/b4a": {
942
- "version": "1.7.4",
943
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.4.tgz",
944
- "integrity": "sha512-u20zJLDaSWpxaZ+zaAkEIB2dZZ1o+DF4T/MRbmsvGp9nletHOyiai19OzX1fF8xUBYsO1bPXxODvcd0978pnug==",
942
+ "version": "1.8.0",
943
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
944
+ "integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
945
945
  "license": "Apache-2.0",
946
946
  "peerDependencies": {
947
947
  "react-native-b4a": "*"
@@ -2022,9 +2022,9 @@
2022
2022
  }
2023
2023
  },
2024
2024
  "node_modules/get-east-asian-width": {
2025
- "version": "1.4.0",
2026
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
2027
- "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
2025
+ "version": "1.5.0",
2026
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
2027
+ "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
2028
2028
  "license": "MIT",
2029
2029
  "engines": {
2030
2030
  "node": ">=18"
@@ -2115,23 +2115,11 @@
2115
2115
  "url": "https://github.com/sponsors/isaacs"
2116
2116
  }
2117
2117
  },
2118
- "node_modules/glob/node_modules/@isaacs/cliui": {
2119
- "version": "9.0.0",
2120
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
2121
- "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
2122
- "license": "BlueOak-1.0.0",
2123
- "engines": {
2124
- "node": ">=18"
2125
- }
2126
- },
2127
2118
  "node_modules/glob/node_modules/balanced-match": {
2128
- "version": "4.0.2",
2129
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
2130
- "integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
2119
+ "version": "4.0.3",
2120
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
2121
+ "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
2131
2122
  "license": "MIT",
2132
- "dependencies": {
2133
- "jackspeak": "^4.2.3"
2134
- },
2135
2123
  "engines": {
2136
2124
  "node": "20 || >=22"
2137
2125
  }
@@ -2148,31 +2136,16 @@
2148
2136
  "node": "20 || >=22"
2149
2137
  }
2150
2138
  },
2151
- "node_modules/glob/node_modules/jackspeak": {
2152
- "version": "4.2.3",
2153
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
2154
- "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
2155
- "license": "BlueOak-1.0.0",
2156
- "dependencies": {
2157
- "@isaacs/cliui": "^9.0.0"
2158
- },
2159
- "engines": {
2160
- "node": "20 || >=22"
2161
- },
2162
- "funding": {
2163
- "url": "https://github.com/sponsors/isaacs"
2164
- }
2165
- },
2166
2139
  "node_modules/glob/node_modules/minimatch": {
2167
- "version": "10.2.0",
2168
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz",
2169
- "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
2140
+ "version": "10.2.2",
2141
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
2142
+ "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
2170
2143
  "license": "BlueOak-1.0.0",
2171
2144
  "dependencies": {
2172
2145
  "brace-expansion": "^5.0.2"
2173
2146
  },
2174
2147
  "engines": {
2175
- "node": "20 || >=22"
2148
+ "node": "18 || 20 || >=22"
2176
2149
  },
2177
2150
  "funding": {
2178
2151
  "url": "https://github.com/sponsors/isaacs"
@@ -2399,9 +2372,9 @@
2399
2372
  }
2400
2373
  },
2401
2374
  "node_modules/io.appium.settings": {
2402
- "version": "7.0.19",
2403
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.19.tgz",
2404
- "integrity": "sha512-fcFhX/e43j0P9p8+5FwaD/woNWr4lpqxyiibLP0dI/eod1O7Zx/Wp6edMF1nSU/dD0cf+oOT8gjskKD7KZ2UvA==",
2375
+ "version": "7.0.20",
2376
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.20.tgz",
2377
+ "integrity": "sha512-s/IWqO8oWwoZYKsgUAaZWOjFm2WspLSTrtY0H7M/+DS1EHJi8qNW3NMdb0SIjwGfVB4OdmvIONWOivRV2hT/2w==",
2405
2378
  "license": "Apache-2.0",
2406
2379
  "dependencies": {
2407
2380
  "@appium/logger": "^2.0.0-rc.1",
@@ -2803,10 +2776,10 @@
2803
2776
  "optional": true
2804
2777
  },
2805
2778
  "node_modules/minipass": {
2806
- "version": "7.1.2",
2807
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
2808
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
2809
- "license": "ISC",
2779
+ "version": "7.1.3",
2780
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
2781
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
2782
+ "license": "BlueOak-1.0.0",
2810
2783
  "engines": {
2811
2784
  "node": ">=16 || 14 >=14.17"
2812
2785
  }
@@ -3150,16 +3123,16 @@
3150
3123
  }
3151
3124
  },
3152
3125
  "node_modules/path-scurry": {
3153
- "version": "2.0.1",
3154
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
3155
- "integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
3126
+ "version": "2.0.2",
3127
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
3128
+ "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
3156
3129
  "license": "BlueOak-1.0.0",
3157
3130
  "dependencies": {
3158
3131
  "lru-cache": "^11.0.0",
3159
3132
  "minipass": "^7.1.2"
3160
3133
  },
3161
3134
  "engines": {
3162
- "node": "20 || >=22"
3135
+ "node": "18 || 20 || >=22"
3163
3136
  },
3164
3137
  "funding": {
3165
3138
  "url": "https://github.com/sponsors/isaacs"
@@ -3777,9 +3750,9 @@
3777
3750
  }
3778
3751
  },
3779
3752
  "node_modules/spdx-license-ids": {
3780
- "version": "3.0.22",
3781
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
3782
- "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==",
3753
+ "version": "3.0.23",
3754
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
3755
+ "integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
3783
3756
  "license": "CC0-1.0"
3784
3757
  },
3785
3758
  "node_modules/spdy": {
@@ -4028,9 +4001,9 @@
4028
4001
  }
4029
4002
  },
4030
4003
  "node_modules/text-decoder": {
4031
- "version": "1.2.6",
4032
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.6.tgz",
4033
- "integrity": "sha512-27FeW5GQFDfw0FpwMQhMagB7BztOOlmjcSRi97t2oplhKVTZtp0DZbSegSaXS5IIC6mxMvBG4AR1Sgc6BX3CQg==",
4004
+ "version": "1.2.7",
4005
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
4006
+ "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
4034
4007
  "license": "Apache-2.0",
4035
4008
  "dependencies": {
4036
4009
  "b4a": "^1.6.4"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "6.3.10",
10
+ "version": "7.0.0",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -74,7 +74,7 @@
74
74
  ],
75
75
  "dependencies": {
76
76
  "appium-adb": "^14.0.0",
77
- "appium-android-driver": "^12.4.4",
77
+ "appium-android-driver": "^13.0.0",
78
78
  "asyncbox": "^6.1.0",
79
79
  "axios": "^1.12.2",
80
80
  "bluebird": "^3.5.0",