simple mouse drag and drop?

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
joiner
Posts: 8
Joined: Tue Dec 04, 2012 9:42 am

simple mouse drag and drop?

Post by joiner » Tue Dec 04, 2012 10:10 am

i wish to move/drag an image from coordinate fix A(522,122) to fix B(393,109).I try ds command,but failed. So,how to do it?

SIZE X=1145 Y=578
DS CMD=MOVETO X=522 Y=122 CONTENT=
DS CMD=LDOWN X=522 Y=122 CONTENT=
DS CMD=LUP X=393 Y=109 CONTENT=
Tom, Tech Support
Posts: 3834
Joined: Mon May 31, 2010 4:59 pm

Re: simple mouse drag and drop?

Post by Tom, Tech Support » Fri Dec 07, 2012 12:21 pm

Hi joiner,

You first need to do an LDOWN command, followed by one or more MOVETO commands, and then the final LUP to simulate drag-and-drop.

For an example, see the AJAX-Tree demo macro that installs with iMacros!
Regards,

Tom, iMacros Support
Post Reply