I have a website with registration forms. I’m going to be demoing the website onscreen, and would like to have the forms fill themselves out, as if a person was manually typing in the form data.
Is there a relatively simple way to do this with jQuery?
Thanks very much!
From this Stack Overflow question, it looks like there’s a jQuery plug-in called jTypeWriter that might do what you’re looking for.
But as Robert says, the Selenium IDE plug-in for Firefox lets you record and play back browser interactions — assuming you’re demoing from your own computer, that’s probably easier than writing a bunch of jQuery code.