|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebBrowser | |
---|---|
com.ibm.team.fvt.tests.config | |
com.ibm.team.fvt.tests.scenario | |
com.ibm.team.fvt.tests.web |
Uses of WebBrowser in com.ibm.team.fvt.tests.config |
---|
Methods in com.ibm.team.fvt.tests.config that return WebBrowser | |
---|---|
WebBrowser |
Config.getBrowser()
Return the browser used while running the scenario. |
Uses of WebBrowser in com.ibm.team.fvt.tests.scenario |
---|
Methods in com.ibm.team.fvt.tests.scenario that return WebBrowser | |
---|---|
WebBrowser |
ScenarioRun.getBrowser()
Return the browser used to run the scenario |
Uses of WebBrowser in com.ibm.team.fvt.tests.web |
---|
Subclasses of WebBrowser in com.ibm.team.fvt.tests.web | |
---|---|
class |
FirefoxBrowser
The browser class when Firefox is used to run the tests. |
class |
GoogleChromeBrowser
The browser class when Google Chrome is used to run the tests. |
class |
InternetExplorerBrowser
The browser class when Internet Explorer is used to run the tests. |
Methods in com.ibm.team.fvt.tests.web that return WebBrowser | |
---|---|
static WebBrowser |
WebBrowser.createInstance()
Create the instance of browser corresponding of the defined parameters. |
WebBrowser |
WebPage.getBrowser()
Return the browser associated with the current page. |
Constructors in com.ibm.team.fvt.tests.web with parameters of type WebBrowser | |
---|---|
WebBrowserElement(WebBrowser browser,
SearchContext context,
By by)
Create a web browser element using the given search mechanism in the given search context. |
|
WebBrowserElement(WebBrowser browser,
WebBrowserFrame webFrame,
SearchContext context,
By by)
Create a web browser element using the given search mechanism in the given search context and frame. |
|
WebBrowserElement(WebBrowser browser,
WebBrowserFrame webFrame,
SearchContext context,
By by,
WebElement element,
int size,
int index)
Create a web browser element using the given search mechanism in the given search context. |
|
WebElementFrame(WebBrowser browser)
|
|
WebElementFrame(WebBrowser browser,
WebBrowserElement element)
|
|
WebVisibleFrame(WebBrowser browser)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |