All Implemented Interfaces:
PageComponent

@Deprecated public class LinkBrowserDialog extends Dialog
Deprecated.
in 5.8. Use LinkBrowserDialog instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Field Details

  • Constructor Details

    • LinkBrowserDialog

      public LinkBrowserDialog()
      Deprecated.
  • Method Details

    • bind

      public void bind()
      Deprecated.
    • selectSpace

      public void selectSpace(Space space)
      Deprecated.
    • viewPanel

      public com.atlassian.pageobjects.elements.PageElement viewPanel(String panel)
      Deprecated.
    • clickInsert

      public void clickInsert()
      Deprecated.
    • numberSearchResults

      public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> numberSearchResults()
      Deprecated.
    • numberAttachments

      public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> numberAttachments()
      Deprecated.
    • waitForSearchResults

      public void waitForSearchResults(int numberResults)
      Deprecated.
    • waitForAttachments

      public void waitForAttachments(int numberAttachments)
      Deprecated.
    • clickLinkSearchResult

      public void clickLinkSearchResult(String linkText)
      Deprecated.
    • isPresentInSearchResults

      public boolean isPresentInSearchResults(String contentType, String name)
      Deprecated.
    • typeSearch

      public LinkBrowserDialog typeSearch(String searchInput)
      Deprecated.
    • clearSearch

      public LinkBrowserDialog clearSearch()
      Deprecated.
    • clickSearch

      public void clickSearch()
      Deprecated.
    • pressEnterInSearchField

      public void pressEnterInSearchField()
      Deprecated.
    • pressEnterInLinkAliasField

      public void pressEnterInLinkAliasField()
      Deprecated.
    • typeTextInAlias

      public void typeTextInAlias(String content)
      Deprecated.
    • getSelectedSpace

      public com.atlassian.pageobjects.elements.query.TimedQuery<String> getSelectedSpace()
      Deprecated.
    • waitForPresentInQuickSearchDropDown

      public void waitForPresentInQuickSearchDropDown(String match)
      Deprecated.
    • waitForResultsAreaVisible

      public void waitForResultsAreaVisible()
      Deprecated.
    • waitForResultsAreaHidden

      public void waitForResultsAreaHidden()
      Deprecated.
    • selectFromQuickSearch

      public void selectFromQuickSearch(String match)
      Deprecated.
    • isAttachmentFileInputVisible

      public com.atlassian.pageobjects.elements.query.TimedCondition isAttachmentFileInputVisible()
      Deprecated.
    • noAttachmentsMessageVisible

      public com.atlassian.pageobjects.elements.query.TimedCondition noAttachmentsMessageVisible()
      Deprecated.
    • hasSelectedAttachment

      public com.atlassian.pageobjects.elements.query.TimedCondition hasSelectedAttachment()
      Deprecated.
    • getSelectedAttachment

      public String getSelectedAttachment()
      Deprecated.
    • selectedAttachment

      public void selectedAttachment(Attachment attachment)
      Deprecated.
    • isLinkInsertButtonEnabled

      public com.atlassian.pageobjects.elements.query.TimedCondition isLinkInsertButtonEnabled()
      Deprecated.