| java.lang.Object | |
| ↳ | com.atlassian.confluence.selenium.client.EditorPreview |
Provides test support for accessing the editor preview and its contents.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the html content in the preview.
| |||||||||||
Waits for the specified selector to match 1 or more items.
| |||||||||||
Waits up to Editor.EDITOR_TIMEOUT_MILLIS ms for the preview to load.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| selector | jQuery selector |
|---|---|
| functionStr | apply this function to the result of the selector |
Waits for the specified selector to match 1 or more items.
| jquerySelector | the jquery selector to apply in the preview iframe. |
|---|
Waits up to Editor.EDITOR_TIMEOUT_MILLIS ms for the preview to load.

