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.sdkMethods in com.hp.lft.sdk with parameters of type BrowserDescriptionModifier and TypeMethodDescriptionstatic BrowserSrfLab.launchBrowser(BrowserDescription description) Launches a new browser tab returning an instance ofBrowserfor the launched browser.
- 
Uses of BrowserDescription in com.hp.lft.sdk.webMethods in com.hp.lft.sdk.web that return BrowserDescriptionModifier and TypeMethodDescriptionBrowserDescription.Init.build()static BrowserDescriptionThis method creates a new instance ofBrowserDescriptionand initializes it with the given props map.Methods in com.hp.lft.sdk.web with parameters of type BrowserDescriptionModifier and TypeMethodDescriptionstatic BrowserBrowserFactory.attach(BrowserDescription description) Attaches a newBrowserinstance to a previously opened browser tab.static Browser[]BrowserFactory.getAllOpenBrowsers(BrowserDescription description) Returns an array of all open browsers that match the givenBrowserDescription.static BrowserBrowserFactory.launch(BrowserDescription browserDesc) Launches a new browser tab returning an instance ofBrowserfor the launched browser.static BrowserBrowserFactory.launch(BrowserDescription browserDesc, Environment env) Launches a new browser tab on the specified environment and returns an instance ofBrowserfor the launched browser.