Skip to content

Commit d1e3528

Browse files
authored
fix: modify the format of listApps to follow xcuitest format (#983)
1 parent 7568ad5 commit d1e3528

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,8 @@ user | number or string | no | The user ID for which the package is installed. T
895895

896896
#### Returned Result
897897

898-
List of installed package names.
898+
A map where keys are packageName and values are maps of platform-specific app properties since UIAutomator2 driver v7.0.0.
899+
UIAutomator2 driver v6.9.0 and v6.9.1 were a list of installed package names.
899900

900901
### mobile: queryAppState
901902

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"appium-adb": "^14.0.0",
61-
"appium-android-driver": "^12.7.0",
61+
"appium-android-driver": "^13.0.0",
6262
"appium-uiautomator2-server": "^9.11.1",
6363
"asyncbox": "^6.0.1",
6464
"axios": "^1.13.5",

0 commit comments

Comments
 (0)