anbutechie has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Lets take, Application's login page has invoked in IE by IE::Mechanize or IEAutomation module. Provide valid user name, invalid password and click on the login button by script written with help of IE::Mechanize or IEAutomation module.

On clicking login button, message "Incorrect user name/password gets displayed in application. Is it possible to catch that message by script.

Regards,
Anbarasu
  • Comment on Is it possible to get the application messages

Replies are listed 'Best First'.
Re: Is it possible to get the application messages
by moritz (Cardinal) on Mar 06, 2009 at 08:54 UTC
    You could try to extract that information from $ie->content or $ie->Document.
Re: Is it possible to get the application messages
by Anonymous Monk on Mar 06, 2009 at 09:34 UTC