Class ToggleFavourites
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.selenium3.component.ToggleFavourites
-
- All Implemented Interfaces:
PageComponent
- Direct Known Subclasses:
FavouritePage
@Deprecated public abstract class ToggleFavourites extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseToggleFavourites
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents the favourite/unfavourite button for pages and spaces.- Since:
- 4.1
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description ToggleFavourites()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract String
getEntityId()
Deprecated.protected abstract String
getTitle()
Deprecated.void
unfavourite()
Deprecated.
-