public class ContextClickAction extends MouseAction implements org.openqa.selenium.interactions.Action
MouseAction.Buttonmousewhere| Constructor and Description |
|---|
ContextClickAction(org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable where)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.openqa.selenium.interactions.Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard)
Deprecated.
|
void |
perform()
Deprecated.
Emulates clicking on the mouse button that would bring up contextual menus (usually
right-clicking).
|
getActionLocation, moveToLocation, moveToLocationgetTargetElementpublic ContextClickAction(org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable where)
public void perform()
perform in interface org.openqa.selenium.interactions.Actionpublic java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions in interface IsInteraction