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. UseConfluenceAbstractPageComponent
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.webdriver.AtlassianWebDriver
driver
Deprecated.protected ConfluenceFrameExecutor
frameExecutor
Deprecated.protected com.atlassian.pageobjects.PageBinder
pageBinder
Deprecated.protected com.atlassian.pageobjects.elements.PageElementFinder
pageElementFinder
Deprecated.protected com.atlassian.pageobjects.elements.timeout.Timeouts
timeouts
Deprecated.protected com.atlassian.webdriver.waiter.Waiter
waiter
Deprecated.
-
Constructor Summary
Constructors Constructor Description ConfluenceAbstractPageComponent()
Deprecated.
-
-
-
Field Detail
-
driver
@Inject protected com.atlassian.webdriver.AtlassianWebDriver driver
Deprecated.
-
waiter
@Inject protected com.atlassian.webdriver.waiter.Waiter waiter
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.
-
-