diff --git a/lib/commands/touch.js b/lib/commands/touch.js index 39057df2a..791764bb5 100644 --- a/lib/commands/touch.js +++ b/lib/commands/touch.js @@ -169,7 +169,7 @@ export async function doPerformMultiAction(elementId, states) { /** * @this {AndroidUiautomator2Driver} - * @param {import('@appium/types').StringRecord} actions + * @param {import('@appium/types').StringRecord[]} actions * @returns {Promise} */ export async function performActions(actions) {