Has anyone given thought to a JavaScript/iframe combo (or FireFox
plugin) that captures the clicks/events/etc by a user and records them
as Selenium commands? It could start to get a little hairy (see example
below), but would be very useful.

For example, if you just want the command "type foo bar", but we were
capturing events, you'd end up with:

fireEvent foo click
type foo bar

Or worse:
fireEvent foo click
fireEvent foo keypress (b)
fireEvent foo keypress (a)
fireEvent foo keypress (r)

Any thoughts?

Patrick
_________________
Patrick Lightbody
Professional Services
Jive Software
[EMAIL PROTECTED]
www.jivesoftware.com 
317 SW Alder, Ste 500
Portland, OR 97204
ph (503) 295-6552
fx (503) 961-1047

_______________________________________________
Selenium-devel mailing list
[EMAIL PROTECTED]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to