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

    Status: Answered => Open

Rev Kapuganti is still having a problem:
Thanks @Raiman -

Now I'm able to access the new Text methods with your suggestion.


require 'Lib/sikulix'
include Sikulix

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


App.focused_window.public_methods.grep /collect/          => results in:

Array (8 elements):

collectLines collectLinesText collect_words collect_lines_text
collect_lines collectWords collect_words_text collectWordsText

However when using it - its erroring out with:

        App.focused_window.collect_words_text.each {|w| puts w}

[error] RunTimeAPI:  *** terminating: TextRecognizer: start: native
libraries not found.  Do I need any other libs along with just the api
jar?

Thanks

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to