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

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebContentArea

public abstract class WebContentArea
extends WebElementWrapper

Abstract class to manage web page content areas.

No specific feature implemented at the basic framework level.


Constructor Summary
WebContentArea(WebPage page)
           
WebContentArea(WebPage page, org.openqa.selenium.By findBy)
           
WebContentArea(WebPage page, WebBrowserElement element)
           
WebContentArea(WebPage page, WebBrowserElement element, WebBrowserFrame frame)
           
 
Method Summary
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebElementWrapper
getText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebContentArea

public WebContentArea(WebPage page)

WebContentArea

public WebContentArea(WebPage page,
                      org.openqa.selenium.By findBy)

WebContentArea

public WebContentArea(WebPage page,
                      WebBrowserElement element,
                      WebBrowserFrame frame)

WebContentArea

public WebContentArea(WebPage page,
                      WebBrowserElement element)