I am using Taza, and I can not find a way to define page url.
I am looking at wiki, rdoc and source.
I have found that WatirCraft can do it, but I am not sure if it is not implemented in Taza, or if I am doing something wrong.
For:
require 'rubygems'
require 'taza/page'
module Ecs
class LoginPage < ::Taza::Page
url "login"
end
end
I get:
undefined method `url' for Ecs::LoginPage:Class