Page 1 of 1

Cant move mouse when recording

Posted: Mon Feb 09, 2015 10:25 am
by Khaled
Hi,

I am using a trial version of the RanoreX, till few days ago everything was fine,
but now when I am starting to record a test, i cant move the mouse cursor.

Mouse pointer stays on the top left corner, and it is not possible to move it, if so, it goes back to the same place

I tried changing the resolution and everthing, but it seems like it doesnt want to work :(

any Idea and helps?

tanx in advance

Khaled

Re: Cant move mouse when recording

Posted: Mon Feb 09, 2015 6:02 pm
by krstcs
First, welcome to the forums.

Second, please provide more information when posting about issues. We need to know things like:

What version of Ranorex are you using? (5.2.2 is current today)
What version of Windows are you using?
What technology is your system under test developed in? (Java, HTML/Web, WinForms, WPF, etc.)
What is the text of the error you are receiving?

It would also be helpful if you could post the RanoreXPath to the object that you are having issues with as well as a Ranorex Snapshot of the application under test. You can find information about creating a Ranorex Snapshot here.


Usually when the mouse pointer moves to the top-left corner it is because the XPath points to a valid object, but the object is not actually visible on screen. You can try to make Ranorex wait for the object to become visible by adding " and @visible='true'" to the XPath attribute of the element. For example:

Code: Select all

//button[@text='OK' and @visible='true']
This will find any OK button under the parent object that has the text of 'OK' and is visible.

Re: Cant move mouse when recording

Posted: Wed Mar 18, 2015 10:54 pm
by david0351
I am having the same issue with Ranorex 5.3, Windows 7.
This happens by simply trying to open IE. As soon as I choose the browser and click record my mouse freezes with a red dot next to it.

Re: Cant move mouse when recording

Posted: Thu Mar 19, 2015 11:15 am
by Support Team
Hello david0351,

May I ask you to send an email regarding this issue to [email protected]

Thank you in advance.

Regards,
Robert

Re: Cant move mouse when recording

Posted: Mon Mar 30, 2015 9:36 am
by rotciv
hi Robert
is it possible to update that thread with the result?
I have the same issue on 5.3 and W7
I never had such problem in the past and started after made a few migrations (dunno which one actually caused it but currently I am on the latest 5.3)

thanks

Re: Cant move mouse when recording

Posted: Tue Mar 31, 2015 10:06 am
by Support Team
Hello rotciv,

Updating to our latest version, currently Ranorex 5.3.1 resolved the issue for a customer. Please try the same and let us know if it helps on your side as well.

Thanks,
Robert

Re: Cant move mouse when recording

Posted: Tue Sep 22, 2015 10:59 am
by Sharsky
Hello,

I have the same issue. I've just downloaded V5.4.1, but i am not able to make any recording. This is what happens:
- start recording
- red dot appears
- cursor freezes
- the test-application starts
- a small red box is drawn over the complete desktop
- when moving my mouse, only red dot moves temporarily, but returns to the same location as the cursor
- the faster i move my mouse, the further the red dot temporarily moves away from cursor

I have tried only my laptop screen (disable external monitor). I also have a Wacom tablet which i disconnected. I have restarted the laptop. Ik have not altered any settings.

Any help/ideas ???

Ruud

Re: Cant move mouse when recording

Posted: Thu Oct 01, 2015 10:29 am
by Support Team
Hello Ruud,

Please uninstall Ranorex from your machine. Afterwards, reboot your machine and install the latest version of Ranorex, currently Ranorex 5.4.2.

Please create a new test and check whether the issue still occurs.

Kind regards,
Robert

Re: Cant move mouse when recording

Posted: Mon Feb 08, 2016 1:05 pm
by dav
Hi,

I have got the same problem and I, as well, have a wacom tablet connected to the pc. I have tried to move the mouse pointer using the wacom tablet and it worked.
So, obviously, somehow ranorex is only listening to what the wacom pen is doing, ignoring the mouse. I guess that uninstalling the wacom tablet would be a solution, maybe disconnecting it and restarting will also work.
Or one can use the wacom tablet to navigate to the desired objects.

Re: Cant move mouse when recording

Posted: Fri Aug 19, 2016 10:53 am
by Northers75
Hi,

I have been having the same trouble recently and realised that it was only happening each time I had Snipping Tool open. As long as Snipping Tool is closed Ranorex runs fine.

Not sure if this will help others, but it was definitely the cause of my issue.

Cheers,

Nick