sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10828
[Bug 1006069] [NEW] type() and paste() not working in a windows app
Public bug reported:
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.
** 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/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
Follow ups
References