|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.MouseAction
org.openqa.selenium.interactions.ContextClickAction
public class ContextClickAction
Context-clicks an element
| Field Summary |
|---|
| Fields inherited from class org.openqa.selenium.interactions.internal.MouseAction |
|---|
mouse |
| Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction |
|---|
where |
| Constructor Summary | |
|---|---|
ContextClickAction(Mouse mouse,
Locatable where)
|
|
| Method Summary | |
|---|---|
void |
perform()
Emulates clicking on the mouse button that would bring up contextual menus (usually right-clicking). |
| Methods inherited from class org.openqa.selenium.interactions.internal.MouseAction |
|---|
getActionLocation, moveToLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextClickAction(Mouse mouse,
Locatable where)
| Method Detail |
|---|
public void perform()
perform in interface Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||