Package com.applitools.eyes
Class BrowserNames
- java.lang.Object
-
- com.applitools.eyes.BrowserNames
-
public class BrowserNames extends Object
-
-
Constructor Summary
Constructors Constructor Description BrowserNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetBrowserName(BrowserType browserType)
-
-
-
Field Detail
-
EDGE
public static final String EDGE
- See Also:
- Constant Field Values
-
IE
public static final String IE
- See Also:
- Constant Field Values
-
FIREFOX
public static final String FIREFOX
- See Also:
- Constant Field Values
-
CHROME
public static final String CHROME
- See Also:
- Constant Field Values
-
SAFARI
public static final String SAFARI
- See Also:
- Constant Field Values
-
CHROMIUM
public static final String CHROMIUM
- See Also:
- Constant Field Values
-
EDGE_CHROMIUM
public static final String EDGE_CHROMIUM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBrowserName
public static String getBrowserName(BrowserType browserType)
-
-