Reputation: 21371
An ideal one would be where I could:
I know that's too much to ask for, but which one gets closest?
Upvotes: 0
Views: 345
Reputation: 37756
You can use Selenium RC or Selenium 2 (WebDriver) for automated cross-browser testing as well as different platform.
Selenium WebDriver is better than Selenium RC. Selenium RC is deprecated now. You can find the details about Selenium2 (WebDriver) in the following URL:
http://docs.seleniumhq.org/docs/03_webdriver.jsp
Upvotes: 1