sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04913
Re: [Question #169505]: Get the active window
Question #169505 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169505
Status: Open => Answered
RaiMan proposed the following answer:
--- you ask: any way to get the instance of the active window of an application
"instance" together with Sikuli can only mean: the region on the screen, that is occupied by the active window.
have you already had a look at class App
(http://sikuli.org/docx/globals.html#controlling-applications-and-their-
windows)?
--- linking Python stuff
usually not possible with C-based modules. stuff to access the GUI is not available on the Python level.
Everything that is based on Java though can be integrated and used.
What exactly is your goal?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.