Question #692503 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692503

Description changed to:
Is it possible for me to set a custom image path for just one function
in the script?

Meaning when it's calling that function it searches for images in that
function at a different location then the default sikuli folder?

eg:


def find_img_custom_location():
image1 = "C:\temp\test_image.png"
    if exists(image1):
        click(imag1)
                   

Please advise how if possible, thanks!

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to