public static enum UserAgent.Family extends Enum<UserAgent.Family>
| Enum Constant and Description |
|---|
MOZILLA
Firefox and Tor browsers
|
WEBKIT
Safari and Chrome browsers
|
| Modifier and Type | Method and Description |
|---|---|
static UserAgent.Family |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAgent.Family[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserAgent.Family MOZILLA
public static final UserAgent.Family WEBKIT
public static UserAgent.Family 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 static UserAgent.Family[] values()
for (UserAgent.Family c : UserAgent.Family.values()) System.out.println(c);
Copyright © 2014-2016 Machine Publishers, LLC and the jBrowserDriver contributors.
Project homepage: https://github.com/machinepublishers/jbrowserdriver