public class RichFacesPopupPanel.AdvancedPopupPanelInteractions extends AbstractPanel.AdvancedPanelInteractions implements VisibleComponentInteractions
| Constructor and Description |
|---|
RichFacesPopupPanel.AdvancedPopupPanelInteractions() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openqa.selenium.WebElement |
getBodyElement() |
org.openqa.selenium.WebElement |
getContentElement() |
org.openqa.selenium.WebElement |
getContentScrollerElement() |
org.openqa.selenium.WebElement |
getHeaderContentElement() |
org.openqa.selenium.WebElement |
getHeaderControlsElement() |
org.jboss.arquillian.graphene.GrapheneElement |
getHeaderElement() |
Locations |
getLocations() |
org.openqa.selenium.WebElement |
getResizerElement(PopupPanel.ResizerLocation resizerLocation) |
org.openqa.selenium.WebElement |
getShadowElement() |
boolean |
isVisible() |
RichFacesPopupPanel.AdvancedPopupPanelInteractions |
moveByOffset(int xOffset,
int yOffset) |
RichFacesPopupPanel.AdvancedPopupPanelInteractions |
resizeFromLocation(PopupPanel.ResizerLocation location,
int byXPixels,
int byYPixels) |
WaitingWrapper |
waitUntilPopupIsNotVisible() |
WaitingWrapper |
waitUntilPopupIsVisible() |
getRootElementpublic RichFacesPopupPanel.AdvancedPopupPanelInteractions()
protected org.openqa.selenium.WebElement getBodyElement()
getBodyElement in class AbstractPanel.AdvancedPanelInteractionspublic org.openqa.selenium.WebElement getContentElement()
public org.openqa.selenium.WebElement getContentScrollerElement()
public org.openqa.selenium.WebElement getHeaderContentElement()
public org.openqa.selenium.WebElement getHeaderControlsElement()
public org.jboss.arquillian.graphene.GrapheneElement getHeaderElement()
getHeaderElement in class AbstractPanel.AdvancedPanelInteractionspublic Locations getLocations()
public org.openqa.selenium.WebElement getResizerElement(PopupPanel.ResizerLocation resizerLocation)
public org.openqa.selenium.WebElement getShadowElement()
public boolean isVisible()
isVisible in interface VisibleComponentInteractionspublic RichFacesPopupPanel.AdvancedPopupPanelInteractions moveByOffset(int xOffset, int yOffset)
public RichFacesPopupPanel.AdvancedPopupPanelInteractions resizeFromLocation(PopupPanel.ResizerLocation location, int byXPixels, int byYPixels)
public WaitingWrapper waitUntilPopupIsNotVisible()
public WaitingWrapper waitUntilPopupIsVisible()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.