Question #249773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249773
RaiMan proposed the following answer: to clarify: what you get from xml-file is not an image, but the filename of an image, that in your case is a http-url (meaning the file is stored in a location, that is reachable via http access) So the problem is not the fact, that the image filename comes from a xml file, but the fact, that it is an url and hence the image has to be accessed via http-get. I just checked with version 1.0.1 Images whose file name is given as a valid URL are correctly read from the net and found on the screen, if they fit. -- if problems persist: set the DebugLevel to 3, either with -d 3 when using the provided command scripts or with -Dsikuli.Debug=3 as java option. In a script you might use Debug.setDebugLevel(3) to switch it on and Debug.setDebugLevel(0) to switch it off again. paste the relevant part of the debug output You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

