Appium Find Android Element by ID usando JavaScript

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