cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse button down

MarkGilliland
Level 2
I am trying to RPA a web (HTML) application and I need the ability to trigger an action based on the mouse down event ( rather than the mouse up - clicked event ) The only way I can do it, is to use surface automation and start drag. I would prefer to not use region mode to protect against small changes to the underlying application from breaking my RPA process. I would be surprised if Blue Prism does not support the mouse down event. Does anybody have idea how this can be achieved? Thanks in advance Mark
2 REPLIES 2

SimenAakhus
Level 3
Are you referring to Global Send Keys events? Could you please specify what Mouse Down and Mouse Up refers to? - Simen

I am talking about the actual event fired off when the moused button is pressed and when the mouse button is released. I don't believe Global Send Keys support mouse events