Uses of Interface
com.hp.lft.sdk.web.Browser
Packages that use Browser
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Web objects.
- 
Uses of Browser in com.hp.lft.sdkMethods in com.hp.lft.sdk that return BrowserModifier and TypeMethodDescriptionstatic BrowserSrfLab.launchBrowser(BrowserDescription description) Launches a new browser tab returning an instance ofBrowserfor the launched browser.static BrowserSrfLab.launchBrowser(BrowserType browserType) Launches a new browser tab returning an instance ofBrowserfor the launched browser.Methods in com.hp.lft.sdk with parameters of type BrowserModifier and TypeMethodDescriptionstatic voidSrfLab.releaseEnvironment(Browser browser) Releases the allocated browser environment.
- 
Uses of Browser in com.hp.lft.sdk.webMethods in com.hp.lft.sdk.web that return BrowserModifier 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.Browser[]Browser.getSiblingTabs()Returns a collection of tabs (Browser objects) that are siblings to the current tab (tabs located in the same window).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.static BrowserBrowserFactory.launch(BrowserType browserType) Launches a new browser tab returning an instance ofBrowserfor the launched browser.static BrowserBrowserFactory.launch(BrowserType browserType, Environment environment) Launches a new browser tab on the specified environment and returns an instance ofBrowserfor the launched browser.