Class JsonToWebElementConverter

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

public class JsonToWebElementConverter extends Object implements com.google.common.base.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.