Appium trouve un élément Android avec XPath en utilisant JavaScript

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