← 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

Rev Kapuganti posted a new comment:
This didn't work as well -  with api.jar in the CLASSPATH and doing -

 "# coding: utf-8\n"
 "require 'Lib/sikulix'\n"
 "include Sikulix\n"


reg = Region(0,0,300,20);
print(reg);
print(reg.collectWordsText()) / or collect_words_text with jruby syntax :(

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