Class WebElementToJsonConverter
- java.lang.Object
-
- org.openqa.selenium.remote.internal.WebElementToJsonConverter
-
- All Implemented Interfaces:
com.google.common.base.Function<java.lang.Object,java.lang.Object>
,java.util.function.Function<java.lang.Object,java.lang.Object>
public class WebElementToJsonConverter extends java.lang.Object implements com.google.common.base.Function<java.lang.Object,java.lang.Object>
ConvertsRemoteWebElement
objects, which may bewrapped
, into their JSON representation as defined by the WebDriver wire protocol. This class will recursively convert Lists and Maps to catch nested references.- See Also:
- WebDriver JSON Wire Protocol
-
-
Constructor Summary
Constructors Constructor Description WebElementToJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(java.lang.Object arg)
-