Write the script to delete the mail which is at 9th,13th and
18th place in INBOX of Gmail ?
Answer Posted / kavitapriyacr
Browser("title:=Gmail - Inbox - xyz").Page("title:=Gmail -
Inbox - xyz").Frame("name:=abcd").WebCheckBox
("index:=9").Set "ON"
' similarly select checkboxes with index 13th and 18th and
click on Delete button
Browser("title:=Gmail - Inbox - xyz").Page("title:=Gmail -
Inbox - xyz").Frame("name:=abcd").WebButton
("text:=Delete").Click
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
write script for bitmap image?
what type of automation is follwed in the project?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What is synchronization point in QTP?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How to break the object spy ?
How to creating an output value using quicktest professional?
How are actions and functions different in QTP?
What is the difference in testing a client-server application and a web application?
Explain different types of checkpoints?
What is quicktest professional?
Can U Explain about QTP tool from older version to latest version also its differences?
Hi,All How to create a link in excel sheet using qtp
In what occasion we can specify global sheet and action sheet?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...