01-07-2012, 03:09 AM
Hi,
You can get it by using GetROproperty and as far as object identification is concerned, you can use regular expressions ex: for the webpage's title you can use ".*" in descriptive programming.
Thanks
Akankhya
You can get it by using GetROproperty and as far as object identification is concerned, you can use regular expressions ex: for the webpage's title you can use ".*" in descriptive programming.
Code:
Browser("name:=").Webpage("title:=.*")
Thanks
Akankhya