Question
6
Replies
136
Views
Posted: February 3, 2020
Last activity: February 9, 2020
Closed
Solved
Automating Mouse Movement
Hey all,
I am stuck with how to automate user mouse actions. I need to click a button "One Time" but it requires the user to mouse over controls for it to become visible. I have tried using the focus method but it still requires a manual mouse over each control to work.
I'm hoping there way to automate this process? Especially if there is a way to click it directly or redirect the mouse position in a script.
Thanks
You would likely need to do that with some C# as there isn't really a way within the product to control the mouse. Is this a web application? If so, there may be ways of triggering the click depending on how the menu is generated. If it is a Windows application, then you might look into creating a component to position the cursor or perhaps using UI.Automation to click the control.