com.atlassian.jira.webtest.selenium.framework.core
Interface PageObject

All Known Subinterfaces:
Cancelable<T>, ChildPage<T>, Dialog, IssueActionDialog, Page, Submittable<T>, SubmittableDialog
All Known Implementing Classes:
AbstractDialog, AbstractGlobalPage, AbstractIssueDialog, AbstractPage, AbstractSubmittableDialog, ActionsDialog, AddCommentDialog, AjsDropdown, AttachFileDialog, CalendarPopup, DeleteIssueLinkDialog, EditLabelsDialog, GenericDialog, GenericMultiSelect, IssueMenu, IssueNavigator, IssuePicker, IssuePicker.IssuePickerSuggestions, LabelsPicker, LinkIssueDialog, LogWorkDialog, MultiSelectSuggestions, QuickCreateIssue, QuickCreateSubtask, WorkflowTransitionDialog

Deprecated. use PageObject instead. See https://extranet.atlassian.com/display/JIRADEV/JIRA+Web+Test+Framework+Guide for details

@Deprecated
public interface PageObject

Abstract generic interface of every Selenium page object.

Since:
v4.2

Method Summary
 void assertReady(long timeout)
          Deprecated. Assert that this object is loaded and ready to be exercised by Selenium.
 

Method Detail

assertReady

void assertReady(long timeout)
Deprecated. 
Assert that this object is loaded and ready to be exercised by Selenium.

Parameters:
timeout - timeout to wait


Copyright © 2002-2013 Atlassian. All Rights Reserved.