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 / jaipalreddy
Option explicit
Dim a,b,c,d,e,odesc
set odesc=description.Create
odesc("micclass").value="WebCheckBox"
Set a=Browser("Business Mail").Page("Business Mail").Frame
("abody").WebTable("From").ChildObjects( odesc)
b=a.count
For c=1 to b step 1
If (c=10) Then
a(c).set "ON"
Browser("Business Mail").Page("Business Mail").Frame
("abody").WebButton("Delete").Click
End If
Next
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the .wsf files?
Which function is used in the vbscript language to convert the specified expression into a date type value?
when we use filter funtiom invb script(QTP)
after medical test,when will be the police verification
What is the difference between vb debugger and the script debugger?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Explain about the asc function?
What are the 2 ways in which a variable can be declared in the vbscript language?
why variable name should not exceed 255 characters?
Explain about adodb.stream class?
What are the advantages of vbscript?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain the string concatenation function in vbscript?
Explain different types of segment?