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 HtmlUnitOptionHtmlUnitOption. fromCapabilityKey(String key)static HtmlUnitOptionHtmlUnitOption. fromPropertyName(String name)static HtmlUnitOptionHtmlUnitOption. 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.
-