Package 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
,IsInteraction
@Deprecated public class DoubleClickAction extends MouseAction implements Action
Deprecated.Double-clicks an element.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openqa.selenium.interactions.internal.MouseAction
MouseAction.Button
-
-
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
Constructors Constructor Description DoubleClickAction(Mouse mouse, Locatable locationProvider)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<Interaction>
asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.void
perform()
Deprecated.Double-clicks on the given element.-
Methods inherited from class org.openqa.selenium.interactions.internal.MouseAction
getActionLocation, moveToLocation, moveToLocation
-
Methods inherited from class org.openqa.selenium.interactions.internal.BaseAction
getTargetElement
-
-
-
-
Method Detail
-
perform
public void perform()
Deprecated.Double-clicks on the given element.
-
asInteractions
public java.util.List<Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.- Specified by:
asInteractions
in interfaceIsInteraction
-
-