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