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?
Browsers supported by selenium are: Google chrome, Internet explorer 7 onwards, Safari, Opera, Firefox.
The big news here is that Selenium RC is now officially dead. While everyone using Selenium RC has had years of advance notice to start using WebDriver instead, there are surely a few stragglers out there who will be significantly affected if they want to continue upgrading their version of Selenium.
It supports a number of browsers (Google Chrome 12+, Internet Explorer 7,8,9,10, Safari 5.1+, Opera 11.5, Firefox 3+) and operating systems (Windows, Mac, Linux/Unix). Selenium also provides compatibility with different programming languages – C#, Java, JavaScript, Ruby, Python, PHP.
Selenium RC is deprecated and obsolete now. Though some users still use Selenium RC, the support for it is not there anymore. Selenium RC enabled the feature of recording scripts in multiple browsers namely Chrome, Safari, IE and so on. Also, it had communicated with the browser via the Selenium RC server.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With