![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: button not clickable with WWW::Mechanizeby Joost (Canon) |
on Mar 17, 2006 at 14:44 UTC ( [id://537465]=note: print w/replies, xml ) | Need Help?? |
WWW::Mechanize does not support javascript (the onclick stuff).
If I recall correctly, BUTTON tags actually don't do anything unless they're embedded in a link or have javascript actions. If you're on windows, you might give Win32::IE::Mechanize a try - it's a Mechanize replacement that uses internet explorer as a backend, and does support javascript.
In Section
Seekers of Perl Wisdom
|
|