com.ibm.team.fvt.tests.web
Class WebPageWorkaround

java.lang.Object
  extended by com.ibm.team.fvt.tests.scenario.ScenarioWorkaround<WebPage>
      extended by com.ibm.team.fvt.tests.web.WebPageWorkaround

public class WebPageWorkaround
extends ScenarioWorkaround<WebPage>


Constructor Summary
WebPageWorkaround(WebPage page, java.lang.String msg)
           
WebPageWorkaround(WebPage page, java.lang.String msg, boolean fail)
           
 
Method Summary
 WebBrowserElement execute()
          Execute an action to workaround the failure.
 
Methods inherited from class com.ibm.team.fvt.tests.scenario.ScenarioWorkaround
getTimestamp, shouldFail, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebPageWorkaround

public WebPageWorkaround(WebPage page,
                         java.lang.String msg)

WebPageWorkaround

public WebPageWorkaround(WebPage page,
                         java.lang.String msg,
                         boolean fail)
Method Detail

execute

public WebBrowserElement execute()
Description copied from class: ScenarioWorkaround
Execute an action to workaround the failure.

Subclass has to specify what to do to workaround the problem.

Specified by:
execute in class ScenarioWorkaround<WebPage>