|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderedWebElement
| Method Summary | |
|---|---|
void |
dragAndDropBy(int moveRightBy,
int moveDownBy)
Drag and drop |
void |
dragAndDropOn(RenderedWebElement element)
Drag and drop this element on top of the specified element |
java.awt.Point |
getLocation()
Where on the page is the top left-hand corner of the rendered element? |
java.awt.Dimension |
getSize()
What is the width and height of the rendered element? |
java.lang.String |
getValueOfCssProperty(java.lang.String propertyName)
Get the value of a given CSS property. |
void |
hover()
Simulate hovering the mouse over an element. |
boolean |
isDisplayed()
Is this element displayed or not? |
| Methods inherited from interface org.openqa.selenium.WebElement |
|---|
clear, click, findElement, findElements, getAttribute, getTagName, getText, getValue, isEnabled, isSelected, sendKeys, setSelected, submit, toggle |
| Method Detail |
|---|
boolean isDisplayed()
java.awt.Point getLocation()
java.awt.Dimension getSize()
void hover()
void dragAndDropBy(int moveRightBy,
int moveDownBy)
moveRightBy - how much to move to the right (negative for moving left)moveDownBy - how much to move to the bottom (negative for moving up)void dragAndDropOn(RenderedWebElement element)
element - element to be dropped on. Only RenderedElement is supportedjava.lang.String getValueOfCssProperty(java.lang.String propertyName)
propertyName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||