Jay Donnell wrote:

I'm using selenium-0.5.0
It didn't work by simply using Assert.matches.

In selenium-0.5.0, use assert.assertMatches (though instantiating a new Assert object, which is equivalent).

What's causing confusion is that this has been changed for the most recent (unrelease) version of Selenium ... assert.assertMatches() will be replaced by Assert.matches().

When in doubt, see "selenium-api.js" for examples.

--
cheers, MikeW                            http://www.dogbiscuit.org/mdub/
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to