appium-uiautomator2-driver 3.9.7 → 3.9.9
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 +13 -0
- package/build/lib/driver.js +1 -1
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.d.ts +3 -3
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/lib/uiautomator2.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +1 -1
- package/lib/uiautomator2.js +1 -1
- package/npm-shrinkwrap.json +223 -131
- package/package.json +4 -4
package/lib/driver.ts
CHANGED
|
@@ -804,7 +804,7 @@ class AndroidUiautomator2Driver
|
|
|
804
804
|
const appWaitPackage = this.opts.appWaitPackage || this.opts.appPackage;
|
|
805
805
|
const appWaitActivity = this.opts.appWaitActivity || this.opts.appActivity;
|
|
806
806
|
this.log.info(
|
|
807
|
-
`Starting '${this.opts.appPackage}/${this.opts.appActivity} ` +
|
|
807
|
+
`Starting '${this.opts.appPackage}/${this.opts.appActivity}' ` +
|
|
808
808
|
`and waiting for '${appWaitPackage}/${appWaitActivity}'`
|
|
809
809
|
);
|
|
810
810
|
|
package/lib/uiautomator2.js
CHANGED
|
@@ -110,7 +110,7 @@ class UiAutomator2Server {
|
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
112
|
* @typedef {Object} PackageInfo
|
|
113
|
-
* @property {import('appium-adb
|
|
113
|
+
* @property {import('appium-adb').InstallState} installState
|
|
114
114
|
* @property {string} appPath
|
|
115
115
|
* @property {string} appId
|
|
116
116
|
*/
|