Package | Description |
---|---|
com.paypal.selion.platform.grid |
A collection of classes that support local and remote test executions, concurrent session management and custom annotation to drive UI tests.
|
com.paypal.selion.platform.mobile.ios |
Contains the interfaces and classes for iOS page objects.
|
Modifier and Type | Method and Description |
---|---|
void |
SelionRemoteIOSDriver.tapWithOptions(org.openqa.selenium.WebElement webElement,
EnumMap<GestureOptions,String> gestureOptions) |
void |
SeLionAppiumIOSDriver.tapWithOptions(org.openqa.selenium.WebElement webElement,
EnumMap<GestureOptions,String> gestureOptions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GestureOptions |
GestureOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GestureOptions[] |
GestureOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GestureOptions.TapOptions.setOption(GestureOptions option,
int value)
Sets a valid option for this
GestureOptions.TapOptions object. |
Modifier and Type | Method and Description |
---|---|
void |
UIAutomationElement.tapWithOptions(EnumMap<GestureOptions,String> gestureOptions,
Object... expected)
Performs the specified gesture on the specified element using a
EnumMap to specify gesture attributes. |
void |
UIAElement.tapWithOptions(EnumMap<GestureOptions,String> gestureOptions,
Object... expected) |
void |
SeLionIOSBridgeDriver.tapWithOptions(org.openqa.selenium.WebElement webElement,
EnumMap<GestureOptions,String> gestureOptions)
Performs the specified gesture on the specified
WebElement using a EnumMap to specify gesture
attributes. |
Copyright © 2016 PayPal Open Source. All rights reserved.