Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Hello Monks!

This is my first time trying to do some screen scraping. In my real life I use Perl to automate administration tasks and parse data. This is my first experience with OO and screen scraping. What I basically need to do is, log into my Netgear router, navigate to the page that shows the port rules and select/de-select radio buttons to open or close ports. Then submit the form.

I found that I can login with the LWP module and get the html from the correct page showing the port settings. I also found that can not login in when using Mechanize. I am having a bit of trouble getting the form name and the names of the fields.

So..... can you please tell me if I am on track?
I have plans on using LWP to login and get the resulting html that shows the port settings. Use Mechanize to select and de-select radio buttons. Use Mechanize to submit the form. Use LWP to get the html back and Tokeparser to get and display the final settings in a reportish looking type of output.

Does this sound like a good way of going about this? Any advice would be greatly appreciated. I'm somewhat lost here.

Regards.

Edited by davido: Added formatting tags to match original input intent.


In reply to screen scraping by garskoci

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 15:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found