Skip to content

Commit

Permalink
fix: Argument type for performActions API (appium#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Feb 10, 2024
1 parent 737fedc commit d0e7c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<void>}
*/
export async function performActions(actions) {
Expand Down

0 comments on commit d0e7c2f

Please sign in to comment.