Andrew,
A right click is not technically a part of the Web connection.it must be
done in windows. Here's a short example:
Sub myScript1()
Connect "iGoogle", stWeb1
First
Pause "Maps<A>@iGoogle" 'finds an element
Connect "iGoogle", stWindows 'connects to windows
Key "@_SHOW_MOUSE"
Click , , True, selected.offsetleft / 6, selected.offsettop / 6 + 1
'right clicks here, the offsets are in pixels and are converted to row and
col
Wait
Key "{down}{down}{down}{down}{Enter}" 'keys to select Save As
Wait 2
Key "@@@_%s" 'blind key press to save as file(we're not in the
application anymore)
End Sub
Rich McNeil
Boston Software Systems
866 653 5105 x 813
www.bostonworkstation.com
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Koehler
Sent: Friday, April 04, 2008 1:52 PM
To: [email protected]
Subject: [Talk] Web right click?
Is it possible to do a right mouse click with a web connection? I am trying
to click on a link and choose "save target as"
Thanks
Andrew Koehler
ehealthclaim.net
877-881-7484
The information in this email, including attachments, may be confidential
and/or privileged and may contain confidential health information. This
email is intended to be reviewed only by the individual or organization
named as addressee. If you have received this email in error please notify
ehealthclaim.net immediately, and destroy all copies of this message and any
attachments. Confidential health information is protected by state and
federal law, including, but not limited to, the Health Insurance Portability
and Accountability Act (HIPAA) of 1996 and related regulations.