Filipin.eu

Željko Filipin's blog.
Home Blog Tags Now License

View on GitHub
12 July 2007

How to Get Text from Status Bar

by Željko Filipin

There was an interesting question recently at Watir General forum. How to get text from Internet Explorer status bar using Watir? I did not know that it was possible. Not only it is possible, but it is so easy.

browser.status
=> "Done"
tags: code - ruby