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

All Known Subinterfaces:
Dialog, IssueActionDialog, SubmittableDialog
All Known Implementing Classes:
AbstractDialog, AbstractIssueDialog, AbstractSubmittableDialog, ActionsDialog, AddCommentDialog, AttachFileDialog, CalendarPopup, DeleteIssueLinkDialog, EditLabelsDialog, GenericDialog, LinkIssueDialog, LogWorkDialog, QuickCreateIssue, QuickCreateSubtask, WorkflowTransitionDialog

public interface LocalizablePageObject

Page object that can be localized on a page by means of a specific locator.

Since:
v4.2

Method Summary
 String locator()
          Locator of this page object.
 

Method Detail

locator

String locator()
Locator of this page object.

Returns:
locator


Copyright © 2002-2013 Atlassian. All Rights Reserved.