I am trying to find a full list of Selenium RC browser launchers. So far I've not been able to find any documentation that lists them all. I've gathered the following ones from various sources.
Are there any others lurking out there? Is there any source of documentation on how each one is used?
If you try and start a selenium session with the wrong browser id
e.g.
selenium = new DefaultSelenium("localhost", server.getPort(),
"*gf", "http://www.eviltester.com");
Then selenium 1.0.3 will report the following list:
Supported browsers include:
This lists a few more than you have.