Question #257009 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/257009
Status: Answered => Open
cp is still having a problem:
Hi,RaiMan
It's easy to put the sikuli-java.jar on the remote repo.
However, i find alternative way to avoid the error, including the physical path
in the parameter:
------------------------------------
for(FilterGenresOptions f:FilterGenresOptions.values()) {
m2.filterMovieA2Z();
m2.filterGenres();
m2.toFilterGenresSpecific("image/landing/"+f.toString()+"Filter.png");
filterAtuReporter(f.toString(),"image/landing/"+f.toString()+"Selected.png","image/landing/"+f.toString()+"Title.png");
}
-----------------------------
--
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