AbstractGadgetAdminTab
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public abstract class AbstractGadgetAdminTab extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
AbstractGadgetAdminTab()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract com.atlassian.pageobjects.elements.query.TimedCondition |
getActive()
Deprecated.
|
abstract String |
getName()
Deprecated.
|
abstract com.atlassian.pageobjects.elements.query.TimedCondition |
getVisible()
Deprecated.
|
abstract boolean |
isActive()
Deprecated.
since 5.6 Use
getActive() |
abstract boolean |
isVisible()
Deprecated.
since 5.6 Use
getVisible() |
getComponent
@Deprecated public abstract boolean isActive()
getActive()
@Deprecated public abstract boolean isVisible()
getVisible()
public abstract String getName()
public abstract com.atlassian.pageobjects.elements.query.TimedCondition getActive()
public abstract com.atlassian.pageobjects.elements.query.TimedCondition getVisible()
Copyright © 2003–2018 Atlassian. All rights reserved.