Class JsonToWebElementConverter

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

public class JsonToWebElementConverter extends Object implements Function<Object,Object>
Reconstitutes WebElements from their JSON representation. Will recursively convert Lists and Maps to catch nested references. All other values pass through the converter unchanged.