ConfluenceAbstractPageComponent
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public abstract class ConfluenceAbstractPageComponent extends Object implements PageComponent
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.webdriver.AtlassianWebDriver |
driver
Deprecated.
|
protected ConfluenceFrameExecutor |
frameExecutor
Deprecated.
|
protected com.atlassian.pageobjects.PageBinder |
pageBinder
Deprecated.
|
protected com.atlassian.pageobjects.elements.PageElementFinder |
pageElementFinder
Deprecated.
|
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts
Deprecated.
|
protected com.atlassian.webdriver.waiter.Waiter |
waiter
Deprecated.
|
Constructor and Description |
---|
ConfluenceAbstractPageComponent()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<M extends PageComponent> |
getComponent(Class<M> componentClass,
Object... args)
Deprecated.
This method is used to retrieve elements that are added via a plugin.
|
@Inject protected com.atlassian.webdriver.AtlassianWebDriver driver
@Inject protected com.atlassian.webdriver.waiter.Waiter waiter
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
@Inject protected ConfluenceFrameExecutor frameExecutor
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
public ConfluenceAbstractPageComponent()
public <M extends PageComponent> M getComponent(Class<M> componentClass, Object... args)
M
- a PageComponent objectcomponentClass
- the class of the componentargs
- any arguments needed to construct the component objectCopyright © 2003–2018 Atlassian. All rights reserved.