Uses of Class
org.openqa.selenium.firefox.FirefoxBinary.Channel
-
-
Uses of FirefoxBinary.Channel in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return FirefoxBinary.Channel Modifier and Type Method Description static FirefoxBinary.Channel
FirefoxBinary.Channel. fromString(java.lang.String name)
Gets a channel with the name matching the parameter.static FirefoxBinary.Channel
FirefoxBinary.Channel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FirefoxBinary.Channel[]
FirefoxBinary.Channel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.firefox with parameters of type FirefoxBinary.Channel Constructor Description FirefoxBinary(FirefoxBinary.Channel channel)
-