Searched refs:TaplUiObject (Results 1 – 2 of 2) sorted by relevance
31 fun waitForObject(selector: BySelector, objectName: String): TaplUiObject { in waitForObject()33 return TaplUiObject(uiObject, objectName) in waitForObject()
32 class TaplUiObject constructor(val uiObject: UiObject2, private val name: String) { class74 fun waitForChildObject(childResourceId: String, childObjectName: String): TaplUiObject { in waitForChildObject()77 return TaplUiObject(childObject, childObjectName) in waitForChildObject()