Raimund Hocke
Raimund Hocke
Ok, tracked it down a bit: - First problem in `java.awt.Robot`: ``` java /** * Waits until all events currently on the event queue have been processed. * @throws IllegalThreadStateException...
@adrian-evo Since I tracked down the problem deep down in the Java AWT area (Robot, Event-Queue), I cannot (and will) not do anything. For now, I will ignore JPype until...
@Wildprogrammer might be a problem with `autoclass`. try the approach from my test script above.
@gpdeepblue Thanks for the information. I will test the revised findText-feature accordingly. Please try the above mentioned workaround.
will see ;-)
SikuliX version? Running on Windows? type() is historically restricted to US-keyboard layout (see the docs), but with latest version on Windows it might work (standard: Settings.AutoDetectKeyboardLayout = true). If possible...
> I might be able to help the project. I am rather sure, that similar to the Windows solution (features from the Windows API using JNA) there is a way,...
**a working solution with .sikuli:** the folder structure should be like this: ├── myapp.sikuli/ │ ├── myapp.py |── helpers.sikuli/ │ ├── helpers.py |── images.sikuli/ │ ├── images.py │ ├── all...
In this example any text is not found. Internally `OCR.readLines()` returns no lines if the complete image is in the region to look in.
Sorry for the inconvenience, but 2.1.0 is a bit out of order and not really useable in the moment (I added a remark to the docs). Currently I cannot give...