Find Element By Id

Hi , is there a way to find element by id instead of Xpath ? I tried to use Mobile.tap((TestObject)driver.findElementsByAccessibilityId("input_email"), 0) but it didn’t work

I hope Katalon will support find element by ID in the object repository instead of converting all the attributes to Xpath(which is the slowest locator)

1 Like