| Package | Description |
|---|---|
| net.serenitybdd.core.annotations.locators | |
| net.thucydides.core.annotations.locators | |
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| net.thucydides.core.webdriver.appium |
| Constructor and Description |
|---|
SmartAnnotations(Field field,
MobilePlatform platform) |
SmartAnnotations(Field field,
MobilePlatform platform,
CustomFindByAnnotationProviderService customFindByAnnotationProviderService) |
| Constructor and Description |
|---|
SmartAjaxElementLocator(org.openqa.selenium.SearchContext searchContext,
Field field,
MobilePlatform platform)
Main constructor.
|
SmartElementLocator(org.openqa.selenium.SearchContext searchContext,
Field field,
MobilePlatform mobilePlatform) |
SmartElementLocatorFactory(org.openqa.selenium.SearchContext searchContext,
MobilePlatform platform) |
| Modifier and Type | Method and Description |
|---|---|
static MobilePlatform |
MobilePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobilePlatform[] |
MobilePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MobilePlatform |
AppiumConfiguration.definedContext() |
MobilePlatform |
AppiumConfiguration.definedTargetPlatform()
Return the Appium platform defined in the system properties, or NONE if no platform is defined.
|
MobilePlatform |
AppiumConfiguration.getTargetPlatform()
Return the Appium platform defined in the system properties or the context.
|
MobilePlatform |
AppiumConfiguration.getTargetPlatform(org.openqa.selenium.WebDriver driver)
Define the platform based on the
DesiredCapabilities of the WebDriver first. |
Copyright © 2023. All rights reserved.