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

let myElement = await driver.elementById("Enter your Id");
Fancy Flatworm