Hi,
Using GetROProperty we can get the runtime properties for any object.
If you are working with only one browser on your desktop then we can use the following code to get the Title
Title ="xxxxx"
validate the BrowserName with the variable 'Title' that you have
Thanks,
Vijay
Using GetROProperty we can get the runtime properties for any object.
If you are working with only one browser on your desktop then we can use the following code to get the Title
Code:
BrowserName=Browser("micclass:=Browser").GetROProperty("name")
PageName=Browser("micclass:=Browser").Page("micclass:=Page").GetROProperty("title")
Title ="xxxxx"
validate the BrowserName with the variable 'Title' that you have
Thanks,
Vijay