public class GenericPageWithWarningMessage extends AbstractJiraPage
Example usage:
jira.visit(GenericPageWithWarningMessage.class, pageUrl, "You must log in to access this page.");
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
GenericPageWithWarningMessage(String url,
String expectedMessage) |
Modifier and Type | Method and Description |
---|---|
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
Copyright © 2002-2024 Atlassian. All Rights Reserved.