Home | History | Annotate | Download | only in actions

Lines Matching refs:element_function

171   def WaitForElement(self, selector=None, text=None, element_function=None,
175 The element may be selected via selector, text, or element_function.
181 element_function: A JavaScript function (as string) that is used
187 selector=selector, text=text, element_function=element_function,
190 def TapElement(self, selector=None, text=None, element_function=None):
193 The element may be selected via selector, text, or element_function.
199 element_function: A JavaScript function (as string) that is used
204 selector=selector, text=text, element_function=element_function))
206 def ClickElement(self, selector=None, text=None, element_function=None):
209 The element may be selected via selector, text, or element_function.
215 element_function: A JavaScript function (as string) that is used
220 selector=selector, text=text, element_function=element_function))
247 def PinchElement(self, selector=None, text=None, element_function=None,
259 element_function: A JavaScript function (as string) that is used
274 selector=selector, text=text, element_function=element_function,
310 def ScrollElement(self, selector=None, text=None, element_function=None,
316 The element may be selected via selector, text, or element_function.
326 element_function: A JavaScript function (as string) that is used
345 selector=selector, text=text, element_function=element_function,
383 def ScrollBounceElement(self, selector=None, text=None, element_function=None,
398 element_function: A JavaScript function (as string) that is used
416 selector=selector, text=text, element_function=element_function,
443 def SwipeElement(self, selector=None, text=None, element_function=None,
449 The element may be selected via selector, text, or element_function.
455 element_function: A JavaScript function (as string) that is used
470 selector=selector, text=text, element_function=element_function,