Package org.openqa.selenium.remote
Class JsonToWebElementConverter
java.lang.Object
org.openqa.selenium.remote.JsonToWebElementConverter
public class JsonToWebElementConverter
extends Object
implements com.google.common.base.Function<Object,Object>
Reconstitutes
WebElement
s from their JSON representation. Will recursively convert Lists
and Maps to catch nested references. All other values pass through the converter unchanged.