Searched refs:ClickElement (Results 1 – 2 of 2) sorted by relevance
71 action_runner.ClickElement('#clickme')169 action_runner.ClickElement('#test')173 action_runner.ClickElement(text='Click/tap me')177 action_runner.ClickElement(182 action_runner.ClickElement('#notfound')
223 def ClickElement(self, selector=None, text=None, element_function=None): member in ActionRunner