Send Keys

It simulate keypress action to trigger the key down event needed on the page.


Usage

[MADCOW:htmlElementReference].sendKeys = <<text value to send keys>>

Examples

aInputId.sendKeys = DOWN
aInputId.sendKeys = DOWN, ALT
createClaim_claimTab.sendKeys =ENTER, DOWN
billingCenter_common_menu_newpayment.sendKeys = RIGHT
billingCenter_common_payments_paymentAmount.sendKeys = HOME, DELETE