[Sikuli-driver] [Question #695885]: How to click on date which is dyanamically changing.

2021-03-05 Thread Vaibhav Rahane
New question #695885 on Sikuli: https://answers.launchpad.net/sikuli/+question/695885 I need to perform click operation on current Date on HTML page. I try to create Dynamic date images(using Pillow) as listed on html page then provide path of that particular image click("path to click imges

[Sikuli-driver] [Question #695876]: repeating findBest question

2021-03-05 Thread Ben Dix
New question #695876 on Sikuli: https://answers.launchpad.net/sikuli/+question/695876 Hi, I try to optimize my script from: if exists(img1,0) or exists(img2,0) or : do something to a better readable version by using a list and findBest. So I made a list of images and repeat a function

Re: [Sikuli-driver] [Question #695869]: Set Sikuli MaxRunTime for a Test

2021-03-05 Thread RaiMan
Question #695869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695869 RaiMan proposed the following answer: Sorry, was for macOS. on Windows it is: type("C", Key.ALT) # stops the running script -- You received this question notification because your team Sikuli Drivers is a

Re: [Sikuli-driver] [Question #695869]: Set Sikuli MaxRunTime for a Test

2021-03-05 Thread RaiMan
Question #695869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695869 RaiMan proposed the following answer: this is a quick&dirty solution, that works inside a script: from threading import Thread from threading import Event def toRun(waitTime, stop): maxTime = 0 whil

Re: [Sikuli-driver] [Question #695870]: is there a way i can get list of process and memory consume via sikuli?

2021-03-05 Thread Manfred Hampl
Question #695870 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695870 Status: Open => Answered Manfred Hampl proposed the following answer: Have you tried spawning a subprocess to execute the command "tasklist" (or eventually "taskmgr")? -- You received this question not

Re: [Sikuli-driver] [Question #695869]: Set Sikuli MaxRunTime for a Test

2021-03-05 Thread RaiMan
Question #695869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695869 Status: Open => Answered RaiMan proposed the following answer: currently not a feature of SikuliX. I will check the next days for a solution. --- possible ways - use system features in a command script