com.atlassian.jira.webtest.framework.core.ui
Interface WebTestUi.TargetSelector

Enclosing interface:
WebTestUi

public static interface WebTestUi.TargetSelector


Method Summary
 WebTestUi frame(Locator locator)
          Select frame with given locator.
 WebTestUi mainWindow()
          Select main window as target.
 WebTestUi topFrame()
          Select top frame within the current window.
 WebTestUi window(String name)
          Select window with given name.
 

Method Detail

mainWindow

WebTestUi mainWindow()
Select main window as target.

Returns:
web test UI instance

window

WebTestUi window(String name)
Select window with given name.

Parameters:
name - name of the window
Returns:
web test UI instance

frame

WebTestUi frame(Locator locator)
Select frame with given locator.

Parameters:
locator - locator of the frame
Returns:
web test UI instance

topFrame

WebTestUi topFrame()
Select top frame within the current window.

Returns:
web test UI instance


Copyright © 2002-2013 Atlassian. All Rights Reserved.