public class RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions extends AbstractPanel.AdvancedPanelInteractions implements VisibleComponentInteractions
Constructor and Description |
---|
RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions() |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebElement |
getBodyElement() |
protected String |
getCollapsedHeaderClass() |
protected GrapheneElement |
getEmptyBodyElement() |
GrapheneElement |
getHeaderElement() |
org.openqa.selenium.WebElement |
getLabelElement() |
Icon |
getLeftIcon() |
Icon |
getRightIcon() |
long |
getTimeoutForPanelIsSwitched() |
boolean |
isCollapsed() |
boolean |
isVisible() |
void |
setTimeoutForPanelIsSwitched(long timeoutInMillis)
Set timeout for panel to collapse or expand
|
WaitingWrapper |
waitUntilPanelIsCollapsed() |
WaitingWrapper |
waitUntilPanelIsExpanded() |
getRootElement
public RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions()
protected GrapheneElement getEmptyBodyElement()
public org.openqa.selenium.WebElement getBodyElement()
getBodyElement
in class AbstractPanel.AdvancedPanelInteractions
protected String getCollapsedHeaderClass()
public GrapheneElement getHeaderElement()
getHeaderElement
in class AbstractPanel.AdvancedPanelInteractions
public org.openqa.selenium.WebElement getLabelElement()
public Icon getLeftIcon()
public Icon getRightIcon()
public long getTimeoutForPanelIsSwitched()
public boolean isCollapsed()
public void setTimeoutForPanelIsSwitched(long timeoutInMillis)
timeoutInMillis
- public WaitingWrapper waitUntilPanelIsCollapsed()
public WaitingWrapper waitUntilPanelIsExpanded()
public boolean isVisible()
isVisible
in interface VisibleComponentInteractions
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.