|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.ie.JavascriptResultCollection
public class JavascriptResultCollection
Constructor Summary | |
---|---|
JavascriptResultCollection(org.openqa.selenium.ie.ExportedWebDriverFunctions lib,
InternetExplorerDriver parent)
|
Method Summary | |
---|---|
java.lang.Object |
extractReturnValue(com.sun.jna.ptr.PointerByReference scriptResultRef)
Parses the results from executing a script into an object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavascriptResultCollection(org.openqa.selenium.ie.ExportedWebDriverFunctions lib, InternetExplorerDriver parent)
lib
- the library of webdriver functions.parent
- pointer to the driver.Method Detail |
---|
public java.lang.Object extractReturnValue(com.sun.jna.ptr.PointerByReference scriptResultRef)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |