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 / sumathi

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
k=Browser("Yahoo!").Page("Inbox (10) - Yahoo!
Mail").webtable("inbox(10)").ChildItem
(10,1,WebCheckBox,index)
k.delete

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the naming conventions while declaring a variable in the vbscript language?

618


What is the use of the recordset object and which statement is used to create such an object?

527


Which command is used for writing text on a page?

574


Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

572


What are subprocedures in vbscript?

657






What is the output of a + b in vbscript if a = 5 and b = 10?

2091


why variable name should not exceed 255 characters?

1815


Explain the arrays in vb script?

585


What is sql loader? Explain the files used by sql loader to load file?

620


What are the special sub-types in vbscript?

546


Explain the support of asp for vb script functionality?

635


give me any information abou vb script books learn quckly

1657


Which date function is used in the vbscript language to find the difference between the 2 dates?

589


What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?

487


How will you release the memory acquired by an array variable in vbscript?

742