July 2019
Intermediate to advanced
536 pages
12h 57m
English
This is used to type in alphanumeric and special character keys into WebElements such as textbox, textarea, and so on. This is different than the WebElement.sendKeys(CharSequence keysToSend) method, as this method expects the WebElements to have the focus before being called. The API syntax for the sendkeys() method is as follows:
public Actions sendKeys(CharSequence keysToSend)
We expect you to implement a couple of test scripts around these keyboard events using the keyUp, keyDown, and sendKeys() methods.
Read now
Unlock full access