featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

use element.click() instead of synthetic click events #48

Closed refractalize closed 8 years ago

refractalize commented 8 years ago

New versions of chrome seem not to be responding to our own synthetic click events for form submission. This is a fix for that.