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.

_______________________________________________
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