@PublicApi public class ActivityStreamGadgetMacroPreview extends ConfluenceAbstractPageComponent
This page object _only_ works for newly inserted activity stream macros. It will not work for editing an existing one.
If you want to use this for editing an existing macro, modify withinIframe(Runnable)
so that it knows not to
wait for the STREAM_TITLE_SELECTOR
element, since that doesn't appear if you are editing an existing macro.
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
ActivityStreamGadgetMacroPreview() |
Modifier and Type | Method and Description |
---|---|
void |
saveGadgetConfig() |
void |
setNumnberOfEntries(int numOfEntries) |
void |
setStreamTitle(String gadgetTitle) |
void |
waitUntilVisible() |
getComponent, isSPAEnabled
public void setStreamTitle(String gadgetTitle)
public void setNumnberOfEntries(int numOfEntries)
public void saveGadgetConfig()
public void waitUntilVisible()
Copyright © 2003–2017 Atlassian. All rights reserved.