sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30537
Re: [Question #261717]: Compensate of Lag while copy/paste
Question #261717 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261717
Status: Needs information => Open
Himanshu gave more information on the question:
just for example:
for i in range(len(self.validdate)):
wait(1)
type("c",Key.CTRL)
wait(2)
dates = Env.getClipboard()
sheetdate = dates[0:dates.find("-")]
print sheetdate
if (int(sheetdate) == int(todaysdate.day)):
break
else:
type(Key.RIGHT)
Env.setClipboard("")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.