libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 53 forks source link

WM: 'Link not found' message could be more informative #175

Open spazm opened 7 years ago

spazm commented 7 years ago

ed.at.me...@gmail.com reported on May 18, 2010

When you call $mech->follow_link('X') but the page does not contain a link
with text X, then Mech reports the error

    Link not found

It would be better to report something like

    Link with text 'X' not found in page http://whatever

Details

Imported from Google Code issue 168 via archive

Comments

petda...@gmail.com commented on Jun 9, 2010 :

(No comment was entered for this change.)