|
||||||||||
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.WebDialog
com.ibm.team.fvt.tests.web.WebFramedDialog
public abstract class WebFramedDialog
Abstract class for any dialog opened in a frame.
Following functionalities are specialized by the dialog:
open(WebBrowserElement)
: open the window by clicking on the
given web element.Following operations are also specialized for dialogs:
clickButton(String)
: Click on the button found using the given
search mechanism.closeAction(boolean)
: The action to perform to close the window.findElement(By, boolean)
: Find an element inside the window using
the given mechanism.#findElement(String, boolean)
: Find an element inside the window
using the given xpath.findElementInFrames(By)
: Find an element inside a frame of the
window using the given mechanism.waitForElement(WebBrowserElement, By, int, boolean)
: Wait until
having found an element searched using the given mechanism.
Constructor Summary | |
---|---|
WebFramedDialog(WebPage page,
By findBy,
WebBrowserFrame frame)
|
|
WebFramedDialog(WebPage page,
WebBrowserFrame frame)
|
Method Summary | |
---|---|
WebBrowserElement |
open(WebBrowserElement openElement)
Open the window by clicking on the given web element. |
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 WebFramedDialog(WebPage page, By findBy, WebBrowserFrame frame)
public WebFramedDialog(WebPage page, WebBrowserFrame frame)
Method Detail |
---|
public WebBrowserElement open(WebBrowserElement openElement)
Select the frame before opening the dialog
open
in class WebDialog
openElement
- The element on which to perform the open action.
WebDialog
subclass.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |