org.openqa.selenium.ie
Class InternetExplorerKeyboard
java.lang.Object
org.openqa.selenium.ie.InternetExplorerKeyboard
- All Implemented Interfaces:
- Keyboard
public class InternetExplorerKeyboard
- extends Object
- implements Keyboard
Implements the Keyboard interface for IE by calling the underlying
IE lib.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternetExplorerKeyboard
public InternetExplorerKeyboard()
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
sendKeys
public void sendKeys(com.sun.jna.Pointer element,
String keysSequence)
pressKey
public void pressKey(com.sun.jna.Pointer element,
Keys modifierKey)
releaseKey
public void releaseKey(com.sun.jna.Pointer element,
Keys modifierKey)
Copyright © 2011. All Rights Reserved.