Hi,
Another newbie question. I’m sort of confused as I often find
instructions
on the internet that don’t work.
Now I was looking for ways to click a link that can only be selected in
a
complex way using CSS selectors.
I found an example
within “#entry_2” do |scope|
scope.click_link “Delete”
end
The article suggests this done using Webrat but when I try to use it
the message is that ‘within’ does not exist. I am using Webrat right?
I have this in env.rb
require ‘webrat’
require ‘webrat/core/matchers’
Best Regards,
Onno