Re: [Sikuli-driver] [Question #708018]: Project start time.

2023-10-11 Thread abuzer stream
Question #708018 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708018 abuzer stream posted a new comment: Centos 8 Java 11 java -Xmx2g -jar sikulix.jar -r /path/test.sikuli -c -v command I used this and many similar java arguments but they did not work. -- You received

Re: [Sikuli-driver] [Question #708013]: getCenter on a user coded region returns a clickpoint on the bottom right of the region

2023-09-23 Thread abuzer stream
Question #708013 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708013 Status: Open => Answered abuzer stream proposed the following answer: try it. example_region = Region(0,0,200,200) example_region.click() it is work trust me. -- You received this quest

[Sikuli-driver] [Question #708018]: Project start time.

2023-09-23 Thread abuzer stream
New question #708018 on SikuliX: https://answers.launchpad.net/sikuli/+question/708018 I have a big sikulix project with about 5000 images in it. When I run my project, it takes about 3 minutes to run. I have 64 GB RAM and my processor is good. When I run the project with the java -jar

[Sikuli-driver] [Bug 878864] Re: [request] want Pattern.anySize() and Pattern.anyColor() --- feature added 2018-06-25 build #28

2023-09-20 Thread abuzer stream
Hi Has this feature been added? In 2.0.5, I get the error "Pattern object has no attribute anyColor". -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/878864 Title: [request] want

[Sikuli-driver] [Bug 2036888] Re: setUsing does not work when path / parameter has spaces

2023-10-02 Thread abuzer stream
You can look up escape characters in Python. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/2036888 Title: setUsing does not work when path / parameter has spaces Status in SikuliX: New Bug

Re: [Sikuli-driver] [Question #708089]: Free scroll the screen in Sikuli

2023-10-01 Thread abuzer stream
Question #708089 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708089 Status: Open => Answered abuzer stream proposed the following answer: You can use dragDrop dragDrop(PSMRL, PSMRL[, modifiers]) Perform a drag-and-drop operation from a starting click po

Re: [Sikuli-driver] [Question #708071]: Priority queue

2023-10-01 Thread abuzer stream
Question #708071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708071 Status: Open => Answered abuzer stream proposed the following answer: You should write your problem more clearly. for example loops: for i in range(5): print(i) while True: print(&q

Re: [Sikuli-driver] [Question #708071]: Priority queue

2023-10-01 Thread abuzer stream
Question #708071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708071 abuzer stream posted a new comment: You should write your problem more clearly. for example loops: for i in range(5): print(i) while True: print("loop") shaped -- You received thi

Re: [Sikuli-driver] [Question #708067]: Consistent [error] Mouse.wheel(): Mouse not useable (blocked) issues

2023-10-01 Thread abuzer stream
Question #708067 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708067 Status: Open => Answered abuzer stream proposed the following answer: Hello. This is because you touch or move the mouse after starting the test. Don't touch anything after pressing the Run but

Re: [Sikuli-driver] [Question #707716]: how to check if image was actually present on disk before using find

2023-10-02 Thread abuzer stream
Question #707716 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707716 abuzer stream posted a new comment: Actually you can run the Run command from the terminal "java -jar /path/sikulix.jar -r test.sikuli -c" If you run it like this, before the test starts, it wil

Re: [Sikuli-driver] [Question #708110]: Wait not working, bug?

2023-10-04 Thread abuzer stream
Question #708110 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708110 Status: Open => Answered abuzer stream proposed the following answer: You say Region is 40 pixels, but as far as I understand from the error, it is a 6240 pixel image with x = 78 and y =

Re: [Sikuli-driver] [Question #707899]: OCR not recognizing simple text

2023-10-05 Thread abuzer stream
Question #707899 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/707899 Status: Open => Answered abuzer stream proposed the following answer: If you are trying to read a text that you can select, after selecting it with doubleClick(), you can assign the datayo you cop

Re: [Sikuli-driver] [Question #708071]: Priority queue

2023-10-09 Thread abuzer stream
Question #708071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708071 abuzer stream posted a new comment: What do you mean by similarity ratio? -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

Re: [Sikuli-driver] [Question #708018]: Project start time.

2023-10-09 Thread abuzer stream
Question #708018 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708018 Status: Expired => Open abuzer stream is still having a problem: I Still Need an Answer -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

[Sikuli-driver] [Question #705923]: Sikulix Freezing On Large Projects

2023-03-23 Thread abuzer stream
New question #705923 on SikuliX: https://answers.launchpad.net/sikuli/+question/705923 Hello, We are writing tests for a large project using sikulix. It helped us test many scenarios. But some of our tests are too long. At some point in these long tests, I think we reach the limits of the JVM

[Sikuli-driver] [Question #705951]: Sikulix subprocess module overflow error

2023-03-26 Thread abuzer stream
New question #705951 on SikuliX: https://answers.launchpad.net/sikuli/+question/705951 Hello, We are writing tests for a large project using Sikulix. It helped us test many scenarios. But some of our tests are too long. At some point in these long tests, I think we're reaching the limits of the

Re: [Sikuli-driver] [Question #705951]: Sikulix subprocess module overflow error

2023-04-19 Thread abuzer stream
Question #705951 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705951 Status: Answered => Open abuzer stream is still having a problem: Actually, the window.check() function is just an example here. We also get this error when we do not use the same function as sta