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.sdk
Methods in com.hp.lft.sdk that return BrowserModifier and TypeMethodDescriptionstatic Browser
SrfLab.launchBrowser
(BrowserDescription description) Launches a new browser tab returning an instance ofBrowser
for the launched browser.static Browser
SrfLab.launchBrowser
(BrowserType browserType) Launches a new browser tab returning an instance ofBrowser
for the launched browser.Methods in com.hp.lft.sdk with parameters of type BrowserModifier and TypeMethodDescriptionstatic void
SrfLab.releaseEnvironment
(Browser browser) Releases the allocated browser environment. -
Uses of Browser in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return BrowserModifier 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
.Browser[]
Browser.getSiblingTabs()
Returns a collection of tabs (Browser objects) that are siblings to the current tab (tabs located in the same window).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.static 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.