Commit 935be1e 1 parent b167e1d commit 935be1e Copy full SHA for 935be1e
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ export async function reset () {
51
51
}
52
52
53
53
/**
54
+ * @overload
54
55
* @typedef {Object } StartActivityOptions
55
56
* @property {string } appActivity
56
57
* @property {string } [locale]
@@ -63,6 +64,7 @@ export async function reset () {
63
64
* Activity could only be executed in scope of the current app package.
64
65
*
65
66
* @this {import('../driver').EspressoDriver}
67
+ * @overload
66
68
* @param {StartActivityOptions } opts
67
69
* @returns {Promise<string> }
68
70
*/
Original file line number Diff line number Diff line change @@ -704,7 +704,6 @@ export class EspressoDriver extends AndroidDriver implements ExternalDriver<
704
704
reset = appManagementCmds . reset ;
705
705
mobileBackgroundApp = appManagementCmds . mobileBackgroundApp ;
706
706
startActivity = appManagementCmds . startActivity ;
707
- // @ts -ignore Params there are ok
708
707
mobileStartActivity = appManagementCmds . mobileStartActivity ;
709
708
710
709
mobileWebAtoms = contextCmds . mobileWebAtoms ;
You can’t perform that action at this time.
0 commit comments