Open Yahoo Login Page
in that page Suppose i have 100 mails and i want to delete
10'th mail now give procedure & Coding For that Scenario
Answer Posted / ddpras
Browser("Yahoo!").Page("Yahoo!").Link("Mail").Click
Browser("Yahoo!").Page("Yahoo! Mail: The best").WebEdit
("login").Set "ch_sumathi2004"
Browser("Yahoo!").Page("Yahoo! Mail: The best").WebEdit
("passwd").SetSecure "486c6f4be481a70bf13b2b81453298b462a1"
Browser("Yahoo!").Page("Yahoo! Mail: The best").WebButton
("Sign In").Click
Browser("Yahoo!").Page("(10 unread) Yahoo! Mail").Link
("Inbox (10)").Click
Set k=Browser("Yahoo!").Page("Inbox (10) - Yahoo!
Mail").webtable("inbox(10)").ChildItem
(10,1,"WebCheckBox",index)
k.Set "ON"
Browser("Yahoo!").Page("(10 unread) Yahoo! Mail").WebButton
("Delete").Click
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Which operator can be used to change the value of the operand or change the state of the condition?
how to write validation function for date in vb script
Write a code to print numbers from 5 to 0?
How to open excel in vb script?
What are the different types of operators and their order of precedence?
what types of bugs will we find out in banking projects for automation testing?
why do u choose to go for testing why cant for devoloping
How to take whole text output from screen of Bitmap Application.
How to Import data from a file (file is on the desktop) to the data table
how to comvert 120 into one hunderd twenty rupees only and vice varsa
How will you get the natural logarithm of the given number in vbscript?
How will you compare two strings in vbscript?
Can u describe what kind of testing are for OTC derivates by banks.
Illustrate briefly about the different types of statement
Which operator can be used to check if two numbers are equal or not in vbscript?