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

com.applitools.eyes.StitchMode Maven / Gradle / Ivy

There is a newer version: 2.57
Show newest version
package com.applitools.eyes;

/**
 * Represents the types of available stitch modes.
 */
public enum StitchMode {
    /**
     * Standard JS scrolling.
     */
    SCROLL,

    /**
     * CSS translation based stitching.
     */
    CSS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy