Can't recognize images on web broswers

Asked by Phillip

Hello- I am brand new to Sikuli. I have ran some test programs to learn it and for some reason it doesn't recognize any image from my web browsers. I've tried it on Chrome and Firefox. It is fine to recognize images on Desktop and other programs. Below is the error I receive.

error] script [ DocRouting ] stopped with error at line --unknown--
[error] Error caused by: Traceback (most recent call last): File "C:\Users\DummyData\Desktop\Sikuli\DocRouting.sikuli\DocRouting.py", line 1, in <module> click("1527203666686.png") Line 2782, in file Region.java
at org.sikuli.script.Region.wait(Region.java:2782)
at org.sikuli.script.Region.find(Region.java:2329)
at org.sikuli.script.Region.getLocationFromTarget(Region.java:3238)
at org.sikuli.script.Region.click(Region.java:3736)
at org.sikuli.script.Region.click(Region.java:3721)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
org.sikuli.script.FindFailed: FindFailed: 1527203666686.png: (211x35) in S(0)[0,0 1920x1200] E:Y, T:3.0 Line 2782, in file Region.java

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Phillip
Solved:
Last query:
Last reply:
Revision history for this message
Phillip (pgerv9236) said :
#1

Found the issue. I am using two monitors and Sikuli was unable to recognize any images on my secondary monitor. When I moved my browser window to the main monitor it worked fine.

Revision history for this message
RaiMan (raimund-hocke) said :
#3