A B C D E F G H I J L M N O P Q R S T U V 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.
getAllLabels() - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Return the select labels list.
getAllLeaves() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Return all leaves of the current folder.
getAllLeavesPath() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Return path for all leaves of the current folder.
getAllNodes() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Return all nodes of the current folder.
getAllPaths() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Deprecated. Since 5.0.1, use WebFolderElement.getAllLeavesPath() instead.
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.scenario.ScenarioWorkaround
Return the web browser.
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.
getChildrenNodes() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Return children nodes of the current folder.
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.
getCookies() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Get the current cookies
getCoordinates() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
getCssValue(String) - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
getCurrentFrame() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Return the current frame used by the browser.
getCurrentPage() - Static method in class com.ibm.team.fvt.tests.web.WebPage
Return the current page displayed on the browser.
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.
getDataRootDir() - Method in class com.ibm.team.fvt.tests.scenario.ScenarioData
Return the root directory where all data related artifacts of the test plug-in are located.
getDetails() - Method in error com.ibm.team.fvt.tests.scenario.errors.ServerMessageError
Returns the error message details if any.
getDowloadDir() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Deprecated. Since 5.0.1, use WebBrowser.getDownloadDir() instead.
getDownloadDir() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Get the path of the default download directory.
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.
getHostUrl() - Method in class com.ibm.team.fvt.tests.topology.Application
Return the host name and port number of the machine hosting this application.
getHtmlContent() - Method in class com.ibm.team.fvt.tests.web.WebCKEditorFramedElement
Returns the editor's content as a html string
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.
getLastRegressionTime() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the last regression time
getLastTimeDateStamp() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the last timeDateStamp
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.
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.
getName() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the application 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.
getOptionElement(String) - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Return the WebBrowserElement specified by the option label.
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.
getPageTitle() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the pageTitle
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.
getPath() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Returns the path of the current folder.
getPerfManager() - Method in class com.ibm.team.fvt.tests.web.WebBrowser
Return the performance manager.
getProductName() - Method in class com.ibm.team.fvt.tests.topology.Application
Returns the application product name.
getRegressionType() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the regression type
getRegressionValue(double, double, PerfManager.RegressionType) - Static method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the regression value based off the regression type
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
getStepName() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the stepName
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
getTestName() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the testName
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.WebElementWrapper
Return the text of the expandable element.
getText() - Method in class com.ibm.team.fvt.tests.web.WebFolderElement
Return the text of the expandable element.
getText() - Method in class com.ibm.team.fvt.tests.web.WebSelectElement
Return the label of the selected option.
getText() - Method in class com.ibm.team.fvt.tests.web.WebTextHover
Return the text content of the hover.
getTextContent() - Method in class com.ibm.team.fvt.tests.web.WebCKEditorFramedElement
Returns the editor's text content
getTextFromList(List<?>) - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Return the given objects list as a flat text separated with comma.
getTextFromList(List<?>, String) - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Return the given objects list as a flat text separated with the given separator.
getTextFromList(Set<?>) - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Return the given objects list as a flat text separated with comma.
getTextFromList(Object[]) - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Return the given objects list as a flat text separated with comma.
getTextFromList(Object[], String) - Static method in class com.ibm.team.fvt.tests.scenario.ScenarioUtils
Return the given objects list as a flat text separated with the given separator.
getTextWhenVisible() - Method in class com.ibm.team.fvt.tests.web.WebBrowserElement
Returns the text of the web element after having ensured that it's visible.
getTimeDateStamp() - Method in class com.ibm.team.fvt.tests.performance.Timer
Return the time/date stamp taken when the timer last started.
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.
getTitle() - Method in class com.ibm.team.fvt.tests.web.WebPage
Return the title of the page.
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.
getTotalTime() - Method in class com.ibm.team.fvt.tests.performance.Timer
Return the total execution time as seconds.
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.
getUrl() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get url
getUrl() - Method in class com.ibm.team.fvt.tests.web.WebPage
Return the URL of the page loaded in the browser.
getUser() - Method in class com.ibm.team.fvt.tests.topology.Application
 
getUser() - Method in class com.ibm.team.fvt.tests.web.WebPage
Return the user used when the page was loaded.
getUserActionName() - Method in class com.ibm.team.fvt.tests.performance.PerfManager
Get the userActionName
getUserActionName() - Method in class com.ibm.team.fvt.tests.performance.PerfResult
Get the userActionName
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 J L M N O P Q R S T U V W X