Uses of Class
org.openqa.selenium.firefox.FirefoxCommandContext
-
-
Uses of FirefoxCommandContext in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return FirefoxCommandContext Modifier and Type Method Description static FirefoxCommandContextFirefoxCommandContext. fromString(java.lang.String text)FirefoxCommandContextFirefoxDriver. getContext()FirefoxCommandContextHasContext. getContext()Current context commands are operating on.static FirefoxCommandContextFirefoxCommandContext. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FirefoxCommandContext[]FirefoxCommandContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.firefox with parameters of type FirefoxCommandContext Modifier and Type Method Description voidFirefoxDriver. setContext(FirefoxCommandContext commandContext)voidHasContext. setContext(FirefoxCommandContext context)Context commands are operating on.
-