Jump to content

Both MouseDown, MouseUp and MouseClickDrag fail to operate as specified in the documentation.


Recommended Posts

This occurs while attempting to use a WPF application running in debug mode from visual studio 2013 on Windows 8.1.

Each function moves the mouse to the correct position, but neither holds the left button down and drags it to the correct location.

I had seen a similar issue before but once I ran it as admin using #RequireAdmin I had no problem clicking and dragging, in this case requireadmin does not change the outcome.

Script that is failing:

MouseDown("Left")
Sleep(2000)
MouseMove(1499, 217)
Sleep(1000)
MouseUp("Left")
Edited by Solidham
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...