I tried it...no change.

When I do $ff = FireWatir::Firefox.new()  and use @ff in all the classes 
(I know, not very nice programming...this is for debug reasons) it 
works..
I think it is an inherit problem.

class CLBrowserFF<FireWatir::Firefox isn't correct (but get no message 
of it).

The strange thing is:

with inherit:
self.link(:url, /_groupid_ITEM/)

without inherit:
$ff.link(:url, /_groupid_ITEM/).click


notice the .click on the end
The regexpp isn't the problem...

With inherit it says that it doesn't know .click. and without it has to 
have a .click. This is weird....

cheers,
FF

Angrez wrote:
> Hi,
> 
> Can you try getting the latest code from SVN and see it that works?
> Because as far as I know link does work using URL and regular
> expression. See unit tests for more detail.
> 
> - Angrez

-- 
Posted via http://www.ruby-forum.com/.