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/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
 
@@ -110,7 +110,7 @@ class UiAutomator2Server {
110
110
 
111
111
  /**
112
112
  * @typedef {Object} PackageInfo
113
- * @property {import('appium-adb/build/lib/tools/apk-utils').InstallState} installState
113
+ * @property {import('appium-adb').InstallState} installState
114
114
  * @property {string} appPath
115
115
  * @property {string} appId
116
116
  */