← Back to team overview

sikuli-driver team mailing list archive

[Bug 1849674] Re: Citrix issue

 

sorry, but I do not accept bugs for such special environments.

** Changed in: sikuli
       Status: New => Invalid

** Changed in: sikuli
       Status: Invalid => New

** Changed in: sikuli
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/685394

-- 
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:
  Invalid

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


References