Uses of Enum
net.thucydides.core.webdriver.MobilePlatform
Packages that use MobilePlatform
Package
Description
Manage WebDriver instances, and knowing what WebDriver types are supported.
-
Uses of MobilePlatform in net.serenitybdd.core.annotations.locators
Constructors in net.serenitybdd.core.annotations.locators with parameters of type MobilePlatformModifierConstructorDescriptionSmartAnnotations(Field field, MobilePlatform platform) SmartAnnotations(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 MobilePlatformModifierConstructorDescriptionSmartAjaxElementLocator(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) -
Uses of MobilePlatform in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return MobilePlatformModifier and TypeMethodDescriptionstatic MobilePlatformReturns 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 MobilePlatformModifier and TypeMethodDescriptionAppiumConfiguration.definedContext()AppiumConfiguration.definedTargetPlatform()Return the Appium platform defined in the system properties, or NONE if no platform is defined.AppiumConfiguration.getTargetPlatform()Return the Appium platform defined in the system properties or the context.AppiumConfiguration.getTargetPlatform(org.openqa.selenium.WebDriver driver) Define the platform based on theDesiredCapabilitiesof theWebDriverfirst.