Uses of Class
com.hp.lft.sdk.web.BrowserDescription
Packages that use BrowserDescription
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Web objects.
-
Uses of BrowserDescription in com.hp.lft.sdk
Methods in com.hp.lft.sdk with parameters of type BrowserDescriptionModifier and TypeMethodDescriptionstatic Browser
SrfLab.launchBrowser
(BrowserDescription description) Launches a new browser tab returning an instance ofBrowser
for the launched browser. -
Uses of BrowserDescription in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return BrowserDescriptionModifier and TypeMethodDescriptionBrowserDescription.Init.build()
static BrowserDescription
This method creates a new instance ofBrowserDescription
and initializes it with the given props map.Methods in com.hp.lft.sdk.web with parameters of type BrowserDescriptionModifier and TypeMethodDescriptionstatic Browser
BrowserFactory.attach
(BrowserDescription description) Attaches a newBrowser
instance to a previously opened browser tab.static Browser[]
BrowserFactory.getAllOpenBrowsers
(BrowserDescription description) Returns an array of all open browsers that match the givenBrowserDescription
.static Browser
BrowserFactory.launch
(BrowserDescription browserDesc) Launches a new browser tab returning an instance ofBrowser
for the launched browser.static Browser
BrowserFactory.launch
(BrowserDescription browserDesc, Environment env) Launches a new browser tab on the specified environment and returns an instance ofBrowser
for the launched browser.