[Sikuli-driver] [Question #680969]: How to handle image pattern find between systems

2019-05-20 Thread Vincent Yau
New question #680969 on Sikuli: https://answers.launchpad.net/sikuli/+question/680969 I am almost done using Sikulix to drive a website using a browser on Linux. I found that the image pattern captured using one browser is not usable on another one. Say I capture some image patterns (for has(

Re: [Sikuli-driver] [Question #680864]: how to find list[] and if find remove the target

2019-05-20 Thread wu
Question #680864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680864 Status: Answered => Open wu is still having a problem: thx RaiMan i want to ask another i use 1.1.4 and use App open chrome = App('my path') chrome.open() this code will not like 1.1.3 open the new c

Re: [Sikuli-driver] [Question #680864]: how to find list[] and if find remove the target

2019-05-20 Thread wu
Question #680864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680864 Status: Open => Solved wu confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact

[Sikuli-driver] [Question #680959]: How to configure the environment when excute an executable programe with sikulixapi?

2019-05-20 Thread AliceZhou
New question #680959 on Sikuli: https://answers.launchpad.net/sikuli/+question/680959 Hi: I wrote a programe with python, the programe invoked the sikulixapi. The program operated successfully on Ubuntu 16 (linux system). And then I packaged it with pyinstaller and executed it in another Ubunt

[Sikuli-driver] [Question #680957]: Find an image gives error

2019-05-20 Thread Ed Chmiel
New question #680957 on Sikuli: https://answers.launchpad.net/sikuli/+question/680957 I am a newbie, and did not find an answer in forums. Using Windows 10 & 1.1.4 IDE, I double click my app icon, and another double click to launch it into the app where it displays some images. - I took a scree

[Sikuli-driver] [Question #680955]: Sikuli support for Windows Server 2003 R2 Enterprise Edition 32 bit

2019-05-20 Thread Nirmal
New question #680955 on Sikuli: https://answers.launchpad.net/sikuli/+question/680955 Can I use Sikuli in Windows Server 2003 R2 Enterprise Edition , If yes , then which version, can version 1.1.3 can be used. Windows Server 2003 suppports Java 6 and as per analysis many are facing problem

[Sikuli-driver] [Bug 1829786] [NEW] Sikuli for Windows 2003 Server R2 Edition 32 bit

2019-05-20 Thread Nirmal
Public bug reported: Hello Raiman, Good Evening , I have windows thick client application installed on "Windows Server 2003 R2 Edition", it supports only java 6 not sure about java 7.I am planning to use Sikuli to automate and extract data from the old thick client application. Which versio

Re: [Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-20 Thread Melvin Raymond
Question #680666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680666 Melvin Raymond posted a new comment: So for the above Robot Framework, it will run everything but the decimalplaces Test Cases and it will filter the output by "regression", "smoke", "significantfigures", and

Re: [Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-20 Thread Melvin Raymond
Question #680666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680666 Melvin Raymond posted a new comment: OK, I've solved this one on my own. I found some videos by Raghav Pal out on Automation Step by Step that were very helpful. I was on the right track with Tags. So if you'

Re: [Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-20 Thread Melvin Raymond
Question #680666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680666 Status: Open => Solved Melvin Raymond confirmed that the question is solved: OK, I've solved this one on my own. I found some videos by Raghav Pal out on Automation Step by Step that were very helpful. I

Re: [Sikuli-driver] [Question #680950]: Script loss, [error] EditorPane: read returned String index out of range: -1

2019-05-20 Thread chloe wong
Question #680950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680950 Status: Needs information => Open chloe wong gave more information on the question: 1.1.3, tried re-installing it but still doesn't work -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #670542]: How to use HTMLTestRunner to create a test report

2019-05-20 Thread Thuraisingam
Question #670542 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670542 Thuraisingam posted a new comment: runScript(""" robot #*** Variables *** #(charge library and initialise function, see below _ *** Settings *** Library ./inline/LoginLibrary Test Teardown stop

Re: [Sikuli-driver] [Question #680950]: Script loss, [error] EditorPane: read returned String index out of range: -1

2019-05-20 Thread RaiMan
Question #680950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680950 Status: Open => Needs information RaiMan requested more information: what version of SikuliX? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #670542]: How to use HTMLTestRunner to create a test report

2019-05-20 Thread RaiMan
Question #670542 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670542 RaiMan posted a new comment: what error? what are you doing? code snippet please! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Question #680950]: Script loss, [error] EditorPane: read returned String index out of range: -1

2019-05-20 Thread chloe wong
New question #680950 on Sikuli: https://answers.launchpad.net/sikuli/+question/680950 hi! I recently wrote a script and I save the file before I close sikuli, yet I cannot open the script when I restart sikuli, it showed: [error] EditorPane: read returned String index out of range: -1. I can ope

Re: [Sikuli-driver] [Question #680899]: [1.1.4] Global FindFailed handler: how to use in python scripting

2019-05-20 Thread matteoa
Question #680899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680899 matteoa posted a new comment: Thank you Raiman! no being an experienced Python developer I've always the doubt of being me the problem... I'll test your solution ASAP. Let us know the proceedings! -- You r

Re: [Sikuli-driver] [Question #670542]: How to use HTMLTestRunner to create a test report

2019-05-20 Thread Thuraisingam
Question #670542 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670542 Thuraisingam posted a new comment: currently i want test clic but i have this error : -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #670542]: How to use HTMLTestRunner to create a test report

2019-05-20 Thread Thuraisingam
Question #670542 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670542 Thuraisingam posted a new comment: yes i forgot, thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #670542]: How to use HTMLTestRunner to create a test report

2019-05-20 Thread RaiMan
Question #670542 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670542 RaiMan posted a new comment: I do not understand, why you need unittest and HTMLTestRunner when working with Robotframework the error: the respective modules are not locatable on sys.path. -- You rece

Re: [Sikuli-driver] [Question #680920]: Require help to solve file upload issue on BrowserStack using AutoIt / Sikuli

2019-05-20 Thread RaiMan
Question #680920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680920 Status: Open => Answered RaiMan proposed the following answer: Sorry, no. What abaout asking on stackoverflow? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #680728]: Is there any wait until available in Sikuli

2019-05-20 Thread Abilashkar
Question #680728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680728 Abilashkar posted a new comment: Ok Let me try this and update Thanks Manfred -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #670542]: How to use HTMLTestRunner to create a test report

2019-05-20 Thread Thuraisingam
Question #670542 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670542 Thuraisingam posted a new comment: when i put this line : import unittest import HTMLTestRunner i have this error message : Error in file 'C:\Users\xx\Desktop\rainman_repport.sikuli.robot\rainman_repport

Re: [Sikuli-driver] [Question #680920]: Require help to solve file upload issue on BrowserStack using AutoIt / Sikuli

2019-05-20 Thread Ajay Borawake
Question #680920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680920 Status: Answered => Open Ajay Borawake is still having a problem: Ok, do you know any other option or tool which we can use to achieve above mentioned functionality on BrowserStack ? -- You received t

Re: [Sikuli-driver] [Question #680452]: Sikuli 1.1.4 - java server remote console keyboard passthrough not working

2019-05-20 Thread Launchpad Janitor
Question #680452 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680452 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #680864]: how to find list[] and if find remove the target

2019-05-20 Thread RaiMan
Question #680864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680864 Status: Open => Answered RaiMan proposed the following answer: read this, to understand the search feature of SikuliX: https://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-fin

Re: [Sikuli-driver] [Question #680864]: how to find list[] and if find remove the target

2019-05-20 Thread wu
Question #680864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680864 Status: Answered => Open wu is still having a problem: Is it possible because of similarity? Currently my case is work good i recapture the Identification image but i still want to know why thx RaiMan

Re: [Sikuli-driver] [Question #680864]: how to find list[] and if find remove the target

2019-05-20 Thread RaiMan
Question #680864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680864 Status: Open => Answered RaiMan proposed the following answer: This is an internal log for debugging. Your images are simply not found. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #677431]: Sikuli v1.1.4 not starting

2019-05-20 Thread RaiMan
Question #677431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677431 RaiMan posted a new comment: No, there will never again be an installer. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #680920]: Require help to solve file upload issue on BrowserStack using AutoIt / Sikuli

2019-05-20 Thread RaiMan
Question #680920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680920 Status: Open => Answered RaiMan proposed the following answer: SikuliX only works against things, that are visible on the screen at runtime. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #680659]: I am not able to find the Text on screen

2019-05-20 Thread RaiMan
Question #680659 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680659 Status: Open => Answered RaiMan proposed the following answer: --- is there any other way to find the text on screen not really, because they all rely on the same base features (Tess4J/Tesseract). ... t

Re: [Sikuli-driver] [Question #680728]: Is there any wait until available in Sikuli

2019-05-20 Thread Manfred Hampl
Question #680728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680728 Status: Open => Answered Manfred Hampl proposed the following answer: If you want to wait for the "waitForMoment" image to disappear, and if this might take up to an hour, then a wait time of 15 seconds