03-18-2010, 05:20 PM
Hi,
I have automate a scenario that open the gmail and login with the credentials and compose a mail to oneself and after that i check the inbox then it gives an error because let say
Before Composing the mail
and after composing it and my inbox would be increase by 1.. that means Page class name should be Gmail-Inbox(43)
then how can i do that
I have automate a scenario that open the gmail and login with the credentials and compose a mail to oneself and after that i check the inbox then it gives an error because let say
Before Composing the mail
Code:
browser("Gmail: Email from Google").Page("Gmail - Inbox (42)").Frame("v1").WebElement("Inbox (42)").Click
and after composing it and my inbox would be increase by 1.. that means Page class name should be Gmail-Inbox(43)
then how can i do that