This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackjansen
Recipients
Date 2003-09-25.21:52:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In 2.3 the handling of elements in OSA classes was 
revamped, so that accessing an element would cause an 
object of the right type (the Python class handling the OSA 
class for the element) was returned, but this wasn't done for 
properties. So at the moment it is possible to say 
"finder.get(finder.window(0).name)", but not 
"finder.get(finder.desktop.url)".

This seriously hampers the usefulness of the OSA stuff in 
some cases.
History
Date User Action Args
2008-01-20 09:56:26adminlinkissue812750 messages
2008-01-20 09:56:26admincreate