public class JsonToWebElementConverter extends Object implements com.google.common.base.Function<Object,Object>
WebElements from their JSON representation. Will recursively convert Lists
and Maps to catch nested references. All other values pass through the converter unchanged.public JsonToWebElementConverter(RemoteWebDriver driver)