I have a app that I would like to perform the following:
Hold left mouse button down
Hold right mouse button down
Release left mouse button
Release right mouse button
I can perform this in the application, manually, and it works fine. If I run it with VA, it seems that it runs it "serially" if you will, in that it does the left mouse button, but doesn't then do the right mouse button at the same time. I've tried adding pauses as well, but no luck.
With that I decided to try and record the sequence, however, the mouse recording doesn't seem to work for mouse clicks either. ANy thoughts?