Skip to content

Commit

Permalink
feat: add user option for mobile: isAppInstalled (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored May 10, 2024
1 parent 13559b8 commit 590788f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 590788f

Please sign in to comment.