org.openqa.selenium.interactions
Class KeyUpAction
java.lang.Object
org.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.KeysRelatedAction
org.openqa.selenium.interactions.internal.SingleKeyAction
org.openqa.selenium.interactions.KeyUpAction
- All Implemented Interfaces:
- Action
public class KeyUpAction
- extends SingleKeyAction
- implements Action
Emulates key release only, without the press.
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 |
KeyUpAction
public KeyUpAction(Keyboard keyboard,
Mouse mouse,
Locatable locationProvider,
Keys key)
KeyUpAction
public KeyUpAction(Keyboard keyboard,
Mouse mouse,
Keys key)
perform
public void perform()
- Specified by:
perform
in interface Action
Copyright © 2012. All Rights Reserved.