[Sikuli-driver] [Question #655742]: Traceback --- error seen when trying to capture and store image using shutil

2017-08-10 Thread Test App
New question #655742 on Sikuli: https://answers.launchpad.net/sikuli/+question/655742 Hi I have used the below code to capture and store an Image img = Screen(0).capture(27,170,963,159) import shutil shutil.move(img,"C:\\Sikuli\\test1.png") import os.path shutil.move(img,os.path.join(getBundle

Re: [Sikuli-driver] [Question #655742]: Traceback --- error seen when trying to capture and store image using shutil

2017-08-10 Thread masuo
Question #655742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655742 Status: Open => Answered masuo proposed the following answer: try this code img = Screen(0).capture(27,170,963,159).getFile() -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #655742]: Traceback --- error seen when trying to capture and store image using shutil

2017-08-11 Thread Test App
Question #655742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655742 Status: Answered => Solved Test App confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answe