Open wenkokke opened 2 years ago
it should look like this now
fs = win.children.find(AXSubrole="AXFullScreenButton")[0]
rect = fs.AXFrame
x = rect.x + rect.width + 5
y = rect.y + rect.height / 2
Though I don't think that's sufficient to make the functionality work these days
The command
window move desktop right
fails with the following error message on macOS:Has something changed in the Rect object API?