Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
G
get(String)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Get the web page content at the given URL.
get()
- Method in class com.ibm.team.fvt.tests.web.
WebPage
Get the page content.
getAncestor(int)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Return the ancestor of the current element.
getApplication(String)
- Method in class com.ibm.team.fvt.tests.topology.
Topology
Return the application matching the given url address.
getAttribute(String)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getBrowser()
- Method in class com.ibm.team.fvt.tests.config.
Config
Return the browser used while running the scenario.
getBrowser()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Return the browser used to run the scenario
getBrowser()
- Method in class com.ibm.team.fvt.tests.web.
WebPage
Return the browser associated with the current page.
getBy()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Return the search mechanism to find the current element.
getClassSimpleName(Class<?>)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the class name without package prefix.
getConfig()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Return the scenario configuration to use during the run.
getConfig()
- Method in class com.ibm.team.fvt.tests.web.
WebPage
Return the configuration associated with the current page.
getCoordinates()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getCssValue(String)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getCurrentUrl()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowser
Get the current page URL.
getEmail()
- Method in class com.ibm.team.fvt.tests.config.
User
Return the user email address.
getEnd()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Returns the step at which to end the scenario run.
getFrame()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Return the element frame.
getFullXpath()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Return the full xpath for the current element.
getId()
- Method in class com.ibm.team.fvt.tests.config.
User
Return the user ID.
getItemElement(String)
- Method in class com.ibm.team.fvt.tests.web.
WebPopupMenuElement
Return the web element for the item matching the given text.
getItemElement(String, boolean)
- Method in class com.ibm.team.fvt.tests.web.
WebPopupMenuElement
Return the web element for the item matching the given text.
getList(List<WebElement>)
- Static method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Return a list of
WebBrowserElement
assuming the given list *is* a list of this kind of
WebElement
.
getLocation()
- Method in class com.ibm.team.fvt.tests.topology.
Application
The application location.
getLocation()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getLocation()
- Method in class com.ibm.team.fvt.tests.web.
WebPage
Return the page location used when creating it.
getLocationOnScreenOnceScrolledIntoView()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getLoggedUser(String)
- Method in class com.ibm.team.fvt.tests.topology.
Topology
getName()
- Method in class com.ibm.team.fvt.tests.config.
User
Return the user name.
getOpenPageTimeout()
- Method in class com.ibm.team.fvt.tests.config.
Config
Return the timeout used to wait for a page to be loaded.
This time is expressed in
seconds
.
getPage()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Return the current page.
getPage(String)
- Static method in class com.ibm.team.fvt.tests.web.
WebPage
Get from the cache the page instance for the given location.
getPageUrl(String)
- Method in class com.ibm.team.fvt.tests.topology.
Topology
Return the modified page URL if necessary.
getParameterBooleanValue(String)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the boolean value from the System property value set in the launch config.
getParameterBooleanValue(String, boolean)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the boolean value from the System property value set in the launch config.
getParameterDoubleValue(String)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the double value from the System property value set in the launch config.
getParameterDoubleValue(String, double)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the double value from the System property value set in the launch config.
getParameterIntValue(String)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the integer value from the System property value set in the launch config.
getParameterIntValue(String, int)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the integer value from the System property value set in the launch config.
getParameterValue(String)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the parameter string value from the System property set in the launch config.
getParameterValue(String...)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the string value from the first defined System property from the list set in the launch config.
getParameterValue(String, String)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the parameter string value from the System property set in the launch config.
getParent()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Return the parent of the current element.
getPassword()
- Method in class com.ibm.team.fvt.tests.config.
User
Return the user password.
getShortTimeout()
- Method in class com.ibm.team.fvt.tests.config.
Config
Return the timeout used to wait for short run operation.
This time is expressed in
seconds
.
getSize()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getStart()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Returns the step from which to start the scenario run.
getStep()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Returns the single step to run.
getStepName()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioStep
Return the step name of the current BVT running test case.
getTagName()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getTest()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioRun
Returns the first step test from which to start the scenario run.
getText()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
getText(boolean)
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Perform the
WebElement#getText()
operation.
getTextFromList(List<String>)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the given strings list as a flat text separated with comma.
getTextFromList(List<String>, String)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the given strings list as a flat text separated with the given separator.
getTextFromList(String[])
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the given strings list as a flat text separated with comma.
getTextFromList(String[], String)
- Static method in class com.ibm.team.fvt.tests.scenario.
ScenarioUtils
Return the given strings list as a flat text separated with the given separator.
getTimeout()
- Method in class com.ibm.team.fvt.tests.config.
Config
Return the timeout used to wait for an expected element in the current web page.
getTimeouts()
- Method in class com.ibm.team.fvt.tests.config.
Config
Return the timeouts used while running the scenario.
getTimestamp()
- Method in class com.ibm.team.fvt.tests.scenario.
ScenarioWorkaround
Get the workaround timestamp.
getTitle()
- Method in class com.ibm.team.fvt.tests.topology.
Application
Returns the application title.
getTitle()
- Method in class com.ibm.team.fvt.tests.web.
WebHover
Return the title of the hover.
getTitleElement()
- Method in class com.ibm.team.fvt.tests.web.
WebHover
Return the hover title web element.
getTitleSuffix()
- Method in class com.ibm.team.fvt.tests.topology.
Application
Returns the title suffix.
getTopology()
- Method in class com.ibm.team.fvt.tests.config.
Config
Return the topology used while running the scenario.
getUser()
- Method in class com.ibm.team.fvt.tests.web.
WebPage
Return the user used when the page was loaded.
getWebElement()
- Method in class com.ibm.team.fvt.tests.web.
WebBrowserElement
Return the wrapped
WebElement
.
goBack()
- Method in class com.ibm.team.fvt.tests.web.
WebPage
Move back a single "item" in the browser's history.
GoogleChromeBrowser
- Class in
com.ibm.team.fvt.tests.web
The browser class when Google Chrome is used to run the tests.
GoogleChromeBrowser()
- Constructor for class com.ibm.team.fvt.tests.web.
GoogleChromeBrowser
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W