4.0.0 • Published 8 years ago

jquery-sendkeys v4.0.0

Weekly downloads
1,180
License
MIT
Repository
github
Last release
8 years ago

jQuery sendkeys

This is an NPM and browserify compatible version of jQuery.sendkeys. It's very useful for testing HTML pages by simulating key presses on text inputs and textareas.

how to use?

var $ = require('jquery');
require('jquery-sendkeys');

$('input.search').sendkeys('something');

See full documentation here.