Mike Williams wrote:

> As it happens, I've just implemented similar functionality.  In
> Selenium-0.6, you'll be able to do
>   | verifyText | headerSpan | regexp:Start date: \d{2}/\d{2}/\d{4} |

How one can specify 'flags' for matching the text, like 'i', 'g', 'm'? How
one can match /Start date: \d{2}/\d{2}/\d{4}/im ?

> Regexp patterns will work for verifyValue, verifyText,
> verifyAttribute, etc. (anywhere we were supporting "glob" patterns
> before), plus verifyAlert and  verifyConfirmation.

> Does your "verifyTextMatch" match against the entire contents of the
> page?


Yes, it does.
At least it seems to be doing it :)

------------------------------
Andrey Yegorov
MetaCommunications Engineering


_______________________________________________
Selenium-users mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to