Appium Znajdź element Android za pomocą XPath za pomocą JavaScript

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