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

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
Direct Known Subclasses:
WebWindow

public abstract class WebElementWrapper
extends WebPageElement

This class wraps a web element and add some actions and functionalities that anyone can use. It also add some specific operations only accessible to the class hierarchy.

There's still no public action or functionalities at this level, only common operations for subclasses usage:


Constructor Summary
WebElementWrapper(WebPage page, WebBrowserElement element)
           
WebElementWrapper(WebPage page, WebBrowserElement element, WebBrowserFrame frame)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebElementWrapper

public WebElementWrapper(WebPage page,
                         WebBrowserElement element)

WebElementWrapper

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