|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebHover<P>
com.ibm.team.fvt.tests.web.WebRichHover<P>
public abstract class WebRichHover<P extends WebPage>
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:
closeAction(boolean)
: The action to perform to close the window.getCloseButton(boolean)
: The button to close the hover.getTitleLinkXpath()
: Return the xpath for the the title link element.
Constructor Summary | |
---|---|
WebRichHover(WebPage page)
|
Method Summary |
---|
Methods inherited from class com.ibm.team.fvt.tests.web.WebHover |
---|
check, clickOnTitle, getTitle, getTitleElement, open |
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 |
---|
public WebRichHover(WebPage page)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |