ActivityStreamGadgetMacroPreview
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated 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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
saveGadgetConfig()
Deprecated.
|
void |
setNumnberOfEntries(int numOfEntries)
Deprecated.
|
void |
setStreamTitle(String gadgetTitle)
Deprecated.
|
void |
waitUntilVisible()
Deprecated.
|
getComponent
public ActivityStreamGadgetMacroPreview()
public void setStreamTitle(String gadgetTitle)
public void setNumnberOfEntries(int numOfEntries)
public void saveGadgetConfig()
public void waitUntilVisible()
Copyright © 2003–2017 Atlassian. All rights reserved.