org.openqa.selenium.interactions.internal
Class SingleKeyAction
java.lang.Object
org.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.KeysRelatedAction
org.openqa.selenium.interactions.internal.SingleKeyAction
- Direct Known Subclasses:
- KeyDownAction, KeyUpAction
public abstract class SingleKeyAction
- extends KeysRelatedAction
Used both by KeyDownAction and KeyUpAction
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 |
key
protected final Keys key
SingleKeyAction
protected SingleKeyAction(Keyboard keyboard,
Mouse mouse,
Keys key)
SingleKeyAction
protected SingleKeyAction(Keyboard keyboard,
Mouse mouse,
Locatable locationProvider,
Keys key)
Copyright © 2013. All rights reserved.