sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12217
Re: [Question #204514]: getting all text from a Windows dialog
Question #204514 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/204514
Status: Open => Answered
RaiMan proposed the following answer:
With current Sikuli it is not possible to access GUI elements as a
feature.
Yes: Win32GUI as a C-based Python library cannot be used as is in Sikuli which uses Java based Jython.
As far as I know: there is no mature Win32API implementation for Java available (which might be used in Sikuli scripts, since you can use Java classes directly)
You might try to get the text from the control using Region.text() - but
mind bug 704981
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.