FlashSelenium is based on Selenium RC.
We should run Selenium Server before test.
This is the old mechanism.
Recently, Selenium 2.0 was published, And WebDriver mechanism is more friendly.
So, I have tried to modify FlashSelenium into a new version based on this
WebDriver.
And my codes (include test codes) are attached.
For more info or some discussion, pls see my blog:
http://guyun.me/2011/09/30/flashselenium-webdriver%E7%89%88%E6%9C%AC/
PS: I only made the ruby version. You can made your own other version, like
java.