|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.remote.internal.JsonToWebElementConverter
public class JsonToWebElementConverter
Reconstitutes WebElement
s from their JSON representation. Will
recursively convert Lists and Maps to catch nested references. All other
values pass through the converter unchanged.
Constructor Summary | |
---|---|
JsonToWebElementConverter(RemoteWebDriver driver)
|
Method Summary | |
---|---|
java.lang.Object |
apply(java.lang.Object result)
|
protected RemoteWebElement |
newRemoteWebElement()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
---|
equals |
Constructor Detail |
---|
public JsonToWebElementConverter(RemoteWebDriver driver)
Method Detail |
---|
public java.lang.Object apply(java.lang.Object result)
apply
in interface com.google.common.base.Function<java.lang.Object,java.lang.Object>
protected RemoteWebElement newRemoteWebElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |