← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #674765]: Unable to use the new friendly text methods through api 1.1.4

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
ok, saying:
 "# coding: utf-8\n"
 "require 'Lib/sikulix'\n"
 "include Sikulix\n"
.... might have been unfair:

should read in a script (with sikulixapi.jar on Java class path)

require 'Lib/sikulix'
include Sikulix

... the coding line should not be needed in your case

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