Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: stuck with WWW::Mechanize drop down list

by spazm (Monk)
on Jun 02, 2012 at 06:09 UTC ( [id://973941]=note: print w/replies, xml ) Need Help??


in reply to Re^3: stuck with WWW::Mechanize drop down list
in thread stuck with WWW::Mechanize drop down list

I was just about to suggest mech-dump, good that you are already using it!

Mechanize will only return form elements that are within <form></form> elements.

The "All" dropdown is not within a set of form tags, it directly triggers javascript to reload the page. In cases like this you just have to figure out what the script is doing and duplicate. Possibly just by inspecting the request URL submitted by the browser.

This is an area where scraping pages becomes tedious and tricky.

Replies are listed 'Best First'.
Re^5: stuck with WWW::Mechanize drop down list
by abualiga (Scribe) on Jun 02, 2012 at 13:22 UTC

    Thanks again!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://973941]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-03-19 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found