Re: [Sikuli-driver] [Question #610943]: Logging sikuli errors to a separate log file

2017-04-06 Thread stewazy
Question #610943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/610943 Status: Solved => Open stewazy is still having a problem: Here I am again with a problem, now my xmlrunner isn't working, :S every TC passes now :S can you recommend an xml runner which I can use ? --

Re: [Sikuli-driver] [Question #610943]: Logging sikuli errors to a separate log file

2017-04-06 Thread RaiMan
Question #610943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/610943 RaiMan posted a new comment: thanks for the kind feedback ;-) ... but it is only some steps of experience ahead. -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #610943]: Logging sikuli errors to a separate log file

2017-04-06 Thread stewazy
Question #610943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/610943 stewazy posted a new comment: Tank you @RaiMan You are a God among men :D here is my solution for logging error try: #your test except: var = traceback.format_exc() file = open("C:\\Sikuli\

Re: [Sikuli-driver] [Question #610943]: Logging sikuli errors to a separate log file

2017-04-06 Thread stewazy
Question #610943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/610943 Status: Answered => Solved stewazy confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answe

Re: [Sikuli-driver] [Question #610943]: Logging sikuli errors to a separate log file

2017-04-06 Thread RaiMan
Question #610943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/610943 Status: Open => Answered RaiMan proposed the following answer: https://docs.python.org/2/library/traceback.html -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #612996]: Is it possible to import extern dll file in sikuli script?

2017-04-06 Thread Stranger
Question #612996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/612996 Status: Answered => Solved Stranger confirmed that the question is solved: Thank you, it has been resolved! -- You received this question notification because your team Sikuli Drivers is an answer cont

[Sikuli-driver] [Question #613052]: How to Execute Sikuli With SeleniumRC(Remote Execution) web Driver in C# Net ?

2017-04-06 Thread Srikanth Samala
New question #613052 on Sikuli: https://answers.launchpad.net/sikuli/+question/613052 I have a problem with Sikuli Execution with Remote WebDriver of Selenium. I have found some solution but with java wrapped client API. But I require in C# Below is the Jar file and Java api https://github.com/en

Re: [Sikuli-driver] [Question #610943]: Logging sikuli errors to a separate log file

2017-04-06 Thread stewazy
Question #610943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/610943 stewazy posted a new comment: e = sys.exc_info() smth in these lines in except but i still can't make it to tell me which line in my code failed any ideas, guys im very close to my solution :D -- You receiv

Re: [Sikuli-driver] [Question #610943]: Logging sikuli errors to a separate log file

2017-04-06 Thread stewazy
Question #610943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/610943 Status: Answered => Open stewazy is still having a problem: FindFaild is this like Exception e for example in java, can i write FindFailed into my log file ? for example def myTest() try: do tes

Re: [Sikuli-driver] [Question #612996]: Is it possible to import extern dll file in sikuli script?

2017-04-06 Thread Manfred Hampl
Question #612996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/612996 Status: Open => Answered Manfred Hampl proposed the following answer: https://sourceforge.net/p/jython/mailman/jython- users/thread/71b0d374-5fd3-4c03-95cd-320e07f04...@gmail.com/ might help -- You rec

[Sikuli-driver] [Question #612996]: Is it possible to import extern dll file in sikuli script?

2017-04-06 Thread Stranger
New question #612996 on Sikuli: https://answers.launchpad.net/sikuli/+question/612996 Now I want to write a script in sikuli, but in this script it need to import extern dll file, but I encounter one error after run. This script works fine in python environment. So I want to know if it is poss

Re: [Sikuli-driver] [Question #578456]: [1.1.1] macOS: App.focus: Occasionally: Where is osascript

2017-04-06 Thread RaiMan
Question #578456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578456 RaiMan posted a new comment: well done :-)) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mail

Re: [Sikuli-driver] [Question #578456]: [1.1.1] macOS: App.focus: Occasionally: Where is osascript

2017-04-06 Thread Jeff_Vallis
Question #578456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578456 Status: Answered => Solved Jeff_Vallis confirmed that the question is solved: This is what I have done after Finding some code using Python Thread : not that I understand the Syntax of the call Handling