|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfluenceFrameExecutor
Encapsulates the knowledge about frames in the Confluence webapp.
Method Summary | ||
---|---|---|
|
onTinyMceIFrame(java.util.concurrent.Callable<T> callback)
Switches the driver to the TinyMCE IFrame if necessary and executes the given callback. |
|
|
queryOnIFrame(java.lang.String iFrameId,
java.util.concurrent.Callable<T> callback)
Switches the driver to a named IFrame to execute a query. |
|
|
queryOnTinyMceIFrame(java.util.concurrent.Callable<T> callback)
Allows repeated switching the driver to the TinyMCE IFrame if necessary to execute a query. |
Method Detail |
---|
<T> T onTinyMceIFrame(java.util.concurrent.Callable<T> callback)
callback
- the callback to be executed
<T> com.atlassian.pageobjects.elements.query.TimedQuery<T> queryOnTinyMceIFrame(java.util.concurrent.Callable<T> callback)
callback
- the callback to be executed
<T> com.atlassian.pageobjects.elements.query.TimedQuery<T> queryOnIFrame(java.lang.String iFrameId, java.util.concurrent.Callable<T> callback)
callback
- the callback to be executed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |