in reply to Re: Screen scraping
in thread Screen scraping

1) Use <code> code here </code> tags

2) What do you mean by GUI? Also, what is this menu that you need to navigate to the middle of ?

WWW::Mechanize::FAQ, WWW::Mechanize::Examples, WWW::Mechanize::Shell

Replies are listed 'Best First'.
Re^3: Screen scraping
by anush81 (Initiate) on Aug 13, 2009 at 07:13 UTC
    The problem is I have an User Interface in servlet. I have my Menu bar (Navigation toolbar) like
    | |-"System" |-"Alarms" |-"Trunks" |-"Resources" |-"Networking".
    I want to navigate to "Resources" and that will display a screen. I have to grap values in that screen. This is what I am intending to do... Any help??? Thanks, Anusha
      I'm sorry what? WWW::Mechanize (LWP) talks HTTP/CGI to web servers. It deals with HTML links and forms. If you follow the links I gave you previously, you can see many examples of how to use it.