com.atlassian.webdriver.confluence.component.macro
Class UserMacro

java.lang.Object
  extended by com.atlassian.webdriver.confluence.component.macro.UserMacro

public class UserMacro
extends Object

TODO: Document this class / interface here


Constructor Summary
UserMacro(org.openqa.selenium.By componentLocator, org.openqa.selenium.WebElement profileElement)
           
 
Method Summary
 String getEmail()
           
 String getFullName()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserMacro

public UserMacro(org.openqa.selenium.By componentLocator,
                 org.openqa.selenium.WebElement profileElement)
Method Detail

getFullName

public String getFullName()

getEmail

public String getEmail()

getUsername

public String getUsername()


Copyright © 2014 Atlassian. All rights reserved.