featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

keypress events #8

Closed dereke closed 7 years ago

dereke commented 9 years ago

Only keypress events should send the charCode. keyup/down should send key location.. but not sure how to figure that out (or if it is practical)

also enabled an append mode for typeIn typeIn('text', {mode: 'append'}) api is a bit naff though.