Re: [Sikuli-driver] [Question #676792]: [error] EditorPane: Problem while trying to clean bundle (not used images): null ?

2018-12-13 Thread RaiMan
Question #676792 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676792 Status: Open => Answered RaiMan proposed the following answer: is fixed in latest build of 1.1.4 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #676793]: How to update XML file remotely at particular node?

2018-12-13 Thread Rajesh
New question #676793 on Sikuli: https://answers.launchpad.net/sikuli/+question/676793 Hi Team, I'm using Sikuli for testing desktop applications,i want to update Value with System date in below xml file,can anyone please provide code,how to update date in particular place,i want to update 11-12

[Sikuli-driver] [Question #676792]: [error] EditorPane: Problem while trying to clean bundle (not used images): null ?

2018-12-13 Thread ONG YI CHONG
New question #676792 on Sikuli: https://answers.launchpad.net/sikuli/+question/676792 Can anyone explain to me what this error is ? whenever i try to save my script it always shows this error. I feel like whenever i see this error, my script isnt saved. -- You received this question notificat

Re: [Sikuli-driver] [Question #676785]: What means "App.open: not found in taskList after 0 secs"

2018-12-13 Thread RaiMan
Question #676785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676785 Status: Open => Answered RaiMan proposed the following answer: Thanks for the pointer. Has to be revised. I will tell you here, when the fix is ready. -- You received this question notification becaus

Re: [Sikuli-driver] [Question #676426]: Cannot start App when executing Sikuli script from cmd

2018-12-13 Thread RaiMan
Question #676426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676426 RaiMan requested more information: Thanks for feedback. Did you try out the start command from comment #8? Did you try to launch it using subprocess.Popen? -- You received this question notification becau

Re: [Sikuli-driver] [Question #676426]: Cannot start App when executing Sikuli script from cmd

2018-12-13 Thread sdraganov
Question #676426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676426 sdraganov posted a new comment: Don't worry I could use version 1.1.3 to run scripts from CMD, so far everything works as expected even though I'm using 1.1.4 for writing my scripts. There might be something

Re: [Sikuli-driver] [Question #676785]: What means "App.open: not found in taskList after 0 secs"

2018-12-13 Thread Alexandr
Question #676785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676785 Summary changed to: What means "App.open: not found in taskList after 0 secs" -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Question #676785]: What means "App.open: not found in taskList after 1 secs"

2018-12-13 Thread Alexandr
New question #676785 on Sikuli: https://answers.launchpad.net/sikuli/+question/676785 Try to start app x = App("/Applications/Calculator.app") x.open() App starts, but in message area appears error: [error] App.open: not found in taskList after 0 secs (/Applications/Calculator.app) On Windows

Re: [Sikuli-driver] [Question #676784]: Automatic press enter after type text

2018-12-13 Thread RaiMan
Question #676784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676784 Status: Open => Answered RaiMan proposed the following answer: Uuuups, sorry - should have read with more concentration :-( I thought i is a number (implicit convention with for ;-) ... but it is a str

Re: [Sikuli-driver] [Question #676784]: Automatic press enter after type text

2018-12-13 Thread Alexandr
Question #676784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676784 Status: Answered => Open Alexandr is still having a problem: Not helped... If I use PASTE instead TYPE, all works right -- You received this question notification because your team Sikuli Drivers is a

Re: [Sikuli-driver] [Question #676784]: Automatic press enter after type text

2018-12-13 Thread RaiMan
Question #676784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676784 Status: Open => Answered RaiMan proposed the following answer: type (Pattern("1544694065545.png").targetOffset(0,29), i) the second parameter must be a string (a number in your case) from Python to Jav

Re: [Sikuli-driver] [Question #676784]: Automatic press enter after type text

2018-12-13 Thread Alexandr
Question #676784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676784 Description changed to: Script paste commands(contains in test_2.txt) in "Run" list_of_anchor_links = open("C:\Source_for_Sikuli_scripts\test_2.txt") for i in list_of_anchor_links: type("r", Key.WIN

[Sikuli-driver] [Question #676784]: Automatic press enter after type text

2018-12-13 Thread Alexandr
New question #676784 on Sikuli: https://answers.launchpad.net/sikuli/+question/676784 Script paste commands contains in test_2.txt in "Run" list_of_anchor_links = open("C:\Source_for_Sikuli_scripts\test_2.txt") for i in list_of_anchor_links: type("r", Key.WIN) type(Key.DELETE)

Re: [Sikuli-driver] [Question #676783]: Can we run sikuli script in System with out JRE - not possible

2018-12-13 Thread RaiMan
Question #676783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676783 Summary changed to: Can we run sikuli script in System with out JRE - not possible -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #676783]: Can we run sikuli script in System with out JRE

2018-12-13 Thread RaiMan
Question #676783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676783 Status: Open => Answered RaiMan proposed the following answer: simply: NO - sorry -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Question #676783]: Can we run sikuli script in System with out JRE

2018-12-13 Thread Pradeepkumar G
New question #676783 on Sikuli: https://answers.launchpad.net/sikuli/+question/676783 I want to develop a Sikuli Script using Sikuli IDE or Eclispe IDE. But if i want to deploy that script to other system and want to run in that machine Do we need to have JRE ? If there is any way to run a sikul

Re: [Sikuli-driver] [Question #676777]: Running few tests from a suite cmd

2018-12-13 Thread Rares Pasca
Question #676777 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676777 Rares Pasca posted a new comment: Alright then. Thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #676778]: Looping through list of elements and finind expected text with OCR

2018-12-13 Thread Rares Pasca
Question #676778 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676778 Rares Pasca posted a new comment: Thank you! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mai

Re: [Sikuli-driver] [Question #676777]: Running few tests from a suite cmd

2018-12-13 Thread RaiMan
Question #676777 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676777 RaiMan proposed the following answer: ok, then you already have unittest. You have to use the config options for the suite, that collects the testcases and is given to HTMLTestRunner. Consult the docs of Py

Re: [Sikuli-driver] [Question #676778]: Looping through list of elements and finind expected text with OCR

2018-12-13 Thread RaiMan
Question #676778 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676778 RaiMan proposed the following answer: yep -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailin

Re: [Sikuli-driver] [Question #676778]: Looping through list of elements and finind expected text with OCR

2018-12-13 Thread Rares Pasca
Question #676778 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676778 Rares Pasca posted a new comment: Ok thanks. So the approach would be something like this: define a region in screen define the element that i want to find, a string basically inside a for loop iterate with

Re: [Sikuli-driver] [Question #676777]: Running few tests from a suite cmd

2018-12-13 Thread Rares Pasca
Question #676777 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676777 Rares Pasca posted a new comment: But let's say I have them grouped with the help of unittest llike test def test1() def test2() . . . def test100() Now I use HTMLTestRunner+unittest to run them and generate

Re: [Sikuli-driver] [Question #676778]: Looping through list of elements and finind expected text with OCR

2018-12-13 Thread RaiMan
Question #676778 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676778 Status: Open => Answered RaiMan proposed the following answer: yes is possible. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #676777]: Running few tests from a suite cmd

2018-12-13 Thread RaiMan
Question #676777 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676777 Status: Open => Answered RaiMan proposed the following answer: Have a look at the unittest feature (which would be eqivalent to organize your tests into classes and functions, but why invent the world ag

[Sikuli-driver] [Question #676778]: Looping through list of elements and finind expected text with OCR

2018-12-13 Thread Rares Pasca
New question #676778 on Sikuli: https://answers.launchpad.net/sikuli/+question/676778 Hello, I have a list of elements and i need to select a certain element. For that I have to scroll the list. It is possible to create a method that scrolls through this list and when it finds my expected eleme

[Sikuli-driver] [Question #676777]: Running few tests from a suite cmd

2018-12-13 Thread Rares Pasca
New question #676777 on Sikuli: https://answers.launchpad.net/sikuli/+question/676777 Hello, I know this is somehow not related to sikuli but maybe someone already achieved this. Let's say I have like 200 tests written with sikuli and py. Now I want to runt only test 35,and 80 from command line

Re: [Sikuli-driver] [Question #676756]: handler function

2018-12-13 Thread RaiMan
Question #676756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676756 RaiMan proposed the following answer: --- Would the handler function then cut off no, since the elapsed time is checked after return from handler. So in your example the total elapsed time for the complete ob