Uses of Class
com.magenic.jmaqs.appium.AppiumTestObject

Packages that use AppiumTestObject
Package Description
com.magenic.jmaqs.appium  
  • Uses of AppiumTestObject in com.magenic.jmaqs.appium

    Methods in com.magenic.jmaqs.appium with parameters of type AppiumTestObject
    Modifier and Type Method Description
    static boolean AppiumUtilities.captureScreenshot​(io.appium.java_client.AppiumDriver<org.openqa.selenium.WebElement> appiumDriver, AppiumTestObject testObject)
    To capture a screenshot during execution.
    static boolean AppiumUtilities.captureScreenshot​(io.appium.java_client.AppiumDriver<org.openqa.selenium.WebElement> appiumDriver, AppiumTestObject testObject, java.lang.String appendName)
    To capture a screenshot during execution.
    static java.lang.String AppiumUtilities.captureScreenshot​(io.appium.java_client.AppiumDriver<org.openqa.selenium.WebElement> appiumDriver, AppiumTestObject testObject, java.lang.String directory, java.lang.String fileNameWithoutExtension)
    To capture a screenshot during execution.
    static boolean AppiumUtilities.savePageSource​(io.appium.java_client.AppiumDriver<org.openqa.selenium.WebElement> appiumDriver, AppiumTestObject testObject)
    To capture a page source during execution.
    static boolean AppiumUtilities.savePageSource​(io.appium.java_client.AppiumDriver<org.openqa.selenium.WebElement> appiumDriver, AppiumTestObject testObject, java.lang.String appendName)
    To capture a page source during execution.
    static java.lang.String AppiumUtilities.savePageSource​(io.appium.java_client.AppiumDriver<org.openqa.selenium.WebElement> appiumDriver, AppiumTestObject testObject, java.lang.String directory, java.lang.String fileNameWithoutExtension)
    To capture Page Source during execution.