MarketSquare / MarketSquare/robotframework-SikuliLibrary

Problem in Input Text or Paste Text when there is words with accent, Ex: "á, é, í, ó".

Open
#84 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
163
Forks
60
PR merge metrics
No merged PRs in 30d

Description

![print](https://user-images.githubusercontent.com/36828397/50359930-90b25780-0545-11e9-805d-8494621f76ec.PNG)

`

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.