public class ContextClickAction extends MouseAction implements org.openqa.selenium.interactions.Action
MouseAction.Button
mouse
where
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, moveToLocation
getTargetElement
public ContextClickAction(org.openqa.selenium.interactions.Mouse mouse, org.openqa.selenium.interactions.internal.Locatable where)
public void perform()
perform
in interface org.openqa.selenium.interactions.Action
public java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions
in interface IsInteraction