Uses of Enum Class
org.kquiet.browser.BrowserType
Packages that use BrowserType
-
Uses of BrowserType in org.kquiet.browser
Methods in org.kquiet.browser that return BrowserTypeModifier and TypeMethodDescriptionstatic BrowserType
BrowserType.fromString
(String text) GetBrowserType
represented by parsing its text(case insensitive).static BrowserType
Returns the enum constant of this class with the specified name.static BrowserType[]
BrowserType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kquiet.browser with parameters of type BrowserTypeModifierConstructorDescriptionBasicActionRunner
(org.openqa.selenium.PageLoadStrategy pageLoadStrategy, BrowserType browserType) Create anBasicActionRunner
with specified page load strategy, browser type, name, and at most oneActionComposer
is allowed to be executed at a time.BasicActionRunner
(org.openqa.selenium.PageLoadStrategy pageLoadStrategy, BrowserType browserType, int maxConcurrentComposer) Create anBasicActionRunner
with specified page load strategy, browser type, name, and max number of concurrent composer.