- mfsi_sitamj
- Posts : 6
Join date : 2012-02-29
How to open a mail from the yahoo mail inbox using selenium IDE
Thu Mar 01, 2012 2:06 pm
Hi All,
I have tried hard to open a mail from my yahoo mail inbox using selenium IDE, but i have failed to do.
I have tried with -
Thanks in advanced
Sitam
I have tried hard to open a mail from my yahoo mail inbox using selenium IDE, but i have failed to do.
I have tried with -
- Click on any mail in the inbox
- Double-click on any mail in the inbox
- Context menu on any mail in the inbox and then keyPress 'Enter'
Thanks in advanced
Sitam
Re: How to open a mail from the yahoo mail inbox using selenium IDE
Thu Mar 29, 2012 1:32 pm
To read first email use below code
clickAt | class=from
For next email
clickAt | xpath=(//*[@class="from"])[2]
and so on...
clickAt | class=from
For next email
clickAt | xpath=(//*[@class="from"])[2]
and so on...
Permissions in this forum:
You cannot reply to topics in this forum