org.openqa.selenium.interactions
Class ContextClickAction
java.lang.Object
org.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.MouseAction
org.openqa.selenium.interactions.ContextClickAction
- All Implemented Interfaces:
- Action
public class ContextClickAction
- extends MouseAction
- implements Action
Context-clicks an element
Fields inherited from class org.openqa.selenium.interactions.internal.MouseAction |
mouse |
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction |
where |
Method Summary |
void |
perform()
Emulates clicking on the mouse button that would bring up contextual menus (usually
right-clicking). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextClickAction
public ContextClickAction(Mouse mouse,
Locatable where)
perform
public void perform()
- Emulates clicking on the mouse button that would bring up contextual menus (usually
right-clicking).
- Specified by:
perform
in interface Action
Copyright © 2013. All rights reserved.