Uses of Class
org.zkoss.test.webdriver.ztl.Widget
-
Packages that use Widget Package Description org.zkoss.test.webdriver org.zkoss.test.webdriver.ztl -
-
Uses of Widget in org.zkoss.test.webdriver
Methods in org.zkoss.test.webdriver that return Widget Modifier and Type Method Description protected WidgetBaseTestCase. selectComboitem(Widget combobox, int index)Selects an comboitem from the given combobox.protected WidgetBaseTestCase. widget(java.lang.String uuid)Returns the Widget object of the UUID.protected WidgetBaseTestCase. widget(Element element)Returns the Widget object of the given element.protected WidgetBaseTestCase. widget(JQuery jQuery)Returns the Widget object from the JQuery object.Methods in org.zkoss.test.webdriver with parameters of type Widget Modifier and Type Method Description protected WidgetBaseTestCase. selectComboitem(Widget combobox, int index)Selects an comboitem from the given combobox. -
Uses of Widget in org.zkoss.test.webdriver.ztl
Methods in org.zkoss.test.webdriver.ztl that return Widget Modifier and Type Method Description WidgetWidget. $f(java.lang.String id)Returns the fellow of the widget from the given id.WidgetWidget. $o()Returns the id-space-owner of the widget.WidgetWidget. firstChild()Returns the first child of the widget.WidgetWidget. getChild(java.lang.String name)Returns the child of the widget from the given name.WidgetWidget. lastChild()Returns the last child of the widget.WidgetWidget. nextSibling()Returns the next sibling of the widget.WidgetWidget. previousSibling()Returns the previous sibling of the widget.WidgetJQuery. toWidget()translate to widget.
-