Searched refs:TapElement (Results 1 – 5 of 5) sorted by relevance
193 action_runner.TapElement('#test')197 action_runner.TapElement(text='Click/tap me')201 action_runner.TapElement(206 action_runner.TapElement('#notfound')
28 action_runner.TapElement('#animating-button')31 action_runner.TapElement('#jank-button')34 action_runner.TapElement('#slow-button')
26 action_runner.TapElement(text='Next')
242 runner.TapElement(selector='#start_session_button')
207 def TapElement(self, selector=None, text=None, element_function=None): member in ActionRunner