Appium Find Android Element con XPath usando JavaScript

let myElement = await driver.elementByXpath("Enter your Xpath");
Fancy Flatworm