com.ibm.team.fvt.tests.web
Class WebRichHover<P extends WebPage>

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.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebTextHover
                  extended by com.ibm.team.fvt.tests.web.WebLinkHover<P>
                      extended by com.ibm.team.fvt.tests.web.WebRichHover<P>
All Implemented Interfaces:
WebConstants

public abstract class WebRichHover<P extends WebPage>
extends WebLinkHover<P>

Abstract class for any window opened as a rich hover in a browser page.

Following functionalities are specialized by the rich hover:

Following operations are also defined or specialized for rich hovers:


Field Summary
 
Fields inherited from interface com.ibm.team.fvt.tests.web.WebConstants
DISABLED, ENABLED, FALSE, NAME, OK, TAG_NAME_H1, TITLE, TRUE
 
Constructor Summary
WebRichHover(WebPage page)
           
 
Method Summary
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebLinkHover
check, clickOnTitle, getTitle, getTitleElement
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebTextHover
getText, open, waitAndCancel
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow
cancel, close
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebRichHover

public WebRichHover(WebPage page)