featurist / browser-monkey

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

submit() #6

Closed refractalize closed 8 years ago

refractalize commented 9 years ago

Realised we didn't have a .submit() on elements.

I was writing something that was listening for an onsubmit event. There was no way to trigger it. One way to do this is with .typeIn('<enter>') but not sure?

Anyway I put this in, it's clean but doesn't really relate to the user pressing the enter key.

dereke commented 8 years ago

closing because this got into master some other way!