I develop a public-facing survey website. We get heavy IE6 usage, and it's not going away any time soon. Since we're dealing with the public, we can't tell people to use something else.
I wanted to start using selenium to do automated web testing, but it can't handle javascript alert boxes, which we use for error messages.
I was thinking about migrating to a more web 2.0 error message, but I'm not sure about compatibility with IE6. I couldn't find easily how well IE 6 works with scriptaculous.
If I can't use scriptaculous, what can I use that works in IE6 and is amenable to selenium testing?