Uses of Class
com.applitools.eyes.selenium.StitchMode
-
Packages that use StitchMode Package Description com.applitools.eyes.config com.applitools.eyes.fluent com.applitools.eyes.selenium -
-
Uses of StitchMode in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return StitchMode Modifier and Type Method Description StitchModeConfiguration. getStitchMode()Methods in com.applitools.eyes.config with parameters of type StitchMode Modifier and Type Method Description ConfigurationConfiguration. setStitchMode(StitchMode stitchMode) -
Uses of StitchMode in com.applitools.eyes.fluent
Methods in com.applitools.eyes.fluent that return StitchMode Modifier and Type Method Description StitchModeCheckSettings. getStitchMode()Methods in com.applitools.eyes.fluent with parameters of type StitchMode Modifier and Type Method Description ICheckSettingsCheckSettings. stitchMode(StitchMode stitchMode) -
Uses of StitchMode in com.applitools.eyes.selenium
Methods in com.applitools.eyes.selenium that return StitchMode Modifier and Type Method Description static StitchModeStitchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StitchMode[]StitchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-