@Matt882 some updates:
- resourceId -> resourceIdMatches
new UiSelector().resourceIdMatches(\".*:id/people_form_recyclerview\")
- instead of “First Name” use variable
function WebElement getElementByText(String text)
return driver.findElement(MobileBy.AndroidUIAutomator(
"new UiScrollable(new UiSelector().resourceIdMatches(\".*:id/people_form_recyclerview\")).getChildByText("
+ "new UiSelector().resourceIdMatches(\".*:id/formElementValue\"), \"" + text + "\")"));