rainmanwy / robotframework-SikuliLibrary

Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.
Apache License 2.0
144 stars 61 forks source link

`input text` types `z` instead of `y` #148

Open dschiller opened 3 years ago

dschiller commented 3 years ago

If input text is used to send an y it still sends an z.

Screenshot 2021-05-04 at 15 02 49
*** Test Cases ***
Test Inputs
  Type  y

*** Keywords ***
Type
  [Arguments]  ${text}
  Sleep  4
  Log to Console  Typing '${text}'..
  Input Text  \  ${text}