While using page_link_ok it checks all the links on the page, including those that point to external sites.
It is bth unpolite - why hit their site every time I run my test script and when I am working off line it generates false errors. What would be the correct and easy way to test only links that are internal to the site. Maybe a page_internal_links_ok() method? Gabor