version 1.0

com.actimind.actiwate.testing
Interface Window

All Superinterfaces:
Action, Page, PageAssert, PageObjectLookup

public interface Window
extends Page

Represents browser window.


Method Summary
 boolean isClosed()
          Indicates whether this window is closed.
 java.lang.String name()
          Returns name of this window.
 
Methods inherited from interface com.actimind.actiwate.testing.html.Page
document, frame, frame, frames, iframe, iframe, iframes, location, pageTitle, response, 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

name

public java.lang.String name()
Returns name of this window.

Returns:
name of this window or null if window does not have name.

isClosed

public boolean isClosed()
Indicates whether this window is closed.

Returns:
true if this window was closed and false otherwise.


Copyright © 2007 Actimind, Inc. All Rights Reserved.