Its ok. I am able to get the webelement name
GetROProperty("innertext") will do the work
Ans:
GetROProperty("innertext") will do the workAns:
Code:
val = Browser("Google Search").Page("Google Search").WebElement("(GMT+.*)").GetROProperty("innertext")
