sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25409
Re: [Question #247191]: type a select results from oracle database
Question #247191 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/247191
Status: Open => Solved
Laanaya doha confirmed that the question is solved:
after all you're solution did help me , is solved my problem by working with paste() and not type() :
here is my solution :
c = db.cursor(0)
c.execute("select code from fournisseur where code<'451256'")
row=c.next()
number=row[0]
print(row)
print(number)
paste("1397814484205.png",number)
and it works thank you for you're help
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.