Re: [Sikuli-driver] [Question #257717]: Conditions at the time

2014-12-22 Thread RaiMan
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Open => Answered RaiMan proposed the following answer: import datetime as dt now = dt.datetime.today() print now # prints 2014-12-22 10:41:29.061000 print now.hour # range 0 .. 24 print now.weekd

Re: [Sikuli-driver] [Question #259391]: SKL file on OS X

2014-12-22 Thread RaiMan
Question #259391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259391 Status: Open => Answered RaiMan proposed the following answer: The format .skl does not really make sense on the same machine, since it is only a zipped version of the .sikuli folder. (rename from .skl

Re: [Sikuli-driver] [Question #259347]: Some characters are not printed properly using type())

2014-12-22 Thread RaiMan
Question #259347 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259347 RaiMan posted a new comment: well done ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #257717]: Conditions at the time

2014-12-22 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Answered => Open fordox is still having a problem: Thanks Raiman, but in my task you want to apply the condition: script should determine the current date and time based on the PC and do certain

Re: [Sikuli-driver] [Question #257717]: Conditions at the time

2014-12-22 Thread RaiMan
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Open => Answered RaiMan proposed the following answer: I give you one more chance with comment #5 and a little hint: while true: now = dt.datetime.today() if now.weekday == 2: # should be

Re: [Sikuli-driver] [Question #257717]: Conditions at the time

2014-12-22 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Answered => Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #253901]: Cannot scroll the page due to Multiple scrollbars on same page.

2014-12-22 Thread Atul Desai
Question #253901 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253901 Status: Answered => Solved Atul Desai confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driver

Re: [Sikuli-driver] [Question #259391]: SKL file on OS X

2014-12-22 Thread Dev
Question #259391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259391 Status: Answered => Open Dev is still having a problem: In that case, how do I make a link on my desktop to run the sikuli contents? I'd like to just be able to double click this shortcut and have it run

Re: [Sikuli-driver] [Question #259391]: SKL file on OS X

2014-12-22 Thread RaiMan
Question #259391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259391 Status: Open => Answered RaiMan proposed the following answer: With version 1.0.1 on OS X 10.7 double clicking a .sikuli and a .skl works for me: you get a popup, to just wait 3 seconds and do nothing to

[Sikuli-driver] [Question #259459]: How to overcome the screen resolution issue or browser issues.

2014-12-22 Thread Atul Desai
New question #259459 on Sikuli: https://answers.launchpad.net/sikuli/+question/259459 Hi All, I went through the following links while posting a new question..and had a high level understanding, But I see no updates on both since 2012-05-18 and 2011-06-28. I was curious to know if there's been a

Re: [Sikuli-driver] [Question #258978]: [1.1.0] Mac OSX 10.10.1: IDE does not start

2014-12-22 Thread fordox
Question #258978 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258978 fordox posted a new comment: It's ok work, but I have some trouble with saving the source file. When I save source file as "somename.sikuli" - folder is created with the name "somename.sikuli". Accordingly,

[Sikuli-driver] [Question #259484]: How to specify an alternate time

2014-12-22 Thread fordox
New question #259484 on Sikuli: https://answers.launchpad.net/sikuli/+question/259484 Example: 9:00 on the clock (System Local Time). How to force Sikuli think that now 3 am? Correct the clock for six hours ago, without changing the system clock / time zone. -- You received this question notif

Re: [Sikuli-driver] [Question #99911]: Is there a way to enter a timed pause between commands.

2014-12-22 Thread Iphonejailbreak
Question #99911 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/99911 Status: Expired => Open Iphonejailbreak is still having a problem: http://semaymedikal.com/dmpkva/ruvudfpdbfkwqmrxi.kmzbzsqigayxcpjrfuvcgylhuvalbn iPhone Jailbreak -- You received this que

[Sikuli-driver] [Question #259504]: get previous date

2014-12-22 Thread retano
New question #259504 on Sikuli: https://answers.launchpad.net/sikuli/+question/259504 Hello, Is there a simple way to get date for the previous day as a string (e.g. today is 23.12.2014 I need 22.12.2014)? I can't figure it out. All that I could think of is a bunch of "if - else" statements ther