All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.assertthat.selenium_shutterbug.core.CaptureElement Maven / Gradle / Ivy

package com.assertthat.selenium_shutterbug.core;

public enum CaptureElement {
    FULL_SCROLL, //full element/frame screenshot using scroll & stitch method
    VIEWPORT, //capture visible part of the viewport only
    VERTICAL_SCROLL, //vertical scroll element/frame screenshot using scroll & stitch method
    HORIZONTAL_SCROLL //horizontal scroll element/frame screenshot using scroll & stitch method
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy