Re: [Pythonmac-SIG] using py-appscript

2008-09-11 Thread has
David Morley wrote: > I can use (Python) appscript reasonably well, if I know exactly what > "components" I am looking for, e.g., > > app('TextEdit').documents['Read Me'].paragraphs[1].get() > > But if I'm faced with a new application I don't know where to start. > Is there any way to interactiv

Re: [Pythonmac-SIG] using py-appscript

2008-09-10 Thread Leonardo Santagada
On Sep 9, 2008, at 6:06 AM, David Morley wrote: I can use (Python) appscript reasonably well, if I know exactly what "components" I am looking for, e.g., app('TextEdit').documents['Read Me'].paragraphs[1].get() But if I'm faced with a new application I don't know where to start. Is there any