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>voidsetCustomIgnoreRegions(List<IgnoreRegion> 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
-
getScrollableXpath
-
setScrollableXpath
-
getScrollableId
-
setScrollableId
-