[wtr-general] Re: Introducing Watirsome

2013-05-19 Thread Jarmo Pertman
By the way, element class method in test-page is not the same as your tag-based methods. Element in test-page is a method for providing container element - e.g. like el in Backbone.js. The method name is element because it is framework agnostic - e.g. you can use it with Watir-WebDriver,

Re: [wtr-general] Re: Introducing Watirsome

2013-05-19 Thread Alex Rodionov
Yep, I understand. A lot similar does page-object by wrapping elements in own classes thus allowing to support both watir-webdriver and selenium-webdriver. The point of watirsome is a bit different - it exposes Watir classes so you could work with the same old well-known API. That's what I