Skip to content
Daniel Gregoire edited this page Dec 28, 2010 · 1 revision

Pro's for Watir-WebDriver over Watir

  • Watir-WebDriver (via selenium-webdriver) supports graphical browsers Internet Explorer, Firefox and Chrome, as well as the HtmlUnit headless browser, making it a one-stop shop for browser compatibility.

  • Watir-WebDriver works with JRuby, which lets us leverage Java libraries where needed (e.g. Native keywords provided by this project)

Con's of Watir-WebDriver