Uses of Class
com.ibm.team.fvt.tests.web.WebPageElement

Packages that use WebPageElement
com.ibm.team.fvt.tests.web   
 

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

Subclasses of WebPageElement in com.ibm.team.fvt.tests.web
 class WebDialog
          Abstract class for any window opened as a dialog in a browser page.
 class WebElementWrapper
          This class wraps a web element and add some actions and functionalities that anyone can use.
 class WebFramedDialog
          Abstract class for any dialog opened in a frame.
 class WebHover<P extends WebPage>
          Abstract class for any window opened as a simple hover in a browser page.
 class WebPopupMenuElement
          Class to manage popup menus.
 class WebRichHover<P extends WebPage>
          Abstract class for any window opened as a rich hover in a browser page.
 class WebWindow
          Abstract class for any window opened in a browser page.