Rainmanwy

Results 177 comments of Rainmanwy

@pb9288 , could you upgrade this lib from pypi. "Open Application" is added in recent release.

Sorry, i noticed that 1.0.4 is only for py3, as i could not access sikulix maven repo(sonatype), have you tried to package it yourself?

@pb9288 , you may have a try [1.0.5](https://pypi.org/project/robotframework-SikuliLibrary/1.0.5/#files)

Thank you @edsonharantes , @romuluc , "Get Text" is using tesseract, so need to add related trainedata.

@YiQiSun-Uniques , currently i could not have a try ocr in my environment. Do you check the link as @edsonharantes suggested? You may find sikulix folder in your home folder.

Do you install JDK in the environment. And please attach robot log file here, guess there are some information in log. As it report "no keyword" error, one possible reason...

``` Error in file 'C:\Users\Cintia\Documents\TesteDesktopISSDigital\tests\01-Login.robot': Initializing test library 'SikuliLibrary' with no arguments failed: Start sikuli java process failed! Traceback (most recent call last): File "c:\python27\lib\site-packages\SikuliLibrary\sikuli.py", line 54, in __init__ self.start_sikuli_process(port)...

hi, from the log, there is error in "Add Image Path" ``` Params: [C:\Users\Cintia\Documents\TesteDesktopISSDigital\tests\img] [error] ImagePath: add: not valid: C:\Users\Cintia\Documents\TesteDesktopISSDigital\tests\img ``` Guess i should check the status of "add image...

@gigi199596 , could you attach sikuli log here, the console output of java process is stored in log files(not Robot Framework log).

@gigi199596 , @PauloGoncalvesBH, so this problem only related with "App" related keywords? Or whole library do not work?