Lines Matching refs:selector

188   def WaitForElement(self, selector=None, text=None, element_function=None,  argument
204 selector=selector, text=text, element_function=element_function,
207 def TapElement(self, selector=None, text=None, element_function=None): argument
221 selector=selector, text=text, element_function=element_function))
223 def ClickElement(self, selector=None, text=None, element_function=None): argument
237 selector=selector, text=text, element_function=element_function))
241 selector=None, text=None, element_function=None): argument
267 use_touch=use_touch, selector=selector, text=text,
295 def PinchElement(self, selector=None, text=None, element_function=None, argument
322 selector=selector, text=text, element_function=element_function,
387 def ScrollElement(self, selector=None, text=None, element_function=None, argument
426 selector=selector, text=text, element_function=element_function,
465 self, selector=None, text=None, element_function=None, argument
498 selector=selector, text=text, element_function=element_function,
504 def MouseClick(self, selector=None): argument
510 self._RunAction(MouseClickAction(selector=selector))
533 def SwipeElement(self, selector=None, text=None, element_function=None, argument
560 selector=selector, text=text, element_function=element_function,
565 def LoadMedia(self, selector=None, event_timeout_in_seconds=0, argument
583 selector=selector, timeout_in_seconds=event_timeout_in_seconds,
586 def PlayMedia(self, selector=None, argument
607 selector=selector,
611 def SeekMedia(self, seconds, selector=None, timeout_in_seconds=0, argument
632 seconds=seconds, selector=selector,
636 def LoopMedia(self, loop_count, selector=None, timeout_in_seconds=None): argument
653 loop_count=loop_count, selector=selector,