← Back to team overview

sikuli-dev team mailing list archive

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

 

** Visibility changed to: Private

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

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

Status in Sikuli:
  New

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