Package io.percy.appium.lib
Class ScreenshotOptions
java.lang.Object
io.percy.appium.lib.ScreenshotOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<io.appium.java_client.MobileElement>List<io.appium.java_client.MobileElement>voidsetConsiderRegionAccessibilityIds(List<String> considerRegionAccessibilityIds) voidsetConsiderRegionAppiumElements(List<io.appium.java_client.MobileElement> considerRegionAppiumElements) voidsetConsiderRegionXpaths(List<String> considerRegionXpaths) voidsetCustomConsiderRegions(List<Region> customConsiderRegions) voidsetCustomIgnoreRegions(List<Region> customIgnoreRegions) voidsetDeviceName(String deviceNameParam) voidsetFullPage(Boolean fullPageParam) voidsetFullScreen(Boolean fullScreenParam) voidsetIgnoreRegionAccessibilityIds(List<String> ignoreRegionAccessibilityIds) voidsetIgnoreRegionAppiumElements(List<io.appium.java_client.MobileElement> ignoreRegionAppiumElements) voidsetIgnoreRegionXpaths(List<String> ignoreRegionXpaths) voidsetNavBarHeight(Integer navBarHeightParam) voidsetOrientation(String orientationParam) voidsetScreenLengths(Integer screenLengthsParam) voidsetScrollableId(String scrollableId) voidsetScrollableXpath(String scrollableXpath) voidsetStatusBarHeight(Integer statusBarHeightParam)
-
Constructor Details
-
ScreenshotOptions
public ScreenshotOptions()
-
-
Method Details
-
getDeviceName
-
getStatusBarHeight
-
getOrientation
-
getFullPage
-
getFullScreen
-
getScreenLengths
-
setDeviceName
-
setStatusBarHeight
-
setOrientation
-
setFullPage
-
setFullScreen
-
setScreenLengths
-
getIgnoreRegionXpaths
-
setIgnoreRegionXpaths
-
getIgnoreRegionAccessibilityIds
-
setIgnoreRegionAccessibilityIds
-
getIgnoreRegionAppiumElements
-
setIgnoreRegionAppiumElements
public void setIgnoreRegionAppiumElements(List<io.appium.java_client.MobileElement> ignoreRegionAppiumElements) -
getCustomIgnoreRegions
-
setCustomIgnoreRegions
-
getConsiderRegionXpaths
-
setConsiderRegionXpaths
-
getConsiderRegionAccessibilityIds
-
setConsiderRegionAccessibilityIds
-
getConsiderRegionAppiumElements
-
setConsiderRegionAppiumElements
public void setConsiderRegionAppiumElements(List<io.appium.java_client.MobileElement> considerRegionAppiumElements) -
getCustomConsiderRegions
-
setCustomConsiderRegions
-
getScrollableXpath
-
setScrollableXpath
-
getScrollableId
-
setScrollableId
-