[EMAIL PROTECTED] wrote on 17/09/2005 01:22:05 AM:

> How do I get verifyConfirmation to just verify that a dialog was
> generated and not that the text matches a specific value. I don't want
> to verify the contents as it been generated on the fly in the _javascript_
> and is complex
>

Pattern matching on alerts and confirmations was introduced shortly after release 0.5.
So you could either wait for release 0.6 (should be soon), or download the latest tarball from the svn repository
(http://svn.selenium.codehaus.org/trunk/code/)

This will allow you to do:

<tr>
<td>verifyConfirmation</td><td>*</td>
</tr>

Cheers,
David


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

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to