Hi,
I wanted to recognize a text message in an application. I successfully inserted the data into a text box( displayed on the application) using the code
IE.Document.All ("username").Va lue
But now i have to identify a message displayed on the top. I was wondering if the following code could work but it did not,
IE.Document.All ("Error Message!").Exis t
Kindly, suggest any method that could identify any object on the page using VB.
Thanks in advance.
I wanted to recognize a text message in an application. I successfully inserted the data into a text box( displayed on the application) using the code
IE.Document.All ("username").Va lue
But now i have to identify a message displayed on the top. I was wondering if the following code could work but it did not,
IE.Document.All ("Error Message!").Exis t
Kindly, suggest any method that could identify any object on the page using VB.
Thanks in advance.