You can get the text displayed in status bar of internet explorer using below statement.
strText = Browser("google").Object.StatusText
print strText
This is how we can read the status bar text from QTP.
Please note that StatusText is the native property of Browser.
Please give your inputs, suggestions, feedback to Us. We value your thoughts.
strText = Browser("google").Object.StatusText
print strText
This is how we can read the status bar text from QTP.
Please note that StatusText is the native property of Browser.
Please give your inputs, suggestions, feedback to Us. We value your thoughts.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs