Yes, it is out of date.
Please replace
    this.assertMatches(expectedValue, actualValue);
with
    Assert.matches(expectedValue, actualValue);

Cheers,
David

David Kemp
ThoughtWorks Australia Pty Ltd
http://www.thoughtworks.com


[EMAIL PROTECTED] wrote on 07/09/2005 07:30:37 AM:

> I copied the example code for
> Selenium.prototype.doTypeRepeated from
> http://selenium.thoughtworks.com/seleniumReference.html
>  
>
> I put it in a file called user-extensions.js but when
> I run it I get this error in the firefox js console.
>
> this.assertMatches is not a function
>
> Is the documentation outdated or am I missing something?
>
>
>    
>      
> ______________________________________________________
> Click here to donate to the Hurricane Katrina relief effort.
> http://store.yahoo.com/redcross-donate3/
> _______________________________________________
> Selenium-users mailing list
> Selenium-users@lists.public.thoughtworks.org
> http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to