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 one
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.