/send_keys

This jQuery plugin will emulate typing of the input string into one or several text fields (<input type="text" /> or <textarea></textarea>). The plugin does this by iterating throught the input string and setting the elements value character by character while triggering the proper keyboard events.

Primary LanguageJavaScript

Stargazers