|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutorTemplate
com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutorTemplate.Lenient
public static class ConfluenceFrameExecutorTemplate.Lenient
Tries to switch to the given frame before running the closure but does not escape if not possible.
This is the default, and should be used on component which want to stay agnostic on which page they're on. E.g.
RenderedContent.getColumnContent(int)
exposes information about the content in a column layout. The
selector for this works on the editor page (inside the tinyMCE IFrame) and on the view page (on the default
frame.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutorTemplate |
---|
ConfluenceFrameExecutorTemplate.Lenient, ConfluenceFrameExecutorTemplate.Strict |
Constructor Summary | |
---|---|
ConfluenceFrameExecutorTemplate.Lenient()
|
Method Summary | |
---|---|
protected void |
handleNoSuchFrameException(org.openqa.selenium.NoSuchFrameException exception)
|
Methods inherited from class com.atlassian.confluence.pageobjects.module.frame.ConfluenceFrameExecutorTemplate |
---|
onTinyMceIFrame, queryOnIFrame, queryOnTinyMceIFrame, switchToDefaultFrame, switchToFrame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfluenceFrameExecutorTemplate.Lenient()
Method Detail |
---|
protected void handleNoSuchFrameException(org.openqa.selenium.NoSuchFrameException exception)
handleNoSuchFrameException
in class ConfluenceFrameExecutorTemplate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |