Archive for July, 2007
How to Get Text from Status Bar
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.
ie.status
=> “Done”
I just had to put it at How To page of Watir Wiki.