public class AbstractPanelMenu.AdvancedAbstractPanelMenuInteractions extends Object
| Constructor and Description |
|---|
AbstractPanelMenu.AdvancedAbstractPanelMenuInteractions() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeoutForMenuGroupToBeCollapsed() |
long |
getTimoutForMenuGroupToBeExpanded() |
boolean |
isGroupExpanded(org.openqa.selenium.WebElement groupRoot) |
void |
setupCollapseEvent(Event event) |
void |
setupExpandEvent(Event event) |
void |
setupTimeoutForMenuGroupToBeCollapsed(long timeoutInMilliseconds) |
void |
setupTimoutForMenuGroupToBeExpanded(long timeoutInMilliseconds) |
WaitingWrapper |
waitUntilMenuGroupCollapsed(org.openqa.selenium.WebElement groupHeader) |
WaitingWrapper |
waitUntilMenuGroupExpanded(org.openqa.selenium.WebElement groupHeader) |
public AbstractPanelMenu.AdvancedAbstractPanelMenuInteractions()
public void setupExpandEvent(Event event)
public void setupCollapseEvent(Event event)
public boolean isGroupExpanded(org.openqa.selenium.WebElement groupRoot)
public WaitingWrapper waitUntilMenuGroupExpanded(org.openqa.selenium.WebElement groupHeader)
public WaitingWrapper waitUntilMenuGroupCollapsed(org.openqa.selenium.WebElement groupHeader)
public void setupTimoutForMenuGroupToBeExpanded(long timeoutInMilliseconds)
public long getTimoutForMenuGroupToBeExpanded()
public void setupTimeoutForMenuGroupToBeCollapsed(long timeoutInMilliseconds)
public long getTimeoutForMenuGroupToBeCollapsed()
Copyright © 2014 JBoss by Red Hat. All rights reserved.