Re: [Sikuli-driver] [Question #670826]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-12 Thread Edson Henrique Arantes
Question #670826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670826 Status: Answered => Solved Edson Henrique Arantes confirmed that the question is solved: it works, thank you very much! -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #670826]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-12 Thread RaiMan
Question #670826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670826 Status: Open => Answered RaiMan proposed the following answer: must be used as (only available in Python scripting): capture(result,'result.png') this stores the image in the scripts .sikuli folder.

[Sikuli-driver] [Question #670826]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-11 Thread Edson Henrique Arantes
New question #670826 on Sikuli: https://answers.launchpad.net/sikuli/+question/670826 I want to save a region as a png file to process it in another app, so, no temporary save my code is as follows: calc = find("calculator.png") rows = 10 cols = 4 calc.setRaster(rows, cols) result =