05-26-2008, 07:05 PM
Dear Priya,
Please try this one after that your doubt will be clarified.
Please execute the below steps:
1. Login to the gmail.
2. Click on the checkpoint for inbox after that get the celldata.
3. Finally impliment the below logic
Thanks & Regards,
Durai
Please try this one after that your doubt will be clarified.
Please execute the below steps:
1. Login to the gmail.
2. Click on the checkpoint for inbox after that get the celldata.
3. Finally impliment the below logic
Code:
Browser("Gmail: Email from Google").Page("Gmail - Inbox (1859)").Frame("v1").WebTable("Inbox (1859)").Check CheckPoint("Inbox (1859)")
x=Browser("Gmail: Email from Google").Page("Gmail - Inbox (1859)").Frame("v1").WebTable("Inbox (1859)").GetCellData(2,1)
z= mid(x,8)
msgbox z
counts=left(z,len(z)-1)
msgbox counts
Thanks & Regards,
Durai