Hi,

Please let me know,if any one have any solution for the below mentioned
query.

I have to right click on the attachment and want to save it as "Save As
Target".
The attcahment is linked to an email.

I am using the below code...but it doesn't hlped me out

Set WshShell = CreateObject("WScript.Shell")
idx = 15 ' Option number
For i = 1 To 5
WshShell.sendkeys "{DOWN}"
next
If i=3 Then
WshShell.sendkeys "{ENTER}"
end if.

This code clicks directly on the attachment but donot perform the right
click action.

Please let me know if anyone has any solution for this.

Thanks and Regards,
Nidhi

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to