com.atlassian.confluence.selenium.client
Class UserHoverPopup

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.UserHoverPopup

public class UserHoverPopup
extends Object


Constructor Summary
UserHoverPopup(ConfluenceSeleniumClient client, User user)
           
 
Method Summary
 void assertContains(String text)
           
 void assertLinkNotPresentWithClass(String className)
           
 void assertLinkPresentWithClass(String className)
           
 void assertNoPopupOnMouseOver()
           
 void assertNoPopupOnMouseOverLogo()
           
 void assertPopupNotVisible()
           
 void assertPopupVisible()
           
 void assertUserIsFollowed()
           
 void assertUserIsNotFollowed()
           
 void clickLinkWithClass(String className)
           
 void followUser()
           
 String getContents()
           
 String getId()
           
 void mouseOut()
           
 void mouseOut(String context)
           
 void mouseOutLogo()
           
 void mouseOutLogo(String context)
           
 void mouseOver()
           
 void mouseOver(String context)
           
 void mouseOverLogo()
           
 void mouseOverLogo(String context)
           
 void openMenu()
           
 void unfollowUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserHoverPopup

public UserHoverPopup(ConfluenceSeleniumClient client,
                      User user)
Method Detail

mouseOverLogo

public void mouseOverLogo()

mouseOverLogo

public void mouseOverLogo(String context)

mouseOutLogo

public void mouseOutLogo()

mouseOutLogo

public void mouseOutLogo(String context)

mouseOver

public void mouseOver()

mouseOver

public void mouseOver(String context)

mouseOut

public void mouseOut()

mouseOut

public void mouseOut(String context)

assertNoPopupOnMouseOver

public void assertNoPopupOnMouseOver()

assertNoPopupOnMouseOverLogo

public void assertNoPopupOnMouseOverLogo()

assertPopupVisible

public void assertPopupVisible()

assertPopupNotVisible

public void assertPopupNotVisible()

clickLinkWithClass

public void clickLinkWithClass(String className)

assertLinkPresentWithClass

public void assertLinkPresentWithClass(String className)

assertLinkNotPresentWithClass

public void assertLinkNotPresentWithClass(String className)

getId

public String getId()

getContents

public String getContents()

openMenu

public void openMenu()

followUser

public void followUser()

unfollowUser

public void unfollowUser()

assertUserIsFollowed

public void assertUserIsFollowed()

assertUserIsNotFollowed

public void assertUserIsNotFollowed()

assertContains

public void assertContains(String text)


Copyright © 2003-2013 Atlassian. All Rights Reserved.