04-20-2013, 11:32 PM
Hi,
I am trying to identify the gmail objects with the following code in dp:
Please help.
Thanks,
Paras
I am trying to identify the gmail objects with the following code in dp:
Code:
y = Browser("title:=Gmail").GetROProperty("name")
msgbox y
Above code is executing correctly and displaying the output.
But the below code on the same page is throwing the error,attached the screenshot of the error.
x = Browser("name:=Inbox (2,397) - paras.sidhu@gmail.com - Gmail#inbox").GetROProperty("name")
msgbox x
Please help.
Thanks,
Paras