← Back to team overview

sikuli-driver team mailing list archive

[Bug 1849674] [NEW] Citrix issue

 

Public bug reported:

I'm actually working on a citrix app, when i'm trying to use some
keyboards inputs, it does not work.

Example :
type(Key.ENTER) #does not work
type("\n") #does not work

I also tryed this : but it does not work either
keyDown(Key.ENTER) 
wait(0.5)
keyUp(Key.ENTER)  

How can I fix it?

type("Some text") #Works

Note that all works in a local app (ie: notepad)
Thank you.

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1849674

Title:
  Citrix issue

Status in Sikuli:
  New

Bug description:
  I'm actually working on a citrix app, when i'm trying to use some
  keyboards inputs, it does not work.

  Example :
  type(Key.ENTER) #does not work
  type("\n") #does not work

  I also tryed this : but it does not work either
  keyDown(Key.ENTER) 
  wait(0.5)
  keyUp(Key.ENTER)  

  How can I fix it?

  type("Some text") #Works

  Note that all works in a local app (ie: notepad)
  Thank you.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1849674/+subscriptions


Follow ups