version 1.0

com.actimind.actiwate.testing.html
Interface Frame

All Superinterfaces:
Action, Page, PageAssert, PageObjectLookup

public interface Frame
extends Page

Represents single frame within a window or another frame.


Method Summary
 org.w3c.dom.html.HTMLElement frameElement()
          Returns HTML element corresponding this frame object.
 com.actimind.actiwate.Response response()
          Returns HttpResponseImpl object corresponding to last response received by this frame.
 
Methods inherited from interface com.actimind.actiwate.testing.html.Page
document, frame, frame, frames, iframe, iframe, iframes, location, pageTitle, top
 
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

response

public com.actimind.actiwate.Response response()
Returns HttpResponseImpl object corresponding to last response received by this frame.

Specified by:
response in interface Page
Returns:
HttpResponseImpl object corresponding to last response received by this frame.

frameElement

public org.w3c.dom.html.HTMLElement frameElement()
Returns HTML element corresponding this frame object.

Returns:
HTML element corresponding this frame object.


Copyright © 2007 Actimind, Inc. All Rights Reserved.