Uses of Class
net.thucydides.core.webdriver.MobilePlatform
| 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 |
-
Uses of MobilePlatform in net.serenitybdd.core.annotations.locators
Constructors in net.serenitybdd.core.annotations.locators with parameters of type MobilePlatform Constructor Description SmartAnnotations(java.lang.reflect.Field field, MobilePlatform platform)SmartAnnotations(java.lang.reflect.Field field, MobilePlatform platform, CustomFindByAnnotationProviderService customFindByAnnotationProviderService) -
Uses of MobilePlatform in net.thucydides.core.annotations.locators
Constructors in net.thucydides.core.annotations.locators with parameters of type MobilePlatform Constructor Description SmartAjaxElementLocator(org.openqa.selenium.SearchContext searchContext, java.lang.reflect.Field field, MobilePlatform platform)Main constructor.SmartElementLocator(org.openqa.selenium.SearchContext searchContext, java.lang.reflect.Field field, MobilePlatform mobilePlatform)SmartElementLocatorFactory(org.openqa.selenium.SearchContext searchContext, MobilePlatform platform) -
Uses of MobilePlatform in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return MobilePlatform Modifier and Type Method Description static MobilePlatformMobilePlatform. valueOf(java.lang.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. -
Uses of MobilePlatform in net.thucydides.core.webdriver.appium
Methods in net.thucydides.core.webdriver.appium that return MobilePlatform Modifier and Type Method Description MobilePlatformAppiumConfiguration. definedContext()MobilePlatformAppiumConfiguration. definedTargetPlatform()Return the Appium platform defined in the system properties, or NONE if no platform is defined.MobilePlatformAppiumConfiguration. getTargetPlatform()Return the Appium platform defined in the system properties or the context.MobilePlatformAppiumConfiguration. getTargetPlatform(org.openqa.selenium.WebDriver driver)Define the platform based on theDesiredCapabilitiesof theWebDriverfirst.