Xampp is bundled with Bromine, that's the only change I can see for so far..
We're happy to help with any errors you occur. Please post a thread in the forums
Mostly the change is in the way we run selenium RC tests. Before we used hacked versions of the selenium RC drivers, which meant we only supported php. Now we simulate an RC server, capturing the results silently while passing the commands on the the real RC server. Kinda like grid.
So now we support php, ruby and java and anyone that want to do .net or any other language will be able to integrate easily.
That and a ton of bug fixes.
So you support python? that means I can run the supplied Selenium RC python samples and it will work?
Well... actually Bromine does support python tests. We just don't ship any example tests written in python, but you can translate one of the java, php or ruby tests and you'll see it supports python perfectly well. There's an article on implementing C# tests i bromine on the forum. Take a look.
Hmm.. It is still not good enough
I cant even run a test without getting PHP errors ..