|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated 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 |
java.lang.String |
getValueOfCssProperty(java.lang.String propertyName)
Deprecated. Use WebElement.getCssValue(String) |
| Methods inherited from interface org.openqa.selenium.WebElement |
|---|
clear, click, findElement, findElements, getAttribute, getCssValue, getLocation, getSize, getTagName, getText, getValue, isDisplayed, isEnabled, isSelected, sendKeys, setSelected, submit, toggle |
| Method Detail |
|---|
@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)
WebElement.getCssValue(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||