version 1.0

com.actimind.actiwate.testing.html
Interface IFrame

All Superinterfaces:
Action, Page, PageAssert, PageObjectLookup

public interface IFrame
extends Page

Represents iframe within a window or another frame.


Method Summary
 org.w3c.dom.html.HTMLElement iframeElement()
          Returns HTML element corresponding this iframe 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.

iframeElement

public org.w3c.dom.html.HTMLElement iframeElement()
Returns HTML element corresponding this iframe object.

Returns:
HTML element corresponding this iframe object.


Copyright © 2007 Actimind, Inc. All Rights Reserved.