org.openqa.selenium.remote
Class RemoteKeyboard
java.lang.Object
org.openqa.selenium.remote.RemoteKeyboard
- All Implemented Interfaces:
- Keyboard
public class RemoteKeyboard
- extends Object
- implements Keyboard
An implementation of the keyboard for use with the remote webdriver.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executor
protected final ExecuteMethod executor
RemoteKeyboard
public RemoteKeyboard(ExecuteMethod executor)
sendKeys
public void sendKeys(CharSequence... keysToSend)
- Specified by:
sendKeys
in interface Keyboard
pressKey
public void pressKey(Keys keyToPress)
- Specified by:
pressKey
in interface Keyboard
releaseKey
public void releaseKey(Keys keyToRelease)
- Specified by:
releaseKey
in interface Keyboard
Copyright © 2012. All Rights Reserved.