public abstract class JsonToMobileElementConverter
extends org.openqa.selenium.remote.internal.JsonToWebElementConverter
WebElements from their JSON representation. Will recursively convert Lists
and Maps to catch nested references. All other values pass through the converter unchanged.| Modifier and Type | Field and Description |
|---|---|
protected AppiumDriver |
driver |
| Constructor and Description |
|---|
JsonToMobileElementConverter(AppiumDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object result) |
protected abstract MobileElement |
newMobileElement() |
newRemoteWebElementprotected AppiumDriver driver
public JsonToMobileElementConverter(AppiumDriver driver)
protected abstract MobileElement newMobileElement()
Copyright © 2014. All rights reserved.