|
||||||||||
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.WebTextHover
com.ibm.team.fvt.tests.web.WebLinkHover<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.
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 |
---|
public WebRichHover(WebPage page)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |