sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04948
Re: [Question #169514]: Scroll bar to work with Java
Question #169514 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169514
Status: Open => Answered
RaiMan proposed the following answer:
Aaaaah -- Valuable information: You are going to develop in Java.
--1. You should first have a look at http://sikuli.org/docx/ to
understand the basic concepts of Sikuli.
--2. It is always a good idea to make some simple test workflows in the
Sikuli IDE to get a feeling (but there it is Python language)
--3. Be aware, that in the current release (rc2) there are still some
differences between the documented Python API and the useable Java API
(http://sikuli.org/doc/java-x/). BTW: the javadoc you looked at is not
for SikuliX.
--4. a Region in fact does not have a constructor Region(), since it always needs a rectangle.
see http://sikuli.org/doc/java-x/org/sikuli/script/Region.html#Region(int,%20int,%20int,%20int)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.