← Back to team overview

sikuli-driver team mailing list archive

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:
The API you are using is not SikuliX.

The imports seem to reference some RC3 stuff (sikuli-script.jar ??).

Version 1.0.1 does not have:
org.sikuli.script.internal.hotkey.*;
org.sikuli.script.natives.*;

the click function for RC3 reads
scrn.click(some_image)

... so what should click(some_image, 100) mean?

SikuliX has OCR based on Tesseract with the usage:
String text = some_region.text()

but I think the calculator numbers are not OCR-readable.

SikuliX does not know a feature:
deskIcon.getProperty("Calc_Scrn").contains("200")

Taking your systematic, the deskIcon.getProperty("Calc_Scrn") should
return an image-file-name-string, that I doubt contains "200", so this
should always be false.

So where did you get your "Sikuli-API-ideas" ???

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.