org.openqa.selenium.interactions
Class DoubleClickAction

java.lang.Object
  extended by org.openqa.selenium.interactions.internal.BaseAction
      extended by org.openqa.selenium.interactions.internal.MouseRelatedAction
          extended by org.openqa.selenium.interactions.DoubleClickAction
All Implemented Interfaces:
Action

public class DoubleClickAction
extends MouseRelatedAction
implements Action

Double-clicks an element.


Field Summary
 
Fields inherited from class org.openqa.selenium.interactions.internal.MouseRelatedAction
mouse
 
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction
where
 
Constructor Summary
DoubleClickAction(Mouse mouse, Locatable locationProvider)
           
 
Method Summary
 void perform()
          Double-clicks on the given element.
 
Methods inherited from class org.openqa.selenium.interactions.internal.MouseRelatedAction
getActionLocation, moveToLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleClickAction

public DoubleClickAction(Mouse mouse,
                         Locatable locationProvider)
Method Detail

perform

public void perform()
Double-clicks on the given element.

Specified by:
perform in interface Action


Copyright © 2011. All Rights Reserved.