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

    Status: Open => Answered

masuo proposed the following answer:
I recommend paste() instead of type().

import    datetime
t = datetime.datetime.today()

#Click on the input position of the date 
paste(t.strftime("%Y/%m/%d"))

#Click on the input position of the time
paste(t.strftime("%H:%M:%S"))

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to