|
||||||||||
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)
Deprecated. Use ClickAndHoldAction, MoveMouseAction and ButtonReleaseAction instead |
void |
dragAndDropOn(RenderedWebElement element)
Deprecated. Use ClickAndHoldAction, MoveMouseAction and ButtonReleaseAction instead |
Point |
getLocation()
Where on the page is the top left-hand corner of the rendered element? |
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()
Deprecated. Use MoveToOffsetAction instead |
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()
Point getLocation()
Dimension getSize()
@Deprecated void hover()
@Deprecated 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)@Deprecated void dragAndDropOn(RenderedWebElement element)
element
- element to be dropped on. Only RenderedElement is
supportedjava.lang.String getValueOfCssProperty(java.lang.String propertyName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |