← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #195048]: how can i use type() in the phone simulator

 

Question #195048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/195048

sangzh gave more information on the question:
Thanks you for your quickly response very much, I post the sikuliscript
below

app = App("E:\sang\work_tiger\MoDIS\MoDIS\modis\modis\MoDIS.exe")
app.open()
wait(10)
click("1336121639718.png")
wait(1)
click("1336143003656.png")
wait(0.5)
click("Writemessage.png")
wait(1)
click("Tsxi.png")
wait(1)
app.focus()
type("abc")

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.