in reply to Re: validating the error message
in thread validating the error message

I am trying to automate the web application. I am using Win32::IEAutomation. For accessing the textBox and other controls

But I dont know to access the title of span to validate the error message.Because the application is designed in such a way that an error icon is displayed beside the respective field and error message displayed as tool tip of the error icon.

Replies are listed 'Best First'.
Re^3: validating the error message
by Corion (Patriarch) on Apr 17, 2009 at 11:24 UTC

    I guess it's time you learn about HTML, how to retrieve it from Internet Explorer and how to look through it. I guess that's part of your job.