![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^2: screen scrapingby garskoci (Novice) |
on Jan 09, 2005 at 17:10 UTC ( #420705=note: print w/replies, xml ) | Need Help?? |
Hello again. Well, I got a bit further. I'm actually trying to check a checkbox, not a radiobutton as I previously stated.
I can log in, get the html from the page. When I try to check the checkbox, I don't receive any errors, but it's not working either.
Here is my script.
Here is the html that I think I should be working with. This one appears to be checked. This one appears not to be checked and is the one that I'm trying to check.
Am I doing something wrong? Thanks. I just wanted to add the html for the "Apply" button.
I know that I'm very close. I tried to use to click the Apply button, but it produces the following error. Unknown click_button parameter "Apply" at ./pm_test.pl line 23 Can't call method "header" on an undefined value at /usr/lib/perl5/site_perl/5.8.3/WWW/Mechanize.pm line 1763.
In Section
Seekers of Perl Wisdom
|
|