com.atlassian.confluence.pageobjects.component.macro
Class UserProfileMacro

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.macro.UserProfileMacro
All Implemented Interfaces:
PageComponent

public class UserProfileMacro
extends ConfluenceAbstractPageComponent

Represents the User profile macro that is visible in the People Directory page.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, pageElementFinder, waiter
 
Constructor Summary
UserProfileMacro(User user)
           
UserProfileMacro(org.openqa.selenium.WebElement profileElement)
           
 
Method Summary
 User getUser()
           
 boolean isVisible()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileMacro

public UserProfileMacro(org.openqa.selenium.WebElement profileElement)

UserProfileMacro

public UserProfileMacro(User user)
Method Detail

isVisible

public boolean isVisible()

getUser

public User getUser()


Copyright © 2003-2013 Atlassian. All Rights Reserved.