Class NoOpPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.NoOpPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class NoOpPage extends Object implements com.atlassian.pageobjects.Page
Deprecated.in 5.8. UseNoOpPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Constructor Summary
Constructors Constructor Description NoOpPage()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getUrl()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isLoaded()
Deprecated.
-
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.- Specified by:
getUrl
in interfacecom.atlassian.pageobjects.Page
-
isLoaded
public com.atlassian.pageobjects.elements.query.TimedCondition isLoaded()
Deprecated.
-
-