Class ViewUserPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.admin.user.ViewUserPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Since:
- 4.4
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.openqa.selenium.WebElementprotected com.atlassian.pageobjects.elements.PageElementprotected org.openqa.selenium.WebElementprotected org.openqa.selenium.WebElementprotected ExtendedElementFinderprotected org.openqa.selenium.WebElementprotected org.openqa.selenium.WebElementprotected org.openqa.selenium.WebElementprotected org.openqa.selenium.WebElementprotected final Stringprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected org.openqa.selenium.WebElementprotected org.openqa.selenium.WebElementprotected JiraAuiDropdownMenuprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementFields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.PagegetEmail()getGroupRow(String groupName) getUrl()protected com.atlassian.pageobjects.elements.PageElementvoidinit()com.atlassian.pageobjects.elements.query.TimedConditionisAt()Timed condition checking if we're at given page.com.atlassian.pageobjects.elements.query.TimedConditioncom.atlassian.pageobjects.elements.query.TimedConditiontoggleApplication(String applicationKey) com.atlassian.pageobjects.Pagecom.atlassian.pageobjects.PageMethods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Field Details
-
extendedFinder
-
username
protected com.atlassian.pageobjects.elements.PageElement username -
fullname
protected org.openqa.selenium.WebElement fullname -
email
protected org.openqa.selenium.WebElement email -
loginCount
protected org.openqa.selenium.WebElement loginCount -
lastLogin
protected org.openqa.selenium.WebElement lastLogin -
previousLogin
protected org.openqa.selenium.WebElement previousLogin -
lastFailedLogin
protected org.openqa.selenium.WebElement lastFailedLogin -
currentFailedLoginCount
protected org.openqa.selenium.WebElement currentFailedLoginCount -
totalFailedLoginCount
protected org.openqa.selenium.WebElement totalFailedLoginCount -
deleteUserLink
protected com.atlassian.pageobjects.elements.PageElement deleteUserLink -
editUserLink
protected org.openqa.selenium.WebElement editUserLink -
userGroups
protected com.atlassian.pageobjects.elements.PageElement userGroups -
noGroupsWarning
protected com.atlassian.pageobjects.elements.PageElement noGroupsWarning -
noApplicationsWarning
protected com.atlassian.pageobjects.elements.PageElement noApplicationsWarning -
userActionsMenu
-
name
-
-
Constructor Details
-
ViewUserPage
-
-
Method Details
-
getUserGroups
protected com.atlassian.pageobjects.elements.PageElement getUserGroups() -
getUrl
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPageTimed condition checking if we're at given page.- Specified by:
isAtin classAbstractJiraPage- Returns:
- timed condition checking, if the test is at given page
-
init
public void init() -
getApplicationAccess
-
toggleApplication
-
gotoDeleteUserPage
-
setPassword
-
editDetails
-
goToRememberMeTokens
-
viewProjectsRoles
public com.atlassian.pageobjects.Page viewProjectsRoles() -
editGroups
-
getGroupRows
-
getGroupNames
-
getGroupRow
-
editProperties
public com.atlassian.pageobjects.Page editProperties() -
viewPublicProfile
public com.atlassian.pageobjects.Page viewPublicProfile() -
getUsername
-
getFullname
-
getEmail
-
getLoginCount
-
getLastLogin
-
getPreviousLogin
-
getLastFailedLogin
-
getCurrentFailedLoginCount
-
getTotalFailedLoginCount
-
isNoGroupsWarningVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isNoGroupsWarningVisible() -
isNoApplicationsWarningVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isNoApplicationsWarningVisible()
-