The documentation from wd says, (http://appium.io/docs/en/commands/interactions/touch/double-tap/ )
// Not supported
// wd example
// Using tapElement method
await driver.tapElement(elementOne);
// Using touch actions
let action = new wd.TouchAction();
action.tap({el: element});
await action.perform();
Is there no method for double tapping an element using the javascript client? If there is a workaround for this problem?
Appium version (or git revision) that exhibits the issue: 1.9.0
Last Appium version that did not exhibit the issue (if applicable):
Desktop OS/version used to run Appium: MacOSX 10.13.6
Node.js version (unless using Appium.app|exe):
Mobile platform/version under test: Android 8.0
Real device or emulator/simulator: Real device
Appium CLI or Appium.app|exe: CLI