Paste text keyword issue with updated SikuliLibrary
See original GitHub issueHi,
Paste text keyword doesn’t seem to work properly with new updated SikuliLibrary (version 1.0.1 version.py).
On older versions calling keyword from robot Paste Text \ cmd
worked, now same results with error:
I’m running SikuliLibrary server applet on a remote device running Windows 10 and have configured sikuli.py to use Python mode. EDIT: This is exactly same setup which were used with older SikuliLibrary
Input text seems to work fine with same parameters as above.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
SikuliLibrary - Rainmanwy
This keyword is used to start sikuli java process. If library is inited with mode "OLD", sikuli java process is started automatically. If ......
Read more >SikuliLibrary: Set Ocr Text Read, Get text keyword not working ...
I am using Sikuli library with Robotframework(RF) ...
Read more >Sikulilibrary - Robot Framework Don't Input Text Or ... - ADocLib
On older versions calling keyword from robot Paste Text \ cmd worked now same results with error: I'm running SikuliLibrary. Input text seems...
Read more >Question #403089 “RobotFramework: SikuliLibrary: Set Ocr ...
After searching 'Get Text' & 'Set Ocr Text Read' keywords from Sikuli library, are not found. but in keyword documentation of Sikuli these...
Read more >SikuliLibrary - Robo script
Sikuli Robot Framework Library provides keywords to be used within Robot ... Open Application, Paste Text, Press Special Key, Read Text From ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you all. I found the return value from sikuli paste is changed. I have updated the code, you may get the latest code from github.
@rainmanwy Hello!
How to install your latest code? I installed Sikuli like this:
pip install robotframework-SikuliLibrary
And that gave me version 1.0.1 where this Paste Text error exists.I tried the following command in windows command prompt too:
pip install git+https://github.com/rainmanwy/robotframework-SikuliLibrary.git
But that gave error: Command “python setup.py egg_info” failed with error code 1 in c:\users\ala\appdata\local\temp\pip-req-build-4ycl8p\Sorry if this is a noob question. I just started learning these things.