org.openqa.selenium.interactions
Class KeyDownAction
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.KeyDownAction
- All Implemented Interfaces:
- Action
public class KeyDownAction
- extends SingleKeyAction
- implements Action
Emulates key press only, without the release.
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 |
KeyDownAction
public KeyDownAction(Keyboard keyboard,
Mouse mouse,
Locatable locationProvider,
Keys key)
KeyDownAction
public KeyDownAction(Keyboard keyboard,
Mouse mouse,
Keys key)
perform
public void perform()
- Specified by:
perform
in interface Action
Copyright © 2013. All rights reserved.