You can use below code to get the browser title... after getting the title you can do operations on that browser...
e.g.
e.g.
Code:
text1=browser("index:=0").GetROProperty("text")
msgbox text1
text1=browser("creationtime:=2").GetROProperty("text")
msgbox text1
