Uses of Class
com.applitools.eyes.selenium.BrowserType
-
Packages that use BrowserType Package Description com.applitools.eyes com.applitools.eyes.selenium -
-
Uses of BrowserType in com.applitools.eyes
Methods in com.applitools.eyes with parameters of type BrowserType Modifier and Type Method Description static StringBrowserNames. getBrowserName(BrowserType browserType) -
Uses of BrowserType in com.applitools.eyes.selenium
Methods in com.applitools.eyes.selenium 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.
-