GNOME Bugzilla – Bug 354550
Recorder cannot record in object-oriented mode
Last modified: 2006-09-19 14:53:28 UTC
Please describe the problem: Dogtail and PYSPI as build from CVS head - 20060905 Running on FC5 (kernel = 2.6.15-1.2054_FC5) Recording a script in object-oriented mode fails - this text is displayed if dogtail-recorder is run from a shell window: #!/usr/bin/python from dogtail.tree import * Traceback (most recent call last):
+ Trace 71694
try: recorder.onMouseButton(event)
self.writer.recordTyping(self.typedTextBuffer, "pressed", self.lastFocusedNode)
raise NotImplementedError NotImplementedError
Steps to reproduce: 1. Startup recorder 2. Attempt to record a script in object oriented mode 3. Actual results: Expected results: Does this happen every time? Yes Other information:
Replacing this bug with #356740 http://bugzilla.gnome.org/show_bug.cgi?id=356740 *** This bug has been marked as a duplicate of 356740 ***