com.applitools.eyes.StitchMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-selenium-java-jersey1x-sf2_48_2 Show documentation
Show all versions of eyes-selenium-java-jersey1x-sf2_48_2 Show documentation
Applitools Eyes SDK for Selenium Java WebDriver
The 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
}