Searched refs:ClickElement (Results 1 – 3 of 3) sorted by relevance
44 self.action_runner.ClickElement(text='Click/tap me')63 self.action_runner.ClickElement('#id-0')67 self.action_runner.ClickElement(text='Click/tap me')
126 action_runner.ClickElement('#clickme')271 action_runner.ClickElement('#test')275 action_runner.ClickElement(text='Click/tap me')279 action_runner.ClickElement(284 action_runner.ClickElement('#notfound')
298 def ClickElement(self, selector=None, text=None, element_function=None): member in ActionRunner