Open ghost opened 3 years ago
You may configure "DISPLAY" environment when execute RF cases in shell.
below is the response from other guys, you may have a try.
I managed to install Sikuli successfully Wang Few simple issues like maven folder permission issues and you were correct, the big issue was the DISPLAY variable, it was auto created after enabling x11 properly in the host. Thank you so much! God bless you, tc and be happy!
Scenario :
1) SikuliLibrary is installed - with pip -
pip install robotframework-SikuliLibrary==1.0.8
(also tried version robotframework-SikuliLibrary 2.0.0) then I can see SikuliLibrary.jar at /usr/local/lib/python3.7/site-packages/SikuliLibrary/lib Folder2) tesseract-ocr and libopencv-dev also installed properly with version : libopencv-dev is already the newest version (3.2.0+dfsg-6) tesseract-ocr is already the newest version (4.0.0-2).
3) when we try to run java jar file manually : java -jar SikuliLibrary.jar 10000 (where port is 10000) then getting following response:
4) But when trying to run the robot script , getting error :
How to Solve above error?
Kindly help Note: Already seen issues : https://github.com/rainmanwy/robotframework-SikuliLibrary/issues/19 and https://github.com/rainmanwy/robotframework-SikuliLibrary/issues/20
but we are not getting our issue solved with above solution @rainmanwy kindly help