https://github.com/featurist/jquery-sendkeys
https://github.com/featurist/jquery-sendkeys
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/featurist/jquery-sendkeys
- Owner: featurist
- Created: 2014-12-27T09:13:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T09:43:36.000Z (almost 10 years ago)
- Last Synced: 2025-05-05T00:35:23.877Z (9 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 21
- Watchers: 8
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# jQuery sendkeys
This is an NPM and browserify compatible version of [jQuery.sendkeys](http://bililite.com/blog/2011/01/23/improved-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](http://bililite.com/blog/2011/01/23/improved-sendkeys/). Original repo here: [https://github.com/dwachss/bililiteRange](https://github.com/dwachss/bililiteRange), v4 taken from commit [254894b971a73c80e12fab9be416c8ad1c689452](https://github.com/dwachss/bililiteRange/commit/254894b971a73c80e12fab9be416c8ad1c689452)