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. UseConfluenceAbstractPageComponentinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.webdriver.AtlassianWebDriverdriverDeprecated.protected ConfluenceFrameExecutorframeExecutorDeprecated.protected com.atlassian.pageobjects.PageBinderpageBinderDeprecated.protected com.atlassian.pageobjects.elements.PageElementFinderpageElementFinderDeprecated.protected com.atlassian.pageobjects.elements.timeout.TimeoutstimeoutsDeprecated.protected com.atlassian.webdriver.waiter.WaiterwaiterDeprecated.
-
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.
-
-