public static enum DriverOptions.DriverOption extends Enum<DriverOptions.DriverOption>
| Enum Constant and Description |
|---|
CHROME_EXPERIMENTAL_OPTIONS
--chrome-experimental-options
|
CHROME_EXTENSION
--chrome-extension
|
CHROMEDRIVER
--chromedriver
|
CLI_ARGS
--cli-args
|
DEFINE
--define
|
FIREFOX
--firefox
|
GECKODRIVER
--geckodriver
|
HEIGHT
--height
|
IEDRIVER
--iedriver
|
NO_PROXY
--no-proxy
|
PHANTOMJS
--phantomjs
|
PROFILE
--profile
|
PROFILE_DIR
--profile-dir
|
PROXY
--proxy
|
PROXY_PASSWORD
--proxy-password
|
PROXY_USER
--proxy-user
|
REMOTE_BROWSER
--remote-browser
|
REMOTE_PLATFORM
--remote-platform
|
REMOTE_URL
--remote-url
|
REMOTE_VERSION
--remote-version
|
WIDTH
--width
|
| Modifier and Type | Method and Description |
|---|---|
String |
optionName()
Get option name as "word-word-word".
|
static DriverOptions.DriverOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverOptions.DriverOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DriverOptions.DriverOption PROFILE
public static final DriverOptions.DriverOption PROFILE_DIR
public static final DriverOptions.DriverOption PROXY
public static final DriverOptions.DriverOption PROXY_USER
public static final DriverOptions.DriverOption PROXY_PASSWORD
public static final DriverOptions.DriverOption NO_PROXY
public static final DriverOptions.DriverOption FIREFOX
public static final DriverOptions.DriverOption GECKODRIVER
public static final DriverOptions.DriverOption CHROMEDRIVER
public static final DriverOptions.DriverOption IEDRIVER
public static final DriverOptions.DriverOption PHANTOMJS
public static final DriverOptions.DriverOption REMOTE_PLATFORM
public static final DriverOptions.DriverOption REMOTE_BROWSER
public static final DriverOptions.DriverOption REMOTE_VERSION
public static final DriverOptions.DriverOption REMOTE_URL
public static final DriverOptions.DriverOption WIDTH
public static final DriverOptions.DriverOption HEIGHT
public static final DriverOptions.DriverOption DEFINE
public static final DriverOptions.DriverOption CLI_ARGS
public static final DriverOptions.DriverOption CHROME_EXTENSION
public static final DriverOptions.DriverOption CHROME_EXPERIMENTAL_OPTIONS
public static DriverOptions.DriverOption[] values()
for (DriverOptions.DriverOption c : DriverOptions.DriverOption.values()) System.out.println(c);
public static DriverOptions.DriverOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String optionName()
Copyright © 2017. All rights reserved.