← Back to team overview

sikuli-driver team mailing list archive

[Bug 1675740] Re: Paste() doesn't work "perfectly"

 

Hi Raimund,

I have a machine in my office that has this problem and adding sleep
doesn't solve it. It seems unique to windows 10 though and not related
to the where you are pasting. Consider the following that pastes into a
text editor.

for _ in range(20):
    for i in range(10):
        sleep(1)
        paste(i)
    type(key.Enter)

This will fail to paste() a random number and doesn't seem dependent on
how long the sleep() function is.

This should perhaps be a windows10 specific bug.

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

Title:
  Paste() doesn't work "perfectly"

Status in Sikuli:
  Invalid

Bug description:
  Hi,

  Sikuli Version : 1.1.0
  OS : Windows 10 x64

  I'm using Sikuli and in my script i'm using
  "paste(ucode("trolol;dsqjklds546$))"

  The problem is that sometimes it works, sometimes not.
  When it works, the text is pasted correctly.
  When it doesn't the text is not pasted and the script continues like nothing happened...

  What did I do wrong ?

  Thanks.

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


References