Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-11 Thread jatin
Question #695896 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695896 Status: Answered => Open jatin is still having a problem: C:\Users\Jatt>java -version java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) Client VM (build

Re: [Sikuli-driver] [Question #257267]: Execute tests from multiple classes with a single output file

2021-03-11 Thread Ali Ahmed
Question #257267 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/257267 Ali Ahmed posted a new comment: Hi I am trying to do this in my testing,and I want to create single report file with various tests results in it, but I was having some trouble. I'm getting an error message

[Sikuli-driver] [Question #696007]: Execute tests and Produce single report file

2021-03-11 Thread Ali Ahmed
New question #696007 on SikuliX: https://answers.launchpad.net/sikuli/+question/696007 Hi I am trying to do this in my testing,and I want to create single report file with various tests results in it, but I was having some trouble. I'm getting an error message when I tried. the test scripts run

Re: [Sikuli-driver] [Question #696004]: OCR to wait for Text to appear for some seconds simiar to find("image", 20)

2021-03-11 Thread RaiMan
Question #696004 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696004 Status: Open => Answered RaiMan proposed the following answer: Sorry, not available. Make yourself a def: def waitText(text, time): while time > 0: match = findText(text) if

[Sikuli-driver] [Question #696004]: OCR to wait for Text to appear for some seconds simiar to find("image", 20)

2021-03-11 Thread Chetan
New question #696004 on SikuliX: https://answers.launchpad.net/sikuli/+question/696004 Hi is there a method for OCR to wait for Text to appear for someting seconds simiar to find("image",20) currently we have findText("txt") we need something like findText("txt",20) similar method we have in

[Sikuli-driver] [Bug 1918688] [NEW] Can save code but Sikuli does not know it saved

2021-03-11 Thread ZeroLau
Public bug reported: Sorry for my English. I am using Sikuli 2.0.5 in Windows 10 Enterprise|20H2|Build 19042.804|Java 11 JDK. Before I upgraded Sikuli to 2.0.5, the script are created in Sikuli 2.0.4|Java 8 JRE and editted in Sikuli 2.0.5 However, today I just found that I cannot save Sikuli

[Sikuli-driver] [Bug 1918688] Re: Can save code but Sikuli does not know it saved

2021-03-11 Thread ZeroLau
Here is the photo to show the script tenkaevent.sikuli which is saved as 0.sikuli but in Sikuli it remain to the original one. The title bar show 0.sikuli but the tab bar show tenkaevent(.sikuli) ** Attachment added: "Sikuli-Cant-Save.png"

Re: [Sikuli-driver] [Question #695986]: Can't see full image in SikuliX IDE\Target offset menu

2021-03-11 Thread Jean Giacomin
Question #695986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695986 Description changed to: Hi, I'm trying to automate an app that has a really long menu. So I've a single reference .png file and from that pattern I'm clicking on relative coordinates of other buttons,