find_all_links() Perl function don't find all links
Posted
by
Malincy Montoya
on Stack Overflow
See other posts from Stack Overflow
or by Malincy Montoya
Published on 2012-12-05T23:02:07Z
Indexed on
2012/12/05
23:03 UTC
Read the original article
Hit count: 319
I'm starting with Perl and I'm trying to do a script that log me out of a page (I already did the login one). The think is, I'm trying to use find_link function from WWW::Mechanize (I also tried WWW::Mechanize::Firefox) to find the logout link, but it's not working. So, my question is:
is the event onmouseover avoiding that link to be founded? I think WWW::Mechanize::Firefox supports javascript but maybe it's not correct.
Logout
Is there a way to do what I want? Any help or suggestions will be highly appreciated.
© Stack Overflow or respective owner