appium-xcuitest-driver 4.3.4 → 4.3.7
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/README.md +1 -2
- package/build/lib/driver.js +20 -12
- package/lib/driver.js +22 -15
- package/npm-shrinkwrap.json +288 -129
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -448,8 +448,7 @@ Installs the given application to the device under test. Make sure the app is bu
|
|
|
448
448
|
Name | Type | Required | Description | Example
|
|
449
449
|
--- | --- | --- | --- | ---
|
|
450
450
|
app | string | yes | See the description of the `appium:app` capability | /path/to/my.app
|
|
451
|
-
timeoutMs | number | no | The maximum time to wait until app install is finished in milliseconds.
|
|
452
|
-
If not provided then the value of `appium:appPushTimeout` capability is used. If the capability is not provided then equals to 240000ms | 500000
|
|
451
|
+
timeoutMs | number | no | The maximum time to wait until app install is finished in milliseconds on real devices. If not provided then the value of `appium:appPushTimeout` capability is used. If the capability is not provided then equals to 240000ms | 500000
|
|
453
452
|
strategy | string | no | One of possible app installation strategies on real devices. This argument is ignored on simulators. If not provided then the value of `appium:appInstallStrategy` is used. If the latter is also not provided then `serial` is used. See the description of `appium:appInstallStrategy` capability for more details on available values. | parallel
|
|
454
453
|
|
|
455
454
|
### mobile: isAppInstalled
|