Re: [Pythonmac-SIG] Question on appscript's entire_contents() call

2010-05-03 Thread has
Andrew Wu wrote: > My team is using py-appscript to do some automated testing (via the > UI). We really like the entire_contents() call because it gives us > all the UI elements for a given application (as referenced via > app('System Events').processes[app_name]). However, entire_contents() > s

[Pythonmac-SIG] Question on appscript's entire_contents() call

2010-05-01 Thread Andrew Wu
Hello, My team is using py-appscript to do some automated testing (via the UI). We really like the entire_contents() call because it gives us all the UI elements for a given application (as referenced via app('System Events').processes[app_name]). However, entire_contents() seems to return a lis