|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||
The context in which object lookup and assertion performed.
| Method Summary | |
org.w3c.dom.html.HTMLDocument |
document()
Returns HTMLDocument corresponding to this context. |
Frame |
frame(int index)
Searches for frame by specified index. |
Frame |
frame(java.lang.String name)
Searches for frame with specified name. |
Frame[] |
frames()
Returns all frames of this page. |
IFrame |
iframe(int index)
Searches for inline frame by specified index. |
IFrame |
iframe(java.lang.String name)
Searches for iframe with specified name within this page. |
IFrame[] |
iframes()
Returns all inline frames of this page. |
java.lang.String |
location()
Returns this page location URL. |
java.lang.String |
pageTitle()
Returns title of the page corresponding to this context. |
com.actimind.actiwate.Response |
response()
Returns HttpResponseImpl object corresponding to this page. |
Window |
top()
Returns top window for this page. |
| Methods inherited from interface com.actimind.actiwate.testing.html.Action |
back, chooseFile, click, click, click, executeJavaScript, executeJavaScript, forward, goTo, goTo, reload, runPageScripts, selectOption, setFile, setFileName, setFileName, setText, setText, setText, toggleOption |
| Methods inherited from interface com.actimind.actiwate.testing.html.PageObjectLookup |
button, button, button, buttonByText, checkbox, checkbox, checkboxes, fileField, fileField, fileFields, image, imageByAlt, imageByURL, imageMap, imageMap, imageMaps, images, link, linkById, linkByText, linkByTitle, links, multiSelect, passwordField, radioButton, radioButton, radioButtons, singleSelect, table, tableById, tableByText, textarea, textField, textField, textFields |
| Methods inherited from interface com.actimind.actiwate.testing.html.PageAssert |
assertImageWithURLNotPresent, assertImageWithURLPresent, assertLinkWithTextNotPresent, assertLinkWithTextPresent, assertTextNotPresent, assertTextPresent, assertTitleEquals |
| Method Detail |
public org.w3c.dom.html.HTMLDocument document()
public java.lang.String pageTitle()
public java.lang.String location()
public Frame[] frames()
public IFrame[] iframes()
public Frame frame(java.lang.String name)
throws FrameNotFoundException
name - name of the frame to search for
FrameNotFoundException - if frame was not found
public Frame frame(int index)
throws FrameNotFoundException
index - index of frame, starting from zero
FrameNotFoundException - if frame was not found
public IFrame iframe(java.lang.String name)
throws FrameNotFoundException
name - name of the iframe to search for
FrameNotFoundException - if iframe was not found
public IFrame iframe(int index)
throws FrameNotFoundException
index - index of iframe, starting from zero
FrameNotFoundException - if iframe was not foundpublic Window top()
public com.actimind.actiwate.Response response()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||