- innerHTML(String) - Method in class com.jauntium.Element
-
Replaces the contents of this element (ie the descendant nodes) with the specified HTML.
- innerHTML() - Method in class com.jauntium.Element
-
Returns a String representation of this element's children/descendant nodes as HTML.
- innerHTML(int) - Method in class com.jauntium.Element
-
- innerHTML() - Method in class com.jauntium.Elements
-
Returns a String representation of the container and its child elements as HTML, where the container itself is represented as an element who's tagName is #elements.
- innerHTML(int) - Method in class com.jauntium.Elements
-
- isDisplayed() - Method in class com.jauntium.Element
-
- isEnabled() - Method in class com.jauntium.Element
-
- isSelected() - Method in class com.jauntium.Element
-
- iterator() - Method in class com.jauntium.Element
-
Returns an iterator over the child elements.
- iterator() - Method in class com.jauntium.Elements
-
Returns an iterator over the child Elements.