1 May 2006 15:10
Re: Capturing and replaying mouse motion
Timothy Wall <twall <at> users.sourceforge.net>
2006-05-01 13:10:51 GMT
2006-05-01 13:10:51 GMT
On Apr 28, 2006, at 9:44 PM, Jean-Francois Poilpret wrote: > > I tried to record such a sequence with Costello (I > have used the "Capture all actions (incuding mouse > motion)" menu). But strangely the only recorded steps > in my script are: > - drag > - drop > surrounded by mousemove events (but no mouse_move > event between drag and drop steps). > > Question 1 => Is this normal behavior of Costello? Is > there a way to have actual recording of these events? No, it's not correct behavior. On a non-native drag, you should be getting drag motion events recorded. Please file a bug to that effect. > Events are played too fast by Costello! My application > could only draw the first 4 mouse moves then it drew a > straight line! > Does your application depend on event timing? Abbot will generate a real event for each event listed in the script, so apparently your app is sensitive to the time elapsed between them. > I could eventually make this work by setting "slow > display" in Costello. > The next problem is that simulating a smooth draw(Continue reading)
RSS Feed