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