← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #692503]: Custom image path for 1 function

 

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(image1)
                   

Please advise how if possible, thanks!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.