Searched refs:WaitForUiNode (Results 1 – 2 of 2) sorted by relevance
183 node = self.app.WaitForUiNode(resource_id='actionbar_title')191 self.app.WaitForUiNode(resource_id='actionbar_title')
227 def WaitForUiNode(self, timeout=None, retries=None, **kwargs): member in AppUi