Uses of Class
io.percy.appium.lib.Region
Packages that use Region
-
Uses of Region in io.percy.appium.lib
Subclasses of Region in io.percy.appium.libMethods in io.percy.appium.lib that return types with arguments of type RegionModifier and TypeMethodDescriptionScreenshotOptions.getCustomConsiderRegions()ScreenshotOptions.getCustomIgnoreRegions()Method parameters in io.percy.appium.lib with type arguments of type RegionModifier and TypeMethodDescriptionvoidScreenshotOptions.setCustomConsiderRegions(List<Region> customConsiderRegions) voidScreenshotOptions.setCustomIgnoreRegions(List<Region> customIgnoreRegions) -
Uses of Region in io.percy.appium.providers
Method parameters in io.percy.appium.providers with type arguments of type RegionModifier and TypeMethodDescriptionvoidGenericProvider.getRegionsByLocation(org.json.JSONArray elementsArray, List<Region> customLocations)