Class SourceEditor
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.content.SourceEditor
-
@Deprecated public class SourceEditor extends Object
Deprecated.in 5.8. UseSourceEditor
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description protected JavascriptTimedQueryFactory
jsQueryFactory
Deprecated.
-
Constructor Summary
Constructors Constructor Description SourceEditor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clickCancel()
Deprecated.String
getContent()
Deprecated.
-
-
-
Field Detail
-
jsQueryFactory
@Inject protected JavascriptTimedQueryFactory jsQueryFactory
Deprecated.
-
-
Method Detail
-
getContent
public String getContent()
Deprecated.
-
clickCancel
public void clickCancel()
Deprecated.
-
-