Slide 5
Slide 5 text
Classic v. Webdriver
watir-classic
• Windows
• Supports Internet
Explorer.
• Interacts directly through
the DOM. It’s built on top
of OLE.
watir-webdriver
• Windows/OSX/Linux
• Supports the major
browsers (IE, Firefox,
Chrome, Safari),
headless, and mobile.
• Built on top of Selenium
Webdriver’s ruby
bindings.
• Uses Native Events.