09-23-2008, 02:49 PM
hi,
i m using qtp for a web based application.i used below mentioned script,here GetRoproperty is not retrieving the property.Could anyone help me regarding this
i m using qtp for a web based application.i used below mentioned script,here GetRoproperty is not retrieving the property.Could anyone help me regarding this
Code:
If browser("Gmail: Email from Google").Page("login page").Exist Then error1=browser("Gmail: Email from Google").Page("login page").WebElement("erro").GetROProperty("text")
msgbox error1
else
browser("Gmail - Inbox (6) - commonuser").Page("Gmail - Inbox (6) - commonuser").Sync
End If