com.atlassian.confluence.pageobjects.module.frame
Interface ConfluenceFrameExecutor

All Known Implementing Classes:
ConfluenceFrameExecutorTemplate, ConfluenceFrameExecutorTemplate.Lenient, ConfluenceFrameExecutorTemplate.Strict

public interface ConfluenceFrameExecutor

Encapsulates the knowledge about frames in the Confluence webapp.


Method Summary
<T> T
onTinyMceIFrame(java.util.concurrent.Callable<T> callback)
          Switches the driver to the TinyMCE IFrame if necessary and executes the given callback.
 

Method Detail

onTinyMceIFrame

<T> T onTinyMceIFrame(java.util.concurrent.Callable<T> callback)
Switches the driver to the TinyMCE IFrame if necessary and executes the given callback.

Parameters:
callback - the callback to bse executed
Returns:
the result of the callback


Copyright © 2003-2013 Atlassian. All Rights Reserved.