mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
tell application "AEservertest"
|
|
activate
|
|
set x to window "testing"
|
|
open file x
|
|
end tell
|