On 7/6/06, Andy Lester <[EMAIL PROTECTED]> wrote:
On Jul 6, 2006, at 10:22 AM, Gabor Szabo wrote: > Using Test::WWW::Mechanize 1.10 I am trying to > $w->page_links_ok(); > > on a page that has an e-mail address in it and the test fails. > > How could I tell TWM not to bother with the mailto links on the page? That's silly that it tries the mailto. I'm fixing it right now.
thanks. 1.12 works well. Gabor