I am developing a site that uses a ton of jQuery events. I need to be able to trigger some of these easily for testing purposes. Currently, I am continuously typing the following line into the console:
$('body > #wrapper > .myClassHere').trigger('mouseenter');
Is there a developer plugin, or a feature that I am missing, for a browser (preferably Chrome) that can easily trigger these automatically?