Re: [Sikuli-driver] [Question #676954]: clear cursor

2019-01-03 Thread Rares Pasca
Question #676954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676954 Rares Pasca posted a new comment: https://www.dropbox.com/s/hi11xr5esatg7s5/20190104_093820.mp4?dl=0 Sorry, i forgot that I've only found the german version for trial. So here is the link with the steps to

Re: [Sikuli-driver] [Question #676954]: clear cursor

2019-01-03 Thread Rares Pasca
Question #676954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676954 Rares Pasca posted a new comment: https://www.dropbox.com/s/hi11xr5esatg7s5/20190104_093820.mp4?dl=0 Sorry, i forgot that I've only found the german version for trial. So here is the link with the steps to

Re: [Sikuli-driver] [Question #677277]: Unable to get Sikuli 1.1.4 operational

2019-01-03 Thread Joseph Maruca
Question #677277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677277 Joseph Maruca posted a new comment: Hi Raiman, Just to answer your questions above: java -version: java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) Client VM

Re: [Sikuli-driver] [Question #676954]: clear cursor

2019-01-03 Thread TestMechanic
Question #676954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676954 TestMechanic posted a new comment: I installed trial expert version and created a project however my project looks different and Schema is missing Here is the difference -

Re: [Sikuli-driver] [Question #677290]: Order of functions called in Sikuli

2019-01-03 Thread TestMechanic
Question #677290 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677290 TestMechanic posted a new comment: A1: I am using names like test_0010_CreateProject. In this way I can sort my test in the desired way. A2: In the console you are seeing 1 letter indication about status of

[Sikuli-driver] [Question #677302]: Import httplib failing with "cannot import name BlockingIOError"

2019-01-03 Thread TestMechanic
New question #677302 on Sikuli: https://answers.launchpad.net/sikuli/+question/677302 note: this is working fine with Sikuli 1.2 and 1.3 Steps to reproduce: -- Use latest 1.4 sikuli -- java 1.8, jython 2.7.1 -- windows 10 -- open IDE -- type one line "import httplib" -- save and run Error

Re: [Sikuli-driver] [Question #677297]: ClassCastException: class org.python.core.PyObjectDerived cannot be cast to class org.python.core.PyString

2019-01-03 Thread RaiMan
Question #677297 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677297 Status: Open => Answered RaiMan proposed the following answer: Must have something to do with the base64 stuff, because this works: ci = capture(0,0,10,10) print "* capture:", ci fci = open(ci,

[Sikuli-driver] [Question #677297]: ClassCastException: class org.python.core.PyObjectDerived cannot be cast to class org.python.core.PyString

2019-01-03 Thread Singah
New question #677297 on Sikuli: https://answers.launchpad.net/sikuli/+question/677297 Hi, I am between upgrades from 1.1.0 to 1.1.4 were I treated the screenshots as following: ci = Screen(0).capture(Screen(0).getBounds()) with open(ci, 'rb') as file: encoded_string =

Re: [Sikuli-driver] [Question #677290]: Order of functions called in Sikuli

2019-01-03 Thread Sreelekshmi
Question #677290 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677290 Status: Answered => Solved Sreelekshmi confirmed that the question is solved: Agree its not related to sikulix. But want to share what I found. in this case the functions are run in the order of

Re: [Sikuli-driver] [Question #677270]: use of collectLinesText function

2019-01-03 Thread Rony Verch
Question #677270 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677270 Status: Answered => Solved Rony Verch confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #677290]: Order of functions called in Sikuli

2019-01-03 Thread RaiMan
Question #677290 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677290 Status: Open => Answered RaiMan proposed the following answer: Sorry, not a question about SikuliX. It is about Python/Jython unittest. The chance to get help and find solutions might be better

[Sikuli-driver] [Question #677290]: Order of functions called in Sikuli

2019-01-03 Thread Sreelekshmi
New question #677290 on Sikuli: https://answers.launchpad.net/sikuli/+question/677290 class Test_a(unittest.TestCase): def test_A(self): print("abc") ... .. def test_Z(self): .. suite =

Re: [Sikuli-driver] [Question #676954]: clear cursor

2019-01-03 Thread Rares Pasca
Question #676954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676954 Rares Pasca posted a new comment: @TestMechanic In order to add those elements after starting the program, you have to create a new project then from Schema->multifiliare schema(multi-wire diagram) then

Re: [Sikuli-driver] [Question #676954]: clear cursor

2019-01-03 Thread Rares Pasca
Question #676954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676954 Rares Pasca posted a new comment: @TestMechanic In order to add those elements after starting the program, you have to create a new project then from Schema->multifiliare schema(multi-wire diagram) then

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2019-01-03 Thread RaiMan
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 RaiMan posted a new comment: @Sreelekshmi (sree2604) please post your own question with things not related to this topic. ... and give more info on how you got there -- You received this question

Re: [Sikuli-driver] [Question #677277]: Unable to get Sikuli 1.1.4 operational

2019-01-03 Thread RaiMan
Question #677277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677277 RaiMan proposed the following answer: just installed a the latest Java 8 (191) 64-Bit on my Windows 10: works as expected ... so you have to check/revise your system setup -- You received this question

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2019-01-03 Thread Sreelekshmi
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Sreelekshmi posted a new comment: Can you please tell me about this error in Sikuli EEE Time Elapsed: 0:00:00.007000 -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #676645]: ImportError: no module named sikuli --- sikulixapi.jar not on Java classpath

2019-01-03 Thread Launchpad Janitor
Question #676645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676645 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #677245]: Support for high DPI screens (such as the microsoft surface)?

2019-01-03 Thread RaiMan
Question #677245 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677245 RaiMan proposed the following answer: @Matt thanks for being willing to help. I appreciate it, since I do not have access to HiDpi equipment in Windows (Only my MacBook pro Retina, which works). I have to

Re: [Sikuli-driver] [Question #677270]: use of collectLinesText function

2019-01-03 Thread RaiMan
Question #677270 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677270 Status: Open => Answered RaiMan proposed the following answer: there was a bug in the implementation, which is fixed with lates build #171 -- You received this question notification because your team

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2019-01-03 Thread RaiMan
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 RaiMan posted a new comment: --- share the modified HTMLTestRunner.py ... it is bundled with the sikulix... jar files and hence available out of the box -- You received this question notification because

Re: [Sikuli-driver] [Question #677277]: Unable to get Sikuli 1.1.4 operational

2019-01-03 Thread RaiMan
Question #677277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677277 RaiMan proposed the following answer: --1. what do you get, when you run on a command line: java -version --2. run form a commandline: java -jar \sikulix.jar -v and look at the debug log -- You received

Re: [Sikuli-driver] [Question #677281]: spam

2019-01-03 Thread RaiMan
Question #677281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677281 Status: Open => Invalid RaiMan changed the question status: spam -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #677281]: spam

2019-01-03 Thread RaiMan
Question #677281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677281 Summary changed to: spam Description changed to: spam -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #677277]: Unable to get Sikuli 1.1.4 operational

2019-01-03 Thread Joseph Maruca
Question #677277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677277 Joseph Maruca posted a new comment: Hi Masuo, Yes, given that it is the latest version, I would like to use 1.1.4 and yes, I have tried to install it on x64 Operating System and have installed the x64 bit