FaC
6 years agoOccasional Contributor
How to record a mouse rotative picking as on-screen action
Hi,
during my record I made a rotative picking (left click enable I made one or more right clicks), actually TestComplete record two on-screen actions: one click then one clickR.
How to do to record left click enable + clickR on one action?
Regards
FaC
You can look into using the MouseDown/MouseUp methods in some fashion to co-ordinate pressing one mouse button down followed by clicking another and then a MouseUp.
https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/desktop/mousedown-method-desktop-object.html