org.openqa.selenium.ie
Class InternetExplorerKeyboard

java.lang.Object
  extended by org.openqa.selenium.ie.InternetExplorerKeyboard
All Implemented Interfaces:
Keyboard

public class InternetExplorerKeyboard
extends java.lang.Object
implements Keyboard

Implements the Keyboard interface for IE by calling the underlying IE lib.


Constructor Summary
InternetExplorerKeyboard()
           
 
Method Summary
 void pressKey(Keys keyToPress)
           
 void pressKey(com.sun.jna.Pointer element, Keys modifierKey)
           
 void releaseKey(Keys keyToRelease)
           
 void releaseKey(com.sun.jna.Pointer element, Keys modifierKey)
           
 void sendKeys(java.lang.CharSequence... keysToSend)
           
 void sendKeys(com.sun.jna.Pointer element, java.lang.String keysSequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternetExplorerKeyboard

public InternetExplorerKeyboard()
Method Detail

sendKeys

public void sendKeys(java.lang.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,
                     java.lang.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.