04-25-2008, 01:50 PM
Code:
msgbox Browser("Gmail - Inbox (15)").Page("Gmail - Inbox (15)").Frame("v1").WebTable("mails").RowCount
my aim is to click on the mail in the INBOX.
i have used regular expression for Browser , Page and Frames.
for the above program i am getting the rowcount for the first time.
when some new mails are received in Inbox , the above program is not working.
the error showing is
"cannot identify the "mails"object's parents"v1"(classFrame). verify that parent properties match an object currently displayed in your application"