Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-25 Thread RaiMan
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 RaiMan posted a new comment: If you decide to store all images in a few places, you can pre populate the image path with these directories using an environment variable

Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-24 Thread RaiMan
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 Status: Open = Answered RaiMan proposed the following answer: -- why getBundlePath() returns None in Robot Framework the bundle path is only set, when the script is run using either the IDE or java

Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-24 Thread Peter Kim
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-23 Thread Peter Kim
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 Status: Answered = Open Peter Kim is still having a problem: Hi RaiMan, Thank you for your prompt answers. I think that the problem is getBundlePath() when Sikuli is run with Robot Framework. Here

[Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-22 Thread Peter Kim
New question #179700 on Sikuli: https://answers.launchpad.net/sikuli/+question/179700 Hi. I have a function called test_teardown which looks like following: def test_teardown(): # Save the screen print test_teardown: capturing the screen captured_screen = capture(SCREEN) print