Uses of Enum Class
org.openqa.selenium.firefox.FirefoxCommandContext
Packages that use FirefoxCommandContext
-
Uses of FirefoxCommandContext in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return FirefoxCommandContextModifier and TypeMethodDescriptionstatic FirefoxCommandContext
FirefoxCommandContext.fromString
(String text) FirefoxDriver.getContext()
HasContext.getContext()
Current context commands are operating on.static FirefoxCommandContext
Returns 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 TypeMethodDescriptionvoid
FirefoxDriver.setContext
(FirefoxCommandContext commandContext) void
HasContext.setContext
(FirefoxCommandContext context) Context commands are operating on.