com.atlassian.confluence.webdriver.pageobjects.module.frame.ConfluenceFrameExecutor instead from
 maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public interface ConfluenceFrameExecutor
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | onTinyMceIFrame(Callable<T> callback)Deprecated.  Switches the driver to the TinyMCE IFrame if necessary and executes the given callback. | 
| <T> com.atlassian.pageobjects.elements.query.TimedQuery<T> | queryOnIFrame(String iFrameId,
             Callable<T> callback)Deprecated.  Switches the driver to a named IFrame to execute a query. | 
| <T> com.atlassian.pageobjects.elements.query.TimedQuery<T> | queryOnTinyMceIFrame(Callable<T> callback)Deprecated.  Allows repeated switching the driver to the TinyMCE IFrame if necessary to execute a query. | 
<T> T onTinyMceIFrame(Callable<T> callback)
callback - the callback to be executed<T> com.atlassian.pageobjects.elements.query.TimedQuery<T> queryOnTinyMceIFrame(Callable<T> callback)
callback - the callback to be executedCopyright © 2003–2021 Atlassian. All rights reserved.