Methods | This Package | All Packages
Provides methods for sending keystrokes to an application.
package com.ms.wfc.app
public class SendKeys
Remarks
Use the SendKeys class to send keystrokes and keystroke combinations to the active application. This class cannot be instantiated. To send a keystroke to a class and immediately continue with the flow of your program, use the sendKeys method. To wait for any processes started by the keystroke, use the sendKeysWait method.