Deprecated Methods |
com.ibm.team.fvt.tests.web.WebFolderElement.getAllPaths()
Since 5.0.1, use WebFolderElement.getAllLeavesPath() instead. |
com.ibm.team.fvt.tests.web.WebBrowser.getDowloadDir()
Since 5.0.1, use WebBrowser.getDownloadDir() instead. |
com.ibm.team.fvt.tests.topology.Application.getTitleSuffix()
Use Application.getSuffix() instead |
com.ibm.team.fvt.tests.web.WebBrowser.hasSeveralWindows()
Use WebBrowser.hasPopupWindow() instead. |
com.ibm.team.fvt.tests.web.WebBrowser.mouseOver(WebBrowserElement)
Use WebBrowser.moveToElement(WebBrowserElement) instead. |
com.ibm.team.fvt.tests.web.WebBrowser.moveToElement(WebBrowserElement)
Use WebBrowserElement.moveToElement() instead |
com.ibm.team.fvt.tests.web.WebSelectElement.select(String, int)
Since 5.0.1. Use #select(String, ComparisonPattern) instead. |
com.ibm.team.fvt.tests.web.WebBrowser.select(WebBrowserElement, By, String[], boolean)
Use WebBrowser.select(WebBrowserElement, By, String...) instead. |
com.ibm.team.fvt.tests.web.WebBrowser.selectLastFrame()
Should not used as the WebBrowser.getLastFrame() method
is not working for embedded frames. |
com.ibm.team.fvt.tests.web.WebBrowser.switchBackToCurrentWindow()
Use WebBrowser.switchToMainWindow() instead. |
com.ibm.team.fvt.tests.web.WebBrowser.switchToNextWindow()
Use WebBrowser.switchToPopupWindow() instead. |
com.ibm.team.fvt.tests.web.WebBrowser.takeFailureSnapshot(String, String, String)
Use WebBrowser.takeSnapshotFailure(String) instead |
com.ibm.team.fvt.tests.web.WebBrowser.takeSnapshot(String, String)
Use WebBrowser.takeSnapshotInfo(String) instead |
com.ibm.team.fvt.tests.scenario.ScenarioUtils.verifyFileExists(String)
in 5.0.1 Use
FileUtil.waitUntilFileExists(String, int)
instead. |
com.ibm.team.fvt.tests.web.WebBrowser.waitForTextPresent(WebBrowserElement, boolean, int, boolean, boolean, int, String...)
Since 5.0.1, use #waitForTextPresent(WebBrowserElement, boolean, int, boolean, boolean, ComparisonPattern, String...) instead |
com.ibm.team.fvt.tests.utils.ByUtils.xpathCompareWithText(int, String, boolean)
Since 5.0.1, use ByUtils.xpathCompareWithText(ComparisonPattern, String, boolean) instead |
com.ibm.team.fvt.tests.utils.ByUtils.xpathMatchingItemText(String, int, String)
Since 5.0.1, use ByUtils.xpathMatchingItemText(String, ComparisonPattern, String) instead |
com.ibm.team.fvt.tests.utils.ByUtils.xpathMatchingText(int, String)
Since 5.0.1, use ByUtils.xpathMatchingItemText(String, String) instead |
com.ibm.team.fvt.tests.utils.ByUtils.xpathMatchingTexts(int, boolean, String...)
Since 5.0.1, use ByUtils.xpathMatchingTexts(ComparisonPattern, boolean, String...) instead |
com.ibm.team.fvt.tests.utils.ByUtils.xpathStringForTextComparison(int, String)
Since 5.0.1, use ByUtils.xpathStringForTextComparison(ComparisonPattern, String) instead |