|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.internal.interactions.BaseAction
public abstract class BaseAction
Base class for all actions.
| Field Summary | |
|---|---|
protected WebElement |
onElement
|
protected WebDriver |
parent
|
| Constructor Summary | |
|---|---|
protected |
BaseAction(WebDriver parent,
WebElement onElement)
|
| Method Summary | |
|---|---|
protected Keyboard |
getKeyboard()
|
protected Mouse |
getMouse()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final WebDriver parent
protected final WebElement onElement
| Constructor Detail |
|---|
protected BaseAction(WebDriver parent,
WebElement onElement)
| Method Detail |
|---|
protected Keyboard getKeyboard()
protected Mouse getMouse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||