implement Drag and drop in automation anywhere

Andy1978

New Member
Thanks for the reply..

We are using a windows tool which has 2 list boxes. I am trying to automate dragging and dropping a value displayed in one of the list box to another list box. I tried with Mouse click and move but it didn't work. Can this be automated in AA?
 

emayan90

New Member
Sorry we couldn't have any other options in AA, and have you tried with VB script for drag and drop functionality alone ?

if it is working in VB script then we can execute the VB script in AA
 

Andy1978

New Member
S
Sorry we couldn't have any other options in AA, and have you tried with VB script for drag and drop functionality alone ?

if it is working in VB script then we can execute the VB script in AA

Sorry for the late reply. The Mouse Click and Mouse Move finally worked. Thanks for your guidance.
 

venkat basa

New Member
S


Sorry for the late reply. The Mouse Click and Mouse Move finally worked. Thanks for your guidance.


Hi
could you please share the code for mouse click and mouse move

i have same scenario in QAD system,i need to drag the Bar in QAD system

Thanks & Regards,
Venkat
 

Umuruk

New Member
Hi

I'm adding screenshoot. It is the formula of drag an drop

Insert mause click > button down
Insert mause move > Starting and finishing position
Insert mause click > button up
 

Attachments

  • helpING22.JPG
    20.1 KB · Views: 58
Top