Re: [Sikuli-driver] [Question #230694]: [1.0] [error] Region.text: text recognition is currently switched off

2014-03-19 Thread Mujeebu Rahman
Question #230694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230694 Mujeebu Rahman posted a new comment: Hi RaiMan, I am getting the below error even after installing sikuli with option 5 and setting Settings.OcrTextSearch option to ON, Code: Settings.OcrTextSearch = True

Re: [Sikuli-driver] [Question #245665]: Logging the errors and failures in a seperate file with line numbers where it is failed

2014-03-19 Thread obiwan-92
Question #245665 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245665 Status: Open = Answered obiwan-92 proposed the following answer: Hello. Ok. So create a sikuli script with this code : import sys, traceback, datetime def log(scr, str): file = open(scr, 'a')

[Sikuli-driver] [Bug 1294525] [NEW] [1.0.1]IDE crashes when open project with changed folder name

2014-03-19 Thread DmNep
Public bug reported: Windows 7 64-bit Steps: 1. Rename project folder in part before .sikuli 2. Try to open this project. Actual result: IDE crashes Expected result: Warning about name discrepancy in the project. ** Affects: sikuli Importance: Undecided Status: New -- You

Re: [Sikuli-driver] [Question #245693]: Append image to RTF file from Clipboard (PRINTSCREEN)

2014-03-19 Thread Nikola
Question #245693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245693 Status: Answered = Solved Nikola confirmed that the question is solved: Hi, Thanks for help. your code is not working for me (some shutil errors and problems with path reading or something) But I

Re: [Sikuli-driver] [Question #245693]: Append image to RTF file from Clipboard (PRINTSCREEN)

2014-03-19 Thread Nikola
Question #245693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245693 Nikola confirmed that the question is solved: Thanks Eugene S, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Question #245728]: Capture the screen and store the images into a path while running the script

2014-03-19 Thread Brian
New question #245728 on Sikuli: https://answers.launchpad.net/sikuli/+question/245728 Hi RaiMan, How can I code to capture the screen and store the images into a path after I click Run ? Thanks a lot! Best Regards, Brian -- You received this question notification because you are a member of

[Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
New question #245732 on Sikuli: https://answers.launchpad.net/sikuli/+question/245732 Hello team, i am trying to call an parameterized method available in a different .sikuli folder. i am able to call a non parameterized but not the parameterized one. Please guide me how to do the same. Thanks

[Sikuli-driver] [Question #245736]: Configure Ride with Sikuli

2014-03-19 Thread Atul Mirvankar
New question #245736 on Sikuli: https://answers.launchpad.net/sikuli/+question/245736 I want to configure Sikuli with Ride. So that we can write and execute the script using Ride. Please suggest. -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #245660]: issue with accessing the image stored at a particular repository.

2014-03-19 Thread Garima Kumar
Question #245660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245660 Status: Needs information = Solved Garima Kumar confirmed that the question is solved: Hello RaiMan The issues is with some access permessions. It's resolved now. :-) -- You received this question

[Sikuli-driver] [Bug 1294525] Re: [1.0.1]IDE crashes when open project with changed folder name

2014-03-19 Thread RaiMan
** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Importance: Undecided = High ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None = 1.1.0 -- You received this bug notification because you are a

Re: [Sikuli-driver] [Question #245672]: [1.0.1] NullPointerException when run compiled jython code

2014-03-19 Thread RaiMan
Question #245672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245672 RaiMan proposed the following answer: Ok. Understood. No other possibility currently than to program in Java directly. I will have a look at it next week when I am back from vacation. -- You received

Re: [Sikuli-driver] [Question #245679]: how to tell when vertical scroll bar is no longer present

2014-03-19 Thread RaiMan
Question #245679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245679 RaiMan proposed the following answer: @Eugene: # your 2. : it is Java;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #245679]: how to tell when vertical scroll bar is no longer present

2014-03-19 Thread RaiMan
Question #245679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245679 RaiMan proposed the following answer: @Eve: I guess it finds something similar on the screen, when your target has vanished. So use new Pattern(arrowImage).exact() Instead of arrowImage -- You received

Re: [Sikuli-driver] [Question #245717]: Pie chart version of HTMLTestRunner module?

2014-03-19 Thread RaiMan
Question #245717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245717 Status: Open = Answered RaiMan proposed the following answer: Look https://answers.launchpad.net/sikuli/+question/176005 -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #230694]: [1.0] [error] Region.text: text recognition is currently switched off

2014-03-19 Thread RaiMan
Question #230694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230694 RaiMan posted a new comment: As mentioned in the above solution link: Settings.OcrTextRead is the respective option. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #245736]: Configure Ride with Sikuli

2014-03-19 Thread RaiMan
Question #245736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245736 Status: Open = Answered RaiMan proposed the following answer: For such special use cases your have those consult the rIDE docs or their community. First check wether rIDE can use Jython instead of

Re: [Sikuli-driver] [Question #245736]: Configure Ride with Sikuli

2014-03-19 Thread Atul Mirvankar
Question #245736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245736 Atul Mirvankar posted a new comment: Ok... I will put the same question in RIDE community, and will update you Thanks for your reply. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #245736]: Configure Ride with Sikuli

2014-03-19 Thread Atul Mirvankar
Question #245736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245736 Status: Answered = Open Atul Mirvankar is still having a problem: The issue is still open -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #245747]: [1.0.1] How to run command line in silent /quite mode

2014-03-19 Thread eetawil
New question #245747 on Sikuli: https://answers.launchpad.net/sikuli/+question/245747 [1.0.1] How to run command line in silent /quite mode When doing a command line execution like this : C:\SikuliX\runIDE.cmd -r myScript.skl I get a yellow pop-up that appears in the middle of the screen

[Sikuli-driver] [Bug 1288796] Re: [1.0.1] MultiMonitor: Highlight doesn't work correctly with several screens

2014-03-19 Thread obiwan-92
** Changed in: sikuli Assignee: (unassigned) = obiwan-92 (obiwan-92) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1288796 Title: [1.0.1] MultiMonitor: Highlight doesn't work correctly with

Re: [Sikuli-driver] [Question #245672]: [1.0.1] NullPointerException when run compiled jython code

2014-03-19 Thread ashi
Question #245672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245672 ashi posted a new comment: Thanks, got it. If more details are needed, please tell me. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #245736]: Configure Ride with Sikuli

2014-03-19 Thread Roman Podolyan
Question #245736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245736 Roman Podolyan posted a new comment: Atul, you can check this thread: https://groups.google.com/forum/#!topic/robotframework-users/-2d6YrCwd-E Are you aware that there are no standard Robot Framework

Re: [Sikuli-driver] [Question #245679]: how to tell when vertical scroll bar is no longer present

2014-03-19 Thread eve flowers
Question #245679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245679 Status: Answered = Solved eve flowers confirmed that the question is solved: Thank you Eugene and Raiman for replying. Using new Pattern(arrowImage).exact() resolved my issue. Appreciate the help,

[Sikuli-driver] [Bug 1288796] Re: [1.0.1] MultiMonitor: Highlight doesn't work correctly with several screens

2014-03-19 Thread RaiMan
** Changed in: sikuli Status: Confirmed = Fix Committed ** Changed in: sikuli Importance: Undecided = High ** Changed in: sikuli Assignee: obiwan-92 (obiwan-92) = RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None = 1.1.0 -- You received this bug notification

[Sikuli-driver] [Question #245030]: Status of bug #1288796 changed to 'Fix Committed' in Sikuli

2014-03-19 Thread RaiMan
Bug #1288796 status changed in Sikuli: Confirmed = Fix Committed https://bugs.launchpad.net/sikuli/+bug/1288796 [1.0.1] MultiMonitor: Highlight doesn't work correctly with several screens This bug is linked to #245030. Screen(1) doesn't seem to work.

Re: [Sikuli-driver] [Question #245747]: [1.0.1] How to run command line in silent /quite mode

2014-03-19 Thread RaiMan
Question #245747 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245747 Status: Open = Needs information RaiMan requested more information: Does this happen with .sikuli too? Doch your have the latest version? Timestamp 12. Sept. ? -- You received this question

Re: [Sikuli-driver] [Question #245747]: [1.0.1] How to run command line in silent /quite mode

2014-03-19 Thread eetawil
Question #245747 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245747 Status: Needs information = Open eetawil gave more information on the question: I will try tomorrow with the .sikuli and Ill also confirm you the version number. Thanks -- You received this question

[Sikuli-driver] [Question #245776]: As a new user , how to build a Sikuli test framework using Junit

2014-03-19 Thread sach ganvir
New question #245776 on Sikuli: https://answers.launchpad.net/sikuli/+question/245776 Hi all, I'm really sorry to ask you such basic questions, but I'm trying to automate some of the testing in my firm and now I know how to write test cases using sikuli, but I have no clue how to build a

Re: [Sikuli-driver] [Question #245728]: Capture the screen and store the images into a path while running the script

2014-03-19 Thread Eugene S
Question #245728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245728 Status: Open = Answered Eugene S proposed the following answer: Hi, Like I have mentioned here https://answers.launchpad.net/sikuli/+question/245693, you can create a kind of a helper function you can

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Eugene S
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Open = Needs information Eugene S requested more information: Hi Garima, Can you please provide a bit more information on how are you attempting to do that? Thanks, Eugene -- You received

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Needs information = Open Garima Kumar gave more information on the question: Hello, I have a workflow.sikuli, inside that ia have a method called def createWorkflow(workflowName): print

Re: [Sikuli-driver] [Question #245665]: Logging the errors and failures in a seperate file with line numbers where it is failed

2014-03-19 Thread Mujeebu Rahman
Question #245665 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245665 Status: Answered = Open Mujeebu Rahman is still having a problem: Hi Obiwan, Thanks for your swift response. I am little bit confused with the script which you have posted. If you could brief me on