MarketSquare / MarketSquare/robotframework-SikuliLibrary
Problem in Input Text or Paste Text when there is words with accent, Ex: "á, é, í, ó".
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description

`
Add image path
${IMAGE_DIR}
Params: [C:\users\glauc\PycharmProjects\testes-esteira\teste-ocr\imagens]
Set Sikuli minSimilarity(0-1)
0.5
Params: [0.5]
Click image
start.PNG
Params: [start.PNG]
<img src='sikuli_captured/sikuliximage-1545420252812.png'/>
[log] CLICK on L(26,1061)@S(0)[0,0 1920x1080] (542 msec)
Pauses the test executed for the given time.
3
Slept 3 seconds
Input text. Image could be empty
${EMPTY}
Notepad
Params: [, Notepad]
Input Text:
Notepad
[log] TYPE "Notepad"
Presses a special keyboard key.
ENTER
Params: [ENTER]
[log] TYPE "#ENTER."
Pauses the test executed for the given time.
3
Slept 3 seconds
Input text. Image could be empty
${EMPTY}
Exemple of accent in porteguese: "Município de Florianópolis"
Params: [, Exemple of accent in porteguese: "Município de Florianópolis"]
Input Text:
Exemple of accent in porteguese: "Município de Florianópolis"
[log] TYPE "Exemple of accent in porteguese: "Município de Florianópolis""
Params: [, Exemple of accent in porteguese: "Município de Florianópolis"]
Input Text:
Exemple of accent in porteguese: "Município de Florianópolis"
[log] TYPE "Exemple of accent in porteguese: "Município de Florianópolis""
java.lang.IllegalArgumentException: Key: Not supported character: í
Stops the remote server.
Robot Framework remote server stopping
java.lang.IllegalArgumentException: Key: Not supported character: í
Teste OCR
Critical Tests
All Tests
Text
`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run the reported Robot Framework case using SikuliLibrary's Input Text keyword with accented text, then trace the Java input path from that keyword. Done when accented characters such as í, á, é, and ó are accepted for input or paste without the reported IllegalArgumentException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100