Uses of Class
com.applitools.eyes.visualgrid.BrowserType
-
Packages that use BrowserType Package Description com.applitools.eyes.visualgrid -
-
Uses of BrowserType in com.applitools.eyes.visualgrid
Methods in com.applitools.eyes.visualgrid that return BrowserType Modifier and Type Method Description static BrowserTypeBrowserType. fromName(String value)static BrowserTypeBrowserType. valueOf(String name)Returns the enum constant of this type with the specified name.static BrowserType[]BrowserType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-