From 6956dd29ec93ed15ef0351ef1c54ed495ea62b87 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 9 May 2024 22:13:19 -0700 Subject: [PATCH] feat: add user option for mobile: isAppInstalled --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81833ea9..c25e9134 100644 --- a/README.md +++ b/README.md @@ -874,6 +874,7 @@ Verify whether an application is installed on the device under test. Name | Type | Required | Description | Example --- | --- | --- | --- | --- appId | string | yes | The identifier of the application package to be checked | `my.app.id` +user | number or string | no | The user ID for which the package is installed.. The `current` user is used by default | 1006 #### Returned Result diff --git a/package.json b/package.json index c0987ea2..dec6a906 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "npm-shrinkwrap.json" ], "dependencies": { - "appium-adb": "^12.0.0", - "appium-android-driver": "^9.1.0", + "appium-adb": "^12.2.0", + "appium-android-driver": "^9.3.0", "asyncbox": "^3.0.0", "bluebird": "^3.5.0", "io.appium.settings": "^5.7.2",