autopy-legacy icon indicating copy to clipboard operation
autopy-legacy copied to clipboard

[Enhancement] Enable a window using its name

Open frafra opened this issue 13 years ago • 0 comments

Would be very useful write code like this

Here I could open some programs

screen.focus("Firefox")

or...

name = screen.getNameByPos(100, 150) screen.focus(name)

frafra avatar Feb 28 '11 00:02 frafra