Uses of Class
com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError

Packages that use ScenarioFailedError
com.ibm.team.fvt.tests.scenario.errors   
com.ibm.team.fvt.tests.web   
 

Uses of ScenarioFailedError in com.ibm.team.fvt.tests.scenario.errors
 

Subclasses of ScenarioFailedError in com.ibm.team.fvt.tests.scenario.errors
 class ExistingDataError
           
 class MultipleVisibleElementsError
           
 class ServerMessageError
          Error to report Server error message.
 class WaitElementTimeoutError
           
 

Uses of ScenarioFailedError in com.ibm.team.fvt.tests.web
 

Methods in com.ibm.team.fvt.tests.web that throw ScenarioFailedError
 void WebLinkHover.check()
          Check the rich hover.
 void WebExpandableElement.collapse()
          Expand the current web element.
 void WebExpandableElement.expand()
          Expand the current web element.
 boolean WebExpandableElement.isExpandable()
          Returns whether the current wrapped web element is expandable or not.
 boolean WebExpandableElement.isExpanded()
          Returns whether the current wrapped web element is expanded or not.
 WebFolderElement WebFolderElement.selectFolder(java.lang.String folderPath)
          Selects the sub-folder for the given path.
 void WebExpandableElement.toggle()
          Expand the current web element.
 boolean WebBrowser.waitForPopupWindowState(int state, int seconds, boolean fail)
          Wait for a popup window to be opened and/or closed.
 

Constructors in com.ibm.team.fvt.tests.web that throw ScenarioFailedError
WebVisibleFrame(WebBrowser browser, boolean last)