[LDTP-Dev] [Bug 381899] stateenabled function doesn't work
LDTP (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sun Dec 3 07:58:01 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=381899
LDTP | ldtp | Ver: 0.6.x
------- Comment #1 from srinivas 2006-12-03 15:56 UTC -------
i found that setcursorposition, getcursorposition also give same kind of errors
(though i dont think they are typos)
>>>getcursorposition('*gedit','txt0')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.4/site-packages/ldtp.py", line 1248, in
getcursorposition
_message = generatexml (command.GETCURSORPOSITION, _requestId, windowName,
componentName)
AttributeError: class command has no attribute 'GETCURSORPOSITION'
>>> setcursorposition('*gedit','txt0',1)
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.4/site-packages/ldtp.py", line 1266, in
setcursorposition
_message = generatexml (command.SETCURSORPOSITION, _requestId, windowName,
componentName, str (position))
AttributeError: class command has no attribute 'SETCURSORPOSITION'
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the LDTP-dev
mailing list