Package org.openqa.selenium.remote
Class WebElementToJsonConverter
java.lang.Object
org.openqa.selenium.remote.WebElementToJsonConverter
public class WebElementToJsonConverter
extends Object
implements Function<@Nullable Object,@Nullable Object>
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: