Class WebElementToJsonConverter

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

@Deprecated public class WebElementToJsonConverter extends WebElementToJsonConverter
Deprecated.
This class has moved to a new location.
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.
  • Constructor Details

    • WebElementToJsonConverter

      public WebElementToJsonConverter()
      Deprecated.