public class AppiumFieldDecorator extends Object implements org.openqa.selenium.support.pagefactory.FieldDecorator
WebElement, RemoteWebElement,
MobileElement, AndroidElement and IOSElement are allowed
to use with this decorator| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_IMPLICITLY_WAIT_TIMEOUT |
static TimeUnit |
DEFAULT_TIMEUNIT |
| Constructor and Description |
|---|
AppiumFieldDecorator(org.openqa.selenium.SearchContext context) |
AppiumFieldDecorator(org.openqa.selenium.SearchContext context,
long implicitlyWaitTimeOut,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
Object |
decorate(ClassLoader ignored,
Field field) |
void |
resetImplicitlyWaitTimeOut(long timeOut,
TimeUnit timeUnit) |
public static long DEFAULT_IMPLICITLY_WAIT_TIMEOUT
public static TimeUnit DEFAULT_TIMEUNIT
public AppiumFieldDecorator(org.openqa.selenium.SearchContext context,
long implicitlyWaitTimeOut,
TimeUnit timeUnit)
public AppiumFieldDecorator(org.openqa.selenium.SearchContext context)
public Object decorate(ClassLoader ignored, Field field)
decorate in interface org.openqa.selenium.support.pagefactory.FieldDecoratorpublic void resetImplicitlyWaitTimeOut(long timeOut,
TimeUnit timeUnit)
Copyright © 2014. All rights reserved.