[Python-bugs-list] [ python-Bugs-812750 ] OSA support for properties broken

SourceForge.net noreply at sourceforge.net
Thu Sep 25 17:52:02 EDT 2003


Bugs item #812750, was opened at 2003-09-25 23:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812750&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 6
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: OSA support for properties broken

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812750&group_id=5470



More information about the Python-bugs-list mailing list