Enum Constant Summary
Enum Constants
Chrome browser in local host
Edge browser in local host
Firefox browser in local host
Internet Explorer browser in local host
Opera browser in local host
Chrome browser in remote host
Firefox browser in remote host
Chrome browser in docker container as service
Edge browser in docker container as service
Firefox browser in docker container as service
Opera browser in docker container as service
Safari browser in docker container as service
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
CHROME
Chrome browser in local host
EDGE
Edge browser in local host
FIREFOX
Firefox browser in local host
IE
Internet Explorer browser in local host
OPERA
Opera browser in local host
HEADLESS_FIREFOX
Headless Firefox browser
HEADLESS_CHROME
Headless Chrome browser
REMOTE_FIREFOX
Firefox browser in remote host
REMOTE_CHROME
Chrome browser in remote host
SERVICE_FIREFOX
Firefox browser in docker container as service
SERVICE_CHROME
Chrome browser in docker container as service
SERVICE_EDGE
Edge browser in docker container as service
SERVICE_OPERA
Opera browser in docker container as service
SERVICE_SAFARI
Safari browser in docker container as service
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null