Forum Discussion

googleid_109862's avatar
googleid_109862
New Contributor
13 years ago

How to get browser status bar text

Hi,

I am using Internet explorer for automation.
In my application if we perform any action then corresponding output will display under the browser status bar.

please help me how to get the status bar text.

Regards,
Shankar L

1 Reply

  • You can get the wText contents to retrieve text. If you use the object spy to inspect the status bar of IE (I did this using IE9) you can see all of the available properties.



    Hope this helps!