Package org.openqa.selenium.remote
Class WebElementToJsonConverter
java.lang.Object
org.openqa.selenium.remote.WebElementToJsonConverter
- Direct Known Subclasses:
WebElementToJsonConverter
Converts
RemoteWebElement
objects, which may be wrapped
, 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: