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 BrowserTypeBrowserType.fromString(String text) GetBrowserTyperepresented by parsing its text(case insensitive).static BrowserTypeReturns 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 anBasicActionRunnerwith specified page load strategy, browser type, name, and at most oneActionComposeris allowed to be executed at a time.BasicActionRunner(org.openqa.selenium.PageLoadStrategy pageLoadStrategy, BrowserType browserType, int maxConcurrentComposer) Create anBasicActionRunnerwith specified page load strategy, browser type, name, and max number of concurrent composer.