Re: [Sikuli-driver] [Question #692436]: struck at screen starting on java11

2020-08-19 Thread Prabhas Koya
Question #692436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692436 Prabhas Koya posted a new comment: First try these before installing jdk and if its success ok or else try going for newer versions at your time and try.hope it helps -- You received this question

Re: [Sikuli-driver] [Question #692436]: struck at screen starting on java11

2020-08-19 Thread Prabhas Koya
Question #692436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692436 Status: Open => Solved Prabhas Koya confirmed that the question is solved: For future readers here in https://answers.launchpad.net/sikuli/+question/691091 and mine same problem so if any one h

Re: [Sikuli-driver] [Question #692455]: [How to] Persistent Script

2020-08-19 Thread Prabhas Koya
Question #692455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692455 Status: Open => Answered Prabhas Koya proposed the following answer: you can import one script to other script and run both .But if you want to run differently , running two at a time that is

Re: [Sikuli-driver] [Question #692455]: [How to] Persistent Script

2020-08-19 Thread Prabhas Koya
Question #692455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692455 Status: Open => Needs information Prabhas Koya requested more information: can you tell what actually you want to ask? do you want to loop over to find if image exists or not and do according to it

Re: [Sikuli-driver] [Question #692436]: struck at screen starting on java11

2020-08-19 Thread Prabhas Koya
Question #692436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692436 Prabhas Koya gave more information on the question: https://answers.launchpad.net/sikuli/+question/691091 this is similar to mine but i am on a dual boot and mine is bodhi linux and my java is 11 .i

Re: [Sikuli-driver] [Question #692436]: struck at screen starting on java11

2020-08-18 Thread Prabhas Koya
Question #692436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692436 Prabhas Koya gave more information on the question: java -jar sikulixide-2.0.4.jar -v -c output: [DEBUG]startUp: IDE: Running: /home/bodhi/sikulixide-2.0.4.jar [DEBUG]startUp: IDE: AppData: /home/bodhi

[Sikuli-driver] [Question #692436]: struck at screen starting on java11

2020-08-18 Thread Prabhas Koya
New question #692436 on Sikuli: https://answers.launchpad.net/sikuli/+question/692436 i was using sikuli and sudddenly one day i opened and it struck at Sikulix-IDE 2.0.4 is starting on Java 11 i have used the sikuli ,created scripts automated things but suddenly it struck what to do, How to fix

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Prabhas Koya posted a new comment: How can I run a script which synchronizes time ..That means what should I add to the code such that it synchronises time and runs in background,because I added a variable

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Prabhas Koya posted a new comment: How can I run a script which synchronizes time ..That means what should I add to the code such that it synchronises time and runs in background,because I added a variable

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Prabhas Koya posted a new comment: RAI MAN YOU ARE AWESOME timeNow = float(time.strftime("%H.%M")) print "timeNow =", timeNow THIS SOLVED MY QUESTION -- You received this question

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Status: Answered => Solved Prabhas Koya confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
New question #692219 on Sikuli: https://answers.launchpad.net/sikuli/+question/692219 Once check my small code and tell whats wrong in it? how can i achieve it click(Region(47,721,39,47)) wait(2) type("date +%H.%M") type(Key.ENTER) a = Region(1,48,57,22).text() TIME = a if TIME < 12.45: print("

Re: [Sikuli-driver] [Question #692205]: HOW TO SYNC TIME IN SIKULI

2020-08-04 Thread Prabhas Koya
Question #692205 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692205 Prabhas Koya gave more information on the question: I am using bodhi linux and recently i installed sikulixide-2.0.4 java -version :openjdk version "11.0.8" 2020-07-14 OpenJDK Runtime Environm

Re: [Sikuli-driver] [Question #692205]: HOW TO SYNC TIME IN SIKULI

2020-08-04 Thread Prabhas Koya
Question #692205 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692205 Prabhas Koya gave more information on the question: I am using bodhi linux and recently i installed sikulixide-2.0.4 java -version :openjdk version "11.0.8" 2020-07-14 OpenJDK Runtime Environm

[Sikuli-driver] [Question #692205]: HOW TO SYNC TIME IN SIKULI

2020-08-04 Thread Prabhas Koya
New question #692205 on Sikuli: https://answers.launchpad.net/sikuli/+question/692205 i want to run a script which uses time .i want to sync time from my system or any server with slight difference. i used a variable time and created a script. so my questions are: 1)i want to run the script , wi