Class ScreenshotOptions

java.lang.Object
io.percy.appium.lib.ScreenshotOptions

public class ScreenshotOptions extends Object
  • Constructor Details

    • ScreenshotOptions

      public ScreenshotOptions()
  • Method Details

    • getDeviceName

      public String getDeviceName()
    • getStatusBarHeight

      public Integer getStatusBarHeight()
    • getNavBarHeight

      public Integer getNavBarHeight()
    • getOrientation

      public String getOrientation()
    • getFullPage

      public Boolean getFullPage()
    • getFullScreen

      public Boolean getFullScreen()
    • getScreenLengths

      public Integer getScreenLengths()
    • setDeviceName

      public void setDeviceName(String deviceNameParam)
    • setStatusBarHeight

      public void setStatusBarHeight(Integer statusBarHeightParam)
    • setNavBarHeight

      public void setNavBarHeight(Integer navBarHeightParam)
    • setOrientation

      public void setOrientation(String orientationParam)
    • setFullPage

      public void setFullPage(Boolean fullPageParam)
    • setFullScreen

      public void setFullScreen(Boolean fullScreenParam)
    • setScreenLengths

      public void setScreenLengths(Integer screenLengthsParam)
    • getIgnoreRegionXpaths

      public List<String> getIgnoreRegionXpaths()
    • setIgnoreRegionXpaths

      public void setIgnoreRegionXpaths(List<String> ignoreRegionXpaths)
    • getIgnoreRegionAccessibilityIds

      public List<String> getIgnoreRegionAccessibilityIds()
    • setIgnoreRegionAccessibilityIds

      public void setIgnoreRegionAccessibilityIds(List<String> ignoreRegionAccessibilityIds)
    • getIgnoreRegionAppiumElements

      public List<io.appium.java_client.MobileElement> getIgnoreRegionAppiumElements()
    • setIgnoreRegionAppiumElements

      public void setIgnoreRegionAppiumElements(List<io.appium.java_client.MobileElement> ignoreRegionAppiumElements)
    • getCustomIgnoreRegions

      public List<IgnoreRegion> getCustomIgnoreRegions()
    • setCustomIgnoreRegions

      public void setCustomIgnoreRegions(List<IgnoreRegion> customIgnoreRegions)
    • getScrollableXpath

      public String getScrollableXpath()
    • setScrollableXpath

      public void setScrollableXpath(String scrollableXpath)
    • getScrollableId

      public String getScrollableId()
    • setScrollableId

      public void setScrollableId(String scrollableId)