public class UserHoverPopup extends Object
Constructor and Description |
---|
UserHoverPopup(ConfluenceSeleniumClient client,
User user) |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
unfollowUser() |
public UserHoverPopup(ConfluenceSeleniumClient client, User user)
public void mouseOverLogo()
public void mouseOverLogo(String context)
public void mouseOutLogo()
public void mouseOutLogo(String context)
public void mouseOver()
public void mouseOver(String context)
public void mouseOut()
public void mouseOut(String context)
public void assertNoPopupOnMouseOver()
public void assertNoPopupOnMouseOverLogo()
public void assertPopupVisible()
public void assertPopupNotVisible()
public void assertLinkPresentWithClass(String className)
public void assertLinkNotPresentWithClass(String className)
public String getId()
public String getContents()
public void followUser()
public void unfollowUser()
public void assertUserIsFollowed()
public void assertUserIsNotFollowed()
public void assertContains(String text)
Copyright © 2003–2017 Atlassian. All rights reserved.