Uses of Enum Class
org.openqa.selenium.firefox.FirefoxCommandContext
Packages that use FirefoxCommandContext
-
Uses of FirefoxCommandContext in org.openqa.selenium.firefox
Subclasses with type arguments of type FirefoxCommandContext in org.openqa.selenium.firefoxModifier and TypeClassDescriptionenumRepresents the valid values for the command context used for executing Firefox driver commands.Methods in org.openqa.selenium.firefox that return FirefoxCommandContextModifier and TypeMethodDescriptionstatic FirefoxCommandContextFirefoxCommandContext.fromString(String text) FirefoxDriver.getContext()HasContext.getContext()Current context commands are operating on.static FirefoxCommandContextReturns the enum constant of this class with the specified name.static FirefoxCommandContext[]FirefoxCommandContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.firefox with parameters of type FirefoxCommandContextModifier and TypeMethodDescriptionvoidFirefoxDriver.setContext(FirefoxCommandContext commandContext) voidHasContext.setContext(FirefoxCommandContext context) Context commands are operating on.