Uses of Class
io.percy.appium.lib.ScreenshotOptions
Packages that use ScreenshotOptions
-
Uses of ScreenshotOptions in io.percy.appium
Methods in io.percy.appium with parameters of type ScreenshotOptionsModifier and TypeMethodDescriptionvoidAppPercy.screenshot(String name, ScreenshotOptions options) Take a screenshot and upload it to Percy.voidAppPercy.screenshot(String name, Boolean fullScreen, ScreenshotOptions options) Take a screenshot and upload it to Percy. -
Uses of ScreenshotOptions in io.percy.appium.providers
Methods in io.percy.appium.providers with parameters of type ScreenshotOptionsModifier and TypeMethodDescriptionAppAutomate.captureTiles(ScreenshotOptions options) GenericProvider.captureTiles(ScreenshotOptions options) AppAutomate.executePercyScreenshot(ScreenshotOptions options, Integer scaleFactor, Integer deviceHeight) org.json.JSONObjectGenericProvider.findIgnoredRegions(ScreenshotOptions options) AppAutomate.screenshot(String name, ScreenshotOptions options) GenericProvider.screenshot(String name, ScreenshotOptions options) GenericProvider.screenshot(String name, ScreenshotOptions options, String platformVersion, String deviceName)