getStringProperty loops on MAC #114
Replies: 1 comment
-
Solved.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I my trying to use invokeMethod or getStringProperty from Python. Terminal became non responsive.
OS Sonoma 14.3. What am I doing wrong?
import xmlrpc.client
s = xmlrpc.client.ServerProxy("http://localhost:9000")
print("ApplicationWindow id: {}".format(s.getStringProperty("rootItem/ApplicationWindow", "id")))
Beta Was this translation helpful? Give feedback.
All reactions