Re: [Sikuli-driver] [Question #240489]: trying to automate selecting date on a calendar on a webpage

2013-12-09 Thread RaiMan
Question #240489 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240489 RaiMan proposed the following answer: Eugene's suggestion is ok for now. Version 1.1 will have a repeat shortcut. For dropdown menues, you always should check, wether it accepts entering the text directly

[Sikuli-driver] [Question #240489]: trying to automate selecting date on a calendar on a webpage

2013-12-08 Thread dude
New question #240489 on Sikuli: https://answers.launchpad.net/sikuli/+question/240489 I'm currently parsing a date with originally looks like this: End Date: 12/04/14(mm/dd/yy) then i parse it so i have the values endday = time.strftime('%d', rawdate) endmth = time.strftime('%m', rawdate)

Re: [Sikuli-driver] [Question #240489]: trying to automate selecting date on a calendar on a webpage

2013-12-08 Thread Eugene S
Question #240489 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240489 Status: Open = Answered Eugene S proposed the following answer: What I would do in your situation is write a small auxiliary function that will get the number of times the UP button should be pressed as