sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33272
Re: [Question #268580]: questions about sikulifirefoxdriver
Question #268580 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268580
RaiMan proposed the following answer:
I meant that this code
ScreenRegion s = new DesktopScreenRegion();
Target target = new ImageTarget(new File("2button.png"));
ScreenRegion r = s.find(target);
Mouse mouse = new DesktopMouse();
mouse.click(r.getCenter());
is not for the SikuliX we are talking about here. There is no forum for
that, only the mentioned website.
Give me a pointer to the SikuliFirefoxDriver stuff, so I can check what
it is.
Region.text() indeed is a feature of SikuliX and yes, the OCR feature is
switched off by default and has to be switched on having an appropriate
setup sikulixapi.jar (see http://sikulix.com).
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.