Uses of Class
org.openqa.selenium.htmlunit.options.HtmlUnitOption
-
Packages that use HtmlUnitOption Package Description org.openqa.selenium.htmlunit.options -
-
Uses of HtmlUnitOption in org.openqa.selenium.htmlunit.options
Methods in org.openqa.selenium.htmlunit.options that return HtmlUnitOption Modifier and Type Method Description static HtmlUnitOption
HtmlUnitOption. fromCapabilityKey(String key)
static HtmlUnitOption
HtmlUnitOption. fromPropertyName(String name)
static HtmlUnitOption
HtmlUnitOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static HtmlUnitOption[]
HtmlUnitOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-