public class AndroidFullPageCaptureAlgorithm extends AppiumFullPageCaptureAlgorithm
cacheScrollableSize, contentInset, coordinatesAreScaled, currentPosition, debugScreenshotsProvider, DEFAULT_STITCHING_ADJUSTMENT, imageProvider, logger, positionProvider, regionInScreenshot, scrollProvider, scrollRootElement, scrollRootElementSelector, statusBarHeight, stitchingAdjustment, testId, waitBeforeScreenshots| Constructor and Description |
|---|
AndroidFullPageCaptureAlgorithm(com.applitools.eyes.Logger logger,
String testId,
AppiumScrollPositionProvider scrollProvider,
com.applitools.eyes.capture.ImageProvider imageProvider,
com.applitools.eyes.debug.DebugScreenshotsProvider debugScreenshotsProvider,
com.applitools.eyes.ScaleProviderFactory scaleProviderFactory,
com.applitools.eyes.CutProvider cutProvider,
com.applitools.eyes.capture.EyesScreenshotFactory screenshotFactory,
int waitBeforeScreenshots,
Integer stitchingAdjustment,
org.openqa.selenium.WebElement scrollRootElement,
com.applitools.eyes.config.ContentInset contentInset,
boolean cacheScrollableSize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
captureAndStitchTailParts(com.applitools.eyes.RectangleSize entireSize,
com.applitools.eyes.RectangleSize initialPartSize) |
protected void |
moveToTopLeft() |
protected void |
moveToTopLeft(int startX,
int startY,
int endX,
int endY)
Scrolls root scrollable view to the content beginning.
|
captureAndStitchCurrentPart, cleanupStitch, cropPartToRegion, downscaleSafe, downscaleSafe, getStitchedRegion, scaleSafe, scaleSafe, scaleSafe, scaleSafe, setRegionInScreenshot, stitchPartIntoContainerpublic AndroidFullPageCaptureAlgorithm(com.applitools.eyes.Logger logger,
String testId,
AppiumScrollPositionProvider scrollProvider,
com.applitools.eyes.capture.ImageProvider imageProvider,
com.applitools.eyes.debug.DebugScreenshotsProvider debugScreenshotsProvider,
com.applitools.eyes.ScaleProviderFactory scaleProviderFactory,
com.applitools.eyes.CutProvider cutProvider,
com.applitools.eyes.capture.EyesScreenshotFactory screenshotFactory,
int waitBeforeScreenshots,
Integer stitchingAdjustment,
org.openqa.selenium.WebElement scrollRootElement,
com.applitools.eyes.config.ContentInset contentInset,
boolean cacheScrollableSize)
protected void captureAndStitchTailParts(com.applitools.eyes.RectangleSize entireSize,
com.applitools.eyes.RectangleSize initialPartSize)
captureAndStitchTailParts in class AppiumFullPageCaptureAlgorithmprotected void moveToTopLeft()
moveToTopLeft in class AppiumFullPageCaptureAlgorithmprotected void moveToTopLeft(int startX,
int startY,
int endX,
int endY)
AppiumFullPageCaptureAlgorithmmoveToTopLeft in class AppiumFullPageCaptureAlgorithmstartX - Start X coordinate of scroll action.startY - Start Y coordinate of scroll action.endX - End X coordinate of scroll action.endY - End Y coordinate of scroll action.Copyright © 2022. All rights reserved.