Uses of Class
com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject

Packages that use AbstractSeleniumPageObject
com.atlassian.jira.webtest.selenium.framework.components   
com.atlassian.jira.webtest.selenium.framework.components.issue   
com.atlassian.jira.webtest.selenium.framework.dialogs   
com.atlassian.jira.webtest.selenium.framework.fields   
com.atlassian.jira.webtest.selenium.framework.pages   
com.atlassian.jira.webtest.selenium.harness.util   
 

Uses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.components
 

Subclasses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.components
 class AjsDropdown
          Represents AJS.Dropdown component.
 class CalendarPopup
          Represents the calendar popup on a page.
 class GenericMultiSelect
          Generic MultiSelect representation.
 class IssueMenu
          Represents the "menu" in the stalker bar.
 class IssueNavResults
          Represents issue navigator results in the Selenium World™
 class IssuePicker
          Deprecated. use IssuePicker instead
static class IssuePicker.IssuePickerSuggestions
          Deprecated.  
 class LabelsPicker
          Selenium representation of the AUI.LabelsPicker component, which is a specialized MultiSelect.
 class MultiSelectSuggestions<T extends MultiSelect>
          Suggestions component of the AUI MultiSelect.
 

Uses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.components.issue
 

Subclasses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.components.issue
 class EditLabelsContents
          Represents contents of the 'Edit labels' dialog/page.
 

Uses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.dialogs
 

Subclasses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.dialogs
 class AbstractDialog<T extends AbstractDialog<T>>
          Abstract implementation of Dialog in terms of a locator marking this dialog's visible contents.
 class AbstractIssueDialog<T extends AbstractIssueDialog<T>>
          Base class for utility classes representing JIRA issue action dialogs.
 class AbstractSubmittableDialog<T extends AbstractSubmittableDialog<T>>
          Abstract implementation of SubmittableDialog in terms of abstract locators of the cancel and submit button.
 class ActionsDialog
          Test utility representing the Dot Dialog.
 class AddCommentDialog
          Test utility representing the Dot Dialog.
 class AttachFileDialog
          Opens and maintains the AttachFileDialog.
 class DeleteIssueLinkDialog
          TODO: Document this class / interface here
 class EditLabelsDialog
          Represents the "Edit labels" dialog.
 class GenericDialog
          Represents a generic dialog that can be used for common assertions such as if the dialog is open etc.
 class LinkIssueDialog
          Representation of the link issue dialog.
 class LogWorkDialog
          Represents the "Log Work" dialog.
 class QuickCreateIssue
          'Quick create issue' dialog.
 class QuickCreateSubtask
          Quick Create subtask dialog
 class WorkflowTransitionDialog
          Generic workflow transition dialog implementation.
 

Uses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.fields
 

Subclasses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.fields
 class DateFieldWithCalendar
          Represents a date field in JIRA with calendar popup.
 

Uses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.pages
 

Subclasses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.framework.pages
 class AbstractGlobalPage<T extends AbstractGlobalPage>
          Abstract representation of the GlobalPage interface, defined in terms of AbstractGlobalPage.linkLocator() provided by subclasses.
 class AbstractPage
           Abstract implementation of the Page interface.
 class IssueNavigator
          Deprecated. use IssueNavigator instead
 

Uses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.harness.util
 

Subclasses of AbstractSeleniumPageObject in com.atlassian.jira.webtest.selenium.harness.util
 class IssueNavigationImpl
          Provides utility methods for issue navigation.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.