/jquery-simulate

jQuery Simulate is a plugin to simulate browser mouse and keyboard real events. This plugin leveraged the jQuery UI Automated tests to another level, giving the possibility to create automated scripts to test UI components (drag, drop, sortables, etc).

Primary LanguageJavaScript

/*!
 * jquery.simulate - simulate browser mouse and keyboard events
 *
 * Copyright (c) 2009 Eduardo Lundgren (eduardolundgren@gmail.com)
 * and Richard D. Worth (rdworth@gmail.com)
 *
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * jQuery Simulate is a plugin to simulate browser mouse and keyboard
 * real events. This plugin leveraged the jQuery UI Automated tests to
 * another level, giving the possibility to create automated scripts to
 * test UI components (drag, drop, sortables, etc).
 */