Hi,
In appium we can search child element after we found its parent element.
It looks like this in appium:
driver.findElement(By.id(“text-email”)).findElement(By.className(“android.widget.EditText”))
Is this also achievable using testobject in katalon? I know that we can use xpath, but it is not preferable due its performance costs