Package org.openqa.selenium.htmlunit
Interface HtmlUnitDriver.JavaScriptResultsCollection
-
- Enclosing class:
- HtmlUnitDriver
protected static interface HtmlUnitDriver.JavaScriptResultsCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLength()
Object
item(int index)
-
-
-
Method Detail
-
getLength
int getLength()
-
item
Object item(int index)
-
-