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. UseNoOpPageinstead 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 StringgetUrl()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisLoaded()Deprecated.
-
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
isLoaded
public com.atlassian.pageobjects.elements.query.TimedCondition isLoaded()
Deprecated.
-
-