com.atlassian.confluence.webdriver.pageobjects.component.dialog.LinkBrowserDialog
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class LinkBrowserDialog extends Dialog
Modifier and Type | Field and Description |
---|---|
static String |
ADVANCED_PANEL
Deprecated.
|
static String |
ATTACHMENTS_PANEL
Deprecated.
|
protected static String |
NO_FILES_MESSAGE
Deprecated.
|
static String |
RECENTLY_VIEWED_PANEL
Deprecated.
|
static String |
SEARCH_PANEL
Deprecated.
|
static String |
WEB_LINK_PANEL
Deprecated.
|
id
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
LinkBrowserDialog()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
bind()
Deprecated.
|
LinkBrowserDialog |
clearSearch()
Deprecated.
|
void |
clickInsert()
Deprecated.
|
void |
clickLinkSearchResult(String linkText)
Deprecated.
|
void |
clickSearch()
Deprecated.
|
String |
getSelectedAttachment()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getSelectedSpace()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
hasSelectedAttachment()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isAttachmentFileInputVisible()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isLinkInsertButtonEnabled()
Deprecated.
|
boolean |
isPresentInSearchResults(String contentType,
String name)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
noAttachmentsMessageVisible()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Integer> |
numberAttachments()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Integer> |
numberSearchResults()
Deprecated.
|
void |
pressEnterInLinkAliasField()
Deprecated.
|
void |
pressEnterInSearchField()
Deprecated.
|
void |
selectedAttachment(Attachment attachment)
Deprecated.
|
void |
selectFromQuickSearch(String match)
Deprecated.
|
void |
selectSpace(Space space)
Deprecated.
|
LinkBrowserDialog |
typeSearch(String searchInput)
Deprecated.
|
void |
typeTextInAlias(String content)
Deprecated.
|
com.atlassian.pageobjects.elements.PageElement |
viewPanel(String panel)
Deprecated.
|
void |
waitForAttachments(int numberAttachments)
Deprecated.
|
void |
waitForPresentInQuickSearchDropDown(String match)
Deprecated.
|
void |
waitForResultsAreaHidden()
Deprecated.
|
void |
waitForResultsAreaVisible()
Deprecated.
|
void |
waitForSearchResults(int numberResults)
Deprecated.
|
clickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
protected static final String NO_FILES_MESSAGE
public static final String SEARCH_PANEL
public static final String RECENTLY_VIEWED_PANEL
public static final String ATTACHMENTS_PANEL
public static final String WEB_LINK_PANEL
public static final String ADVANCED_PANEL
public void bind()
public void selectSpace(Space space)
public com.atlassian.pageobjects.elements.PageElement viewPanel(String panel)
public void clickInsert()
public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> numberSearchResults()
public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> numberAttachments()
public void waitForSearchResults(int numberResults)
public void waitForAttachments(int numberAttachments)
public void clickLinkSearchResult(String linkText)
public boolean isPresentInSearchResults(String contentType, String name)
public LinkBrowserDialog typeSearch(String searchInput)
public LinkBrowserDialog clearSearch()
public void clickSearch()
public void pressEnterInSearchField()
public void pressEnterInLinkAliasField()
public void typeTextInAlias(String content)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getSelectedSpace()
public void waitForPresentInQuickSearchDropDown(String match)
public void waitForResultsAreaVisible()
public void waitForResultsAreaHidden()
public void selectFromQuickSearch(String match)
public com.atlassian.pageobjects.elements.query.TimedCondition isAttachmentFileInputVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition noAttachmentsMessageVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition hasSelectedAttachment()
public String getSelectedAttachment()
public void selectedAttachment(Attachment attachment)
public com.atlassian.pageobjects.elements.query.TimedCondition isLinkInsertButtonEnabled()
Copyright © 2003–2021 Atlassian. All rights reserved.