Class ConfluenceAbstractPageComponent

java.lang.Object
com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
All Implemented Interfaces:
PageComponent
Direct Known Subclasses:
AbstractDialog, AbstractGadgetAdminTab, AUIDropdownMenu, AuiMessage, Autocomplete, AutocompleteField, Breadcrumbs, CommentsSection.UserLogo, ConfluenceHeader, ConfluenceMenuItem, DashboardEntitiesPanel, DashboardEntitiesTab, DashboardUpdatesPanel, DatePicker, DialogMenuItem, EditorTablePicker, GroupPickerPopup, ImageAttributesPanel, MacroBrowserPreview, MacroForm, MacroItem, MultiPicker, PageRedirectMenuItem, PageRestrictionsDialogModeSelector, QuickSearch, SiteExportResult, ToggleFavourites, UserPickerPopup, UserProfileMacro, UserWatcherPicker

@Deprecated public abstract class ConfluenceAbstractPageComponent extends Object implements PageComponent
Deprecated.
in 5.8. Use ConfluenceAbstractPageComponent instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Field Details

    • driver

      @Inject protected org.openqa.selenium.WebDriver driver
      Deprecated.
    • javascriptExecutor

      @Inject protected org.openqa.selenium.JavascriptExecutor javascriptExecutor
      Deprecated.
    • pageBinder

      @Inject protected com.atlassian.pageobjects.PageBinder pageBinder
      Deprecated.
    • pageElementFinder

      @Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
      Deprecated.
    • frameExecutor

      @Inject protected ConfluenceFrameExecutor frameExecutor
      Deprecated.
    • timeouts

      @Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
      Deprecated.
  • Constructor Details

    • ConfluenceAbstractPageComponent

      public ConfluenceAbstractPageComponent()
      Deprecated.