org.openqa.selenium.interactions
Class DoubleClickAction

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

public class DoubleClickAction
extends BaseAction
implements Action

Double-clicks an element.


Field Summary
 
Fields inherited from class org.openqa.selenium.internal.interactions.BaseAction
onElement, parent
 
Constructor Summary
DoubleClickAction(WebDriver parent, WebElement onElement)
           
 
Method Summary
 void perform()
           
 
Methods inherited from class org.openqa.selenium.internal.interactions.BaseAction
getKeyboard, getMouse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleClickAction

public DoubleClickAction(WebDriver parent,
                         WebElement onElement)
Method Detail

perform

public void perform()
Specified by:
perform in interface Action


Copyright © 2011. All Rights Reserved.