org.openqa.selenium.interactions
Class DoubleClickAction
java.lang.Object
org.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.MouseAction
org.openqa.selenium.interactions.DoubleClickAction
- All Implemented Interfaces:
- Action
public class DoubleClickAction
- extends MouseAction
- implements Action
Double-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()
Double-clicks on the given element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleClickAction
public DoubleClickAction(Mouse mouse,
Locatable locationProvider)
perform
public void perform()
- Double-clicks on the given element.
- Specified by:
perform
in interface Action
Copyright © 2013. All Rights Reserved.