Index
All Classes|All Packages
A
- ANDROID - com.magenic.jmaqs.appium.constants.PlatformType
-
Android application.
- AppiumConfig - Class in com.magenic.jmaqs.appium
-
Class AppiumConfig.
- AppiumConfigException - Exception in com.magenic.jmaqs.appium.exceptions
- AppiumConfigException(Exception) - Constructor for exception com.magenic.jmaqs.appium.exceptions.AppiumConfigException
- AppiumDriverFactory - Class in com.magenic.jmaqs.appium
-
The type Appium driver factory.
- AppiumTestObject - Class in com.magenic.jmaqs.appium
-
Class AppiumTestObject.
- AppiumTestObject(AppiumDriver<WebElement>, Logger, String) - Constructor for class com.magenic.jmaqs.appium.AppiumTestObject
-
Instantiates a new Appium test object.
- AppiumTestObject(Supplier<AppiumDriver<WebElement>>, Logger, String) - Constructor for class com.magenic.jmaqs.appium.AppiumTestObject
-
Instantiates a new Appium test object.
- AppiumUtilities - Class in com.magenic.jmaqs.appium
-
Appium Utilities class.
B
- BaseAppiumTest - Class in com.magenic.jmaqs.appium
-
Base Appium Test Class.
- BaseAppiumTest() - Constructor for class com.magenic.jmaqs.appium.BaseAppiumTest
-
Initialize a new instance of the BaseAppiumTest class.
- beforeLoggingTeardown(ITestResult) - Method in class com.magenic.jmaqs.appium.BaseAppiumTest
-
Steps to do before logging teardown results.
C
- captureScreenshot(AppiumDriver<WebElement>, AppiumTestObject) - Static method in class com.magenic.jmaqs.appium.AppiumUtilities
-
To capture a screenshot during execution.
- captureScreenshot(AppiumDriver<WebElement>, AppiumTestObject, String) - Static method in class com.magenic.jmaqs.appium.AppiumUtilities
-
To capture a screenshot during execution.
- captureScreenshot(AppiumDriver<WebElement>, AppiumTestObject, String, String) - Static method in class com.magenic.jmaqs.appium.AppiumUtilities
-
To capture a screenshot during execution.
- close() - Method in class com.magenic.jmaqs.appium.MobileDriverManager
-
Cleanup the Appium Driver.
- com.magenic.jmaqs.appium - package com.magenic.jmaqs.appium
- com.magenic.jmaqs.appium.constants - package com.magenic.jmaqs.appium.constants
- com.magenic.jmaqs.appium.exceptions - package com.magenic.jmaqs.appium.exceptions
- createDriver(Supplier<AppiumDriver<WebElement>>) - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Create driver appium driver.
- createNewTestObject() - Method in class com.magenic.jmaqs.appium.BaseAppiumTest
G
- getAndroidDriver(URL, DesiredCapabilities, Duration) - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Gets android driver.
- getAppiumDriver() - Method in class com.magenic.jmaqs.appium.AppiumTestObject
-
Gets the appium driver.
- getAppiumDriver() - Method in class com.magenic.jmaqs.appium.BaseAppiumTest
-
Gets the appium driver.
- getAppiumManager() - Method in class com.magenic.jmaqs.appium.AppiumTestObject
-
Gets appium manager.
- getCapabilitiesAsObjects() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets capabilities as objects.
- getCapabilitiesAsStrings() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets capabilities as strings.
- getCommandTimeout() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets command timeout.
- getDefaultMobileDriver() - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Gets default mobile driver.
- getDefaultMobileDriver(PlatformType) - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Gets default mobile driver.
- getDefaultMobileOptions() - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Gets default mobile options.
- getDefaultMobileOptions(Map<String, Object>) - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Gets default mobile options.
- getDeviceName() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets the device name.
- getDeviceType() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets device type.
- getDeviceType(String) - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets device type.
- getIosDriver(URL, DesiredCapabilities, Duration) - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Gets ios driver.
- getMobileDriver() - Method in class com.magenic.jmaqs.appium.BaseAppiumTest
-
Gets new mobile driver.
- getMobileDriver() - Method in class com.magenic.jmaqs.appium.MobileDriverManager
-
Get the Appium driver.
- getMobileHubUrl() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets the mobile hub url.
- getMobileHubUrlString() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets the mobile hub url string.
- getMobileTimeout() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets mobile timeout.
- getPlatformName() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets the mobile device OS.
- getPlatformVersion() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets the OS version.
- getSavePageSourceOnFail() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets save page source on fail.
- getSoftAssertScreenShot() - Static method in class com.magenic.jmaqs.appium.AppiumConfig
-
Gets soft assert screen shot.
- getWindowsDriver(URL, DesiredCapabilities, Duration) - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Gets windows driver.
I
- IOS - com.magenic.jmaqs.appium.constants.PlatformType
-
iOS application.
K
- killDriver(AppiumDriver<WebElement>) - Static method in class com.magenic.jmaqs.appium.AppiumUtilities
-
Make sure the driver is shut down.
M
- mergeCapabilities(DesiredCapabilities, Map<String, Object>) - Static method in class com.magenic.jmaqs.appium.AppiumDriverFactory
-
Merge capabilities desired capabilities.
- MobileDriverManager - Class in com.magenic.jmaqs.appium
-
Mobile Driver Manager Class.
- MobileDriverManager(AppiumDriver<WebElement>, BaseTestObject) - Constructor for class com.magenic.jmaqs.appium.MobileDriverManager
-
Instantiates a new Appium Driver Manager.
- MobileDriverManager(Supplier<AppiumDriver<WebElement>>, BaseTestObject) - Constructor for class com.magenic.jmaqs.appium.MobileDriverManager
-
Instantiates a new Mobile Driver Manager.
P
- PlatformType - Enum in com.magenic.jmaqs.appium.constants
-
The enum Platform type.
S
- savePageSource(AppiumDriver<WebElement>, AppiumTestObject) - Static method in class com.magenic.jmaqs.appium.AppiumUtilities
-
To capture a page source during execution.
- savePageSource(AppiumDriver<WebElement>, AppiumTestObject, String) - Static method in class com.magenic.jmaqs.appium.AppiumUtilities
-
To capture a page source during execution.
- savePageSource(AppiumDriver<WebElement>, AppiumTestObject, String, String) - Static method in class com.magenic.jmaqs.appium.AppiumUtilities
-
To capture Page Source during execution.
- setAppiumDriver(AppiumDriver<WebElement>) - Method in class com.magenic.jmaqs.appium.AppiumTestObject
-
Sets appium driver.
- setAppiumDriver(AppiumDriver<WebElement>) - Method in class com.magenic.jmaqs.appium.BaseAppiumTest
-
Sets appium driver.
- setAppiumDriver(Supplier<AppiumDriver<WebElement>>) - Method in class com.magenic.jmaqs.appium.AppiumTestObject
-
Sets appium driver.
V
- valueOf(String) - Static method in enum com.magenic.jmaqs.appium.constants.PlatformType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.magenic.jmaqs.appium.constants.PlatformType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WINDOWS - com.magenic.jmaqs.appium.constants.PlatformType
-
Windows application.
All Classes|All Packages