Class and Description |
---|
io.appium.java_client.pagefactory.TimeOutDuration
this class is going to be removed in favour of
Duration
usage. |
Enum and Description |
---|
io.appium.java_client.android.Connection
Use
ConnectionState instead |
Field and Description |
---|
io.appium.java_client.pagefactory.AppiumFieldDecorator.DEFAULT_TIMEOUT |
io.appium.java_client.pagefactory.AppiumFieldDecorator.DEFAULT_TIMEUNIT |
Constructor and Description |
---|
io.appium.java_client.pagefactory.AppiumElementLocatorFactory(SearchContext, TimeOutDuration, AppiumByBuilder)
This constructor is going to be
removed. Use
AppiumElementLocatorFactory.AppiumElementLocatorFactory(SearchContext, Duration, AppiumByBuilder) instead. |
io.appium.java_client.pagefactory.AppiumFieldDecorator(SearchContext, long, TimeUnit) |
io.appium.java_client.pagefactory.AppiumFieldDecorator(SearchContext, TimeOutDuration)
This constructor is going to be removed. Use
AppiumFieldDecorator.AppiumFieldDecorator(SearchContext, Duration)
instead. |
Annotation Type Element and Description |
---|
io.appium.java_client.pagefactory.WithTimeout.unit
use
WithTimeout.chronoUnit() instead. This property is going to be removed. |