Re: [Sikuli-driver] [Question #655410]: error when trying to run sikuli script from a batch file

2017-08-07 Thread Manfred Hampl
Question #655410 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655410 Status: Open => Answered Manfred Hampl proposed the following answer: There is a space character in the file name, so you have to put quotes around it C:\Users\Me\Sikuli\runsikulix.cmd -r "C:\Users\Me\Si

Re: [Sikuli-driver] [Question #655410]: error when trying to run sikuli script from a batch file

2017-08-07 Thread arminius
Question #655410 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655410 Status: Answered => Solved arminius confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #655418]: Is SIKULI color blind with respect to image recognition.

2017-08-07 Thread Nihar Das
New question #655418 on Sikuli: https://answers.launchpad.net/sikuli/+question/655418 Hi, I have been using SIKULI. It seems Sikuli is identifying 2 same images with different color pattern as different objects. However I had an impression Sikuli is color blind. Can anyone pls confirm me the sam

[Sikuli-driver] [Question #655430]: paste numeric value from excel cell to notepade

2017-08-07 Thread SAMIRAN SARMA
New question #655430 on Sikuli: https://answers.launchpad.net/sikuli/+question/655430 I am new in Sikuli. My code is import xlrd file_loc="C:\Users\Samiran_PC\Desktop\excel example\zone-change.xlsx" workbook=xlrd.open_workbook(file_loc) sheet=workbook.sheet_by_index(0) totalrow=sheet.nrows totalc

[Sikuli-driver] [Question #655435]: Coordinates x, y of image to be tapped on are beyond the base image

2017-08-07 Thread Jai P
New question #655435 on Sikuli: https://answers.launchpad.net/sikuli/+question/655435 I am using Appium and SikuliX to tap on certain elements on the phone screen where I have no ids provided. I use the *driver.getScreenshotAs(OutputType.FILE);* Appium method to take the screenshot of the curre

Re: [Sikuli-driver] [Question #655435]: Coordinates x, y of image to be tapped on are beyond the base image, i.e. non-existent

2017-08-07 Thread Jai P
Question #655435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655435 Summary changed to: Coordinates x,y of image to be tapped on are beyond the base image, i.e. non-existent -- You received this question notification because your team Sikuli Drivers is an answer contact fo

Re: [Sikuli-driver] [Question #655430]: paste numeric value from excel cell to notepade

2017-08-07 Thread masuo
Question #655430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655430 Status: Open => Answered masuo proposed the following answer: [If you do not always need a decimal part] paste(int(value1)) -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #655418]: Is SIKULI color blind with respect to image recognition.

2017-08-07 Thread masuo
Question #655418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655418 Status: Open => Answered masuo proposed the following answer: SikuliX uses the OpenCV package for finding an image on the screen. http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-d