sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25556
Re: [Question #246694]: Sikuli with Selenium Java
Question #246694 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246694
Status: Open => Needs information
RaiMan requested more information:
… height and width of image
of what image?
you have
Match m = s.getLastMatch()
and m is a Region that has m.w and m.h which corresponds to the width and height of the image that was use with the last search op in s:
s.find(imgRechner);
hence the respective image is imgRechner.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.