InviteUsersPanel
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class InviteUsersPanel extends Object implements com.atlassian.pageobjects.Page
Constructor and Description |
---|
InviteUsersPanel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addInviteEmailRecipients(Iterable<String> recipients)
Deprecated.
add the given list of recipients.
|
InviteUsersPanel |
clickOnResetSignupLink()
Deprecated.
click on the reset signup link.
|
InviteUsersPanel |
clickOnUndoResetSignupLink()
Deprecated.
click on the undo reset signup link after performing a reset.
|
String |
getEmailFormMessage()
Deprecated.
Get the email form message.
|
List<String> |
getFailedInvitationAddresses()
Deprecated.
|
String |
getInviteFormMessage()
Deprecated.
get the invite form message (which should contain various errors, or success messages)
|
URI |
getInviteLink()
Deprecated.
|
boolean |
getSendInvitationsButtonStatus()
Deprecated.
|
int |
getSentEmailCount()
Deprecated.
|
String |
getUrl()
Deprecated.
|
boolean |
isInviteLinkVisible()
Deprecated.
|
InviteUsersPanel |
sendInvitationsExpectFailure()
Deprecated.
sends the invitation, expecting some failures.
|
InviteUsersPanel |
sendInvitationsExpectSuccess()
Deprecated.
send the invitations, expect no failures.
|
void |
typeInviteEmailMessage(String message)
Deprecated.
Type into the email message box the given string
|
public String getUrl()
getUrl
in interface com.atlassian.pageobjects.Page
public boolean isInviteLinkVisible()
public URI getInviteLink()
public InviteUsersPanel clickOnResetSignupLink()
public String getInviteFormMessage()
public InviteUsersPanel clickOnUndoResetSignupLink()
public boolean getSendInvitationsButtonStatus()
public String getEmailFormMessage()
public void typeInviteEmailMessage(String message)
public void addInviteEmailRecipients(Iterable<String> recipients)
public InviteUsersPanel sendInvitationsExpectSuccess()
public InviteUsersPanel sendInvitationsExpectFailure()
public int getSentEmailCount()
Copyright © 2003–2017 Atlassian. All rights reserved.