Uses of Class
com.saucelabs.visual.CheckOptions.DiffingMethod
-
Packages that use CheckOptions.DiffingMethod Package Description com.saucelabs.visual -
-
Uses of CheckOptions.DiffingMethod in com.saucelabs.visual
Methods in com.saucelabs.visual that return CheckOptions.DiffingMethod Modifier and Type Method Description CheckOptions.DiffingMethodCheckOptions. getDiffingMethod()static CheckOptions.DiffingMethodCheckOptions.DiffingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckOptions.DiffingMethod[]CheckOptions.DiffingMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saucelabs.visual with parameters of type CheckOptions.DiffingMethod Modifier and Type Method Description voidCheckOptions. setDiffingMethod(CheckOptions.DiffingMethod diffingMethod)
-