← Back to team overview

sikuli-driver team mailing list archive

[Bug 1006069] Re: type() and paste() not working in a windows app

 

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

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

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

Title:
  type() and paste() not working in a windows app

Status in Sikuli:
  Opinion

Bug description:
  Sikuli Version : sikuli X-1.0rc3(r905)
  Windows 7 64 bit machine

  Steps to repro:

  imgE = ("E.png")
  imgFindE = ("FindE.png")
  if find (imgE):
     click(getLastMatch())
     wait(2)
     click (imgFindE)
  else  :
      print "Could not open find e screen."

  imgLookFor =("1338314216474.png")
  if find (imgLookFor):
     
     wait(2)
     paste(getLastMatch(),"5235") 
     type(getLastMatch(),"5235") 
     paste("5235")
   

  Sikuli is unable to type or paste text in my windows app.

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


References