Package org.openqa.selenium.remote
Interface Browser
-
public interface BrowserUsed to identify a browser based on its name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringbrowserName()default booleanis(java.lang.String browserName)default booleanis(org.openqa.selenium.Capabilities caps)default java.lang.StringtoJson()
-
-
-
Field Detail
-
CHROME
static final Browser CHROME
-
EDGE
static final Browser EDGE
-
HTMLUNIT
static final Browser HTMLUNIT
-
IE
static final Browser IE
-
FIREFOX
static final Browser FIREFOX
-
OPERA
static final Browser OPERA
-
SAFARI
static final Browser SAFARI
-
SAFARI_TECH_PREVIEW
static final Browser SAFARI_TECH_PREVIEW
-
-