jquery-sendkeys

4.0.0 • Public • Published

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.

Package Sidebar

Install

npm i jquery-sendkeys

Weekly Downloads

1,988

Version

4.0.0

License

MIT

Last publish

Collaborators

  • refractalize