Uses of Enum Class
com.hp.lft.sdk.web.BrowserType
Packages that use BrowserType
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Web objects.
-
Uses of BrowserType in com.hp.lft.sdk
Methods in com.hp.lft.sdk with parameters of type BrowserTypeModifier and TypeMethodDescriptionstatic Browser
SrfLab.launchBrowser
(BrowserType browserType) Launches a new browser tab returning an instance ofBrowser
for the launched browser. -
Uses of BrowserType in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return BrowserTypeModifier and TypeMethodDescriptionBrowserDescription.getType()
Returns the type of the Browser.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.Methods in com.hp.lft.sdk.web with parameters of type BrowserTypeModifier and TypeMethodDescriptionstatic Browser
BrowserFactory.launch
(BrowserType browserType) Launches a new browser tab returning an instance ofBrowser
for the launched browser.static Browser
BrowserFactory.launch
(BrowserType browserType, Environment environment) Launches a new browser tab on the specified environment and returns an instance ofBrowser
for the launched browser.void
BrowserDescription.setType
(BrowserType type) Sets the type of the Browser.BrowserDescription.Init.type
(BrowserType type) Initializes the type of the Browser.