From d0e7c2f9859de4382cd35366915b1b4a3af34514 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sat, 10 Feb 2024 09:36:26 +0100 Subject: [PATCH] fix: Argument type for performActions API (#735) --- lib/commands/touch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {