robotframework-SikuliLibrary icon indicating copy to clipboard operation
robotframework-SikuliLibrary copied to clipboard

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

Open dschiller opened this issue 3 years ago • 0 comments

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}

dschiller avatar May 04 '21 13:05 dschiller