← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #270616]: How to clear the loaded images in sikuli

 

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

RaiMan posted a new comment:
Another possibility is to do the following in some batch scenario like
unittest:

- in a setup for the testcase use ImagePath.add(path)
- in a teardown after testcase completion use ImagePath.remove(path)

This currently would be the solution, if more than one path changes from
testcase to testcase

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.