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

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

Go to download

Utility library to create customized screenshots using Selenium WebDriver and Java AWT

There is a newer version: 1.6
Show newest version
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