Class WebElementToJsonConverter

java.lang.Object
org.openqa.selenium.remote.WebElementToJsonConverter
All Implemented Interfaces:
Function<Object,Object>
Direct Known Subclasses:
WebElementToJsonConverter

public class WebElementToJsonConverter extends Object implements Function<Object,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:
  • Constructor Details

    • WebElementToJsonConverter

      public WebElementToJsonConverter()
  • Method Details