com.atlassian.jira.webtest.selenium.framework.pages
Interface Page

All Superinterfaces:
PageObject
All Known Subinterfaces:
ChildPage<T>
All Known Implementing Classes:
AbstractGlobalPage, AbstractPage, IssueNavigator

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

@Deprecated
public interface Page
extends PageObject

Common interface of all objects representing Selenium JIRA pages.

Since:
v4.2

Method Summary
 boolean isAt()
          Deprecated. Check if the test driver is currently at this page
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.PageObject
assertReady
 

Method Detail

isAt

boolean isAt()
Deprecated. 
Check if the test driver is currently at this page

Returns:
true, if the test driver is currently at this page, false otherwise


Copyright © 2002-2013 Atlassian. All Rights Reserved.