Appium trouve un élément Android par ID en utilisant JavaScript

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