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