A B C D E F G H I L M N O P R S T U W X

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.
getAllElements() - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Return the select elements list.
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.
getApplications() - Method in class com.ibm.team.fvt.tests.topology.Topology
Return the list of application titles
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.ScenarioExecution
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.
getChildren() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
Return all children of the current element.
getChildren(String) - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
Return specific children of the current element.
getChildren() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Returns the folder's children.
getClassSimpleName(Class<?>) - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Return the class name without package prefix.
getClassSimpleName(String) - 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.ScenarioExecution
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.
getContextRoot() - Method in class com.ibm.team.fvt.tests.topology.Application
Return the context root of the application.
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.
getData() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
Return the scenario data to use during the run.
getDetails() - Method in error com.ibm.team.fvt.tests.scenario.errors.ServerMessageError
Returns the error message details if any.
getEmail() - Method in class com.ibm.team.fvt.tests.config.User
Return the user email address.
getFolder(String) - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Gets the sub-folder for the given path.
getFrame() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
Return the element frame.
getFullPath() - 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.WebMenu
Return the web element for the item matching the given label.
getItemElement(String, boolean) - Method in class com.ibm.team.fvt.tests.web.WebMenu
Return the web element for the item matching the given label.
getItemElement(String) - Method in class com.ibm.team.fvt.tests.web.WebPopupMenuElement
Deprecated. Return the web element for the item matching the given text.
getItemElement(String, boolean) - Method in class com.ibm.team.fvt.tests.web.WebPopupMenuElement
Deprecated. Return the web element for the item matching the given text.
getLicense() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the license that the application uses.
getLicenses() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the application licenses.
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
Deprecated. Use WebBrowserElement.getCoordinates() instead.
getLoggedUser(String) - Method in class com.ibm.team.fvt.tests.topology.Topology
 
getMenuOptions() - Method in class com.ibm.team.fvt.tests.web.WebMenu
Returns the list of Menu option elements within this menu.
getMenuOptions() - Method in class com.ibm.team.fvt.tests.web.WebPopupMenuElement
Deprecated. Returns the list of Menu option elements within this popup menu.
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.ScenarioExecution
Return the current page.
getPage(Class<P>) - Static method in class com.ibm.team.fvt.tests.web.WebPage
Seek the cache to find the instance of the given page class.
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.Application
Return the modified page URL if necessary.
getPageUrl(String) - Method in class com.ibm.team.fvt.tests.topology.Topology
Return the modified page URL if necessary.
getPageUsingBrowser(Config) - Static method in class com.ibm.team.fvt.tests.web.WebPage
Retrieve the existing page for the browser current URL.
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.
getParametersValue(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) - 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, 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.
getProductName() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the application product name.
getScenarioExecution() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioRunner
 
getScenarioExecution() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioStep
Return the scenario execution.
getScenarioExecution() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioStepRunner
 
getSelectedElement() - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Return the selected element.
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
getStringMenuOptions(boolean) - Method in class com.ibm.team.fvt.tests.web.WebMenu
Returns the list of Menu option strings within this popup menu.
getStringMenuOptions(boolean) - Method in class com.ibm.team.fvt.tests.web.WebPopupMenuElement
Deprecated. Returns the list of Menu option elements within this popup menu.
getSuffix() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the application suffix.
getSummary() - Method in error com.ibm.team.fvt.tests.scenario.errors.ServerMessageError
Returns the error message summary.
getTagName() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
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.
getText() - Method in class com.ibm.team.fvt.tests.web.WebTextHover
Return the text content of the hover.
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(Set<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[]) - 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.WebLinkHover
Return the title of the hover.
getTitleElement() - Method in class com.ibm.team.fvt.tests.web.WebLinkHover
Return the hover title web element.
getTitleSuffix() - Method in class com.ibm.team.fvt.tests.topology.Application
Deprecated. Use Application.getSuffix() instead
getTopology() - Method in class com.ibm.team.fvt.tests.config.Config
Return the topology used while running the scenario.
getTopology() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
Return the scenario topology used during the run.
getType() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the application type.
getTypeSuffix() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the type suffix.
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
 

A B C D E F G H I L M N O P R S T U W X