Module: TestaAppiumDriver
- Defined in:
- lib/testa_appium_driver/common/constants.rb,
lib/testa_appium_driver/driver.rb,
lib/testa_appium_driver/ios/driver.rb,
lib/testa_appium_driver/ios/locator.rb,
lib/testa_appium_driver/common/bounds.rb,
lib/testa_appium_driver/android/driver.rb,
lib/testa_appium_driver/common/helpers.rb,
lib/testa_appium_driver/common/locator.rb,
lib/testa_appium_driver/android/locator.rb,
lib/testa_appium_driver/ios/type_selectors.rb,
lib/testa_appium_driver/common/scroll_actions.rb,
lib/testa_appium_driver/ios/locator/attributes.rb,
lib/testa_appium_driver/android/class_selectors.rb,
lib/testa_appium_driver/android/locator/attributes.rb,
lib/testa_appium_driver/common/locator/scroll_actions.rb,
lib/testa_appium_driver/common/exceptions/strategy_mix_exception.rb,
lib/testa_appium_driver/common/scroll_actions/w3c_scroll_actions.rb,
lib/testa_appium_driver/common/scroll_actions/json_wire_scroll_actions.rb,
lib/testa_appium_driver/android/scroll_actions/uiautomator_scroll_actions.rb
Overview
noinspection ALL
Defined Under Namespace
Modules: Attributes, ClassSelectors, Helpers, JsonWireScrollActions, TypeSelectors, W3cScrollActions Classes: Bounds, Coordinates, Driver, Locator, Offset, ScrollActions, StrategyMixException
Constant Summary collapse
- FIND_STRATEGY_UIAUTOMATOR =
:uiautomator- FIND_STRATEGY_XPATH =
:xpath- FIND_STRATEGY_ID =
:id- FIND_STRATEGY_NAME =
:name- FIND_STRATEGY_IMAGE =
:image- FIND_STRATEGY_CLASS_CHAIN =
:class_chain- SCROLL_STRATEGY_UIAUTOMATOR =
:uiautomator- SCROLL_STRATEGY_W3C =
:w3c- SCROLL_CORRECTION_W3C =
30- SCROLL_ALIGNMENT_THRESHOLD =
25- SCROLL_ACTION_TYPE_SCROLL =
:scroll- SCROLL_ACTION_TYPE_FLING =
:fling- SCROLL_ACTION_TYPE_DRAG =
:drag- DEFAULT_UIAUTOMATOR_MAX_SWIPES =
20- DEFAULT_ANDROID_FIND_STRATEGY =
FIND_STRATEGY_UIAUTOMATOR- DEFAULT_ANDROID_SCROLL_STRATEGY =
DEFAULT_ANDROID_SCROLL_STRATEGY = SCROLL_STRATEGY_UIAUTOMATOR
SCROLL_STRATEGY_W3C- DEFAULT_IOS_FIND_STRATEGY =
FIND_STRATEGY_XPATH- DEFAULT_IOS_SCROLL_STRATEGY =
SCROLL_STRATEGY_W3C- DEFAULT_W3C_MAX_SCROLLS =
7- EXISTS_WAIT =
0.5
- LONG_TAP_DURATION =
1.5