sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40864
Re: [Question #234579]: How to increment or combine Sikuli variables?
Question #234579 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234579
Shubham Rathi posted a new comment:
I tried this on my code:
for i in range(1,300):
click("1480530304554.png") # Click on a Button
wait("1480531095180.png") # Wait for prompt window
eval(type("cd D:\ISB\Pairs\"+str(i)+"\Acq\" +Key.ENTER) # Enter path
This doesnt work. I'm getting `SyntaxError ( "no viable alternative at
input 'cq'", )`
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.