Package org.openqa.selenium.remote
Interface Browser
-
public interface Browser
Used 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.String
browserName()
default boolean
is(java.lang.String browserName)
default boolean
is(org.openqa.selenium.Capabilities caps)
default java.lang.String
toJson()
-
-
-
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
-
-