Can we use Microsoft.VisualStudio.TestTools.UITesting.Mouse
for automation purpose in a program (Is it possible to use it with our normal application cording. Not for the testing. )
I want to automate some mouse movements in my program. Like we are doing in Microsoft UI automation. I am not going to create a test project.
If this is possible please advice me.
Is mouse simulation is possible with UI automation?
EDIT
Since this is (Microsoft.VisualStudio.TestTools.UITesting.Mouse
) used for coded UI testing I want to know is it possible to use in normal programming purpose. Because this Mouse
class has some of useful methods which I need.