Re: [Sikuli-driver] [Question #276334]: send email after the execution

2015-12-02 Thread Hardik
Question #276334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276334 Hardik posted a new comment: This scripts isn't working in Sikuli !!! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #276334]: send email after the execution

2015-12-02 Thread Hardik
Question #276334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276334 Hardik posted a new comment: This scripts isn't working in Sikuli !!! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #273995]: Is there a change in the function behavior such as wait, exists, find --- not reproduceable

2015-12-02 Thread can
Question #273995 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273995 Status: Answered => Open can is still having a problem: Thank you for your detailed explanation. the logic of the code design is first, confirm the new.png (By this code to achieve: "if reg.exists(new)

Re: [Sikuli-driver] [Question #276532]: A page has the same image in multiple areas. How will the script select the right one?

2015-12-02 Thread Eugene S
Question #276532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276532 Status: Open => Answered Eugene S proposed the following answer: If you have more than one image that will match your pattern you will need to perform additional steps to ensure you are picking the corre

[Sikuli-driver] [Question #276532]: A page has the same image in multiple areas. How will the script select the right one?

2015-12-02 Thread Ashwin Raju
New question #276532 on Sikuli: https://answers.launchpad.net/sikuli/+question/276532 I've managed to use sikuli to automate a flash player but now I'm wondering how this script will function if two images of the same type lie in different parts of the webpage. -- You received this question no

Re: [Sikuli-driver] [Question #276334]: send email after the execution

2015-12-02 Thread RaiMan
Question #276334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276334 RaiMan proposed the following answer: LOL, a bit lazy today ;-) ... but no rain today, so it is a good day with some motivation potential: just googling: python send email with attachment reveals this one

Re: [Sikuli-driver] [Question #276334]: send email after the execution

2015-12-02 Thread Hardik
Question #276334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276334 Hardik posted a new comment: Can you give me that send mail logic script or else Example script... plz ... -- You received this question notification because your team Sikuli Drivers is an answer contact fo

Re: [Sikuli-driver] [Question #276332]: Image text not detected

2015-12-02 Thread Ruben
Question #276332 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276332 Status: Needs information => Open Ruben gave more information on the question: Additional information sent -- You received this question notification because your team Sikuli Drivers is an answer conta

Re: [Sikuli-driver] [Question #276334]: send email after the execution

2015-12-02 Thread RaiMan
Question #276334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276334 Status: Open => Answered RaiMan proposed the following answer: currently the script terminates after the tests have been run by HTMLTestRunner. In this script simply add the send mail logic to the end o

Re: [Sikuli-driver] [Question #276136]: Sikuli 1.1.0 can Generate results or Logs ?

2015-12-02 Thread RaiMan
Question #276136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276136 RaiMan proposed the following answer: SikuliX 1.1.0 integrates with Jython 2.7, which is compatible to Python language level 2.7 including the standard Python modules. On top it is possible to use any externa

Re: [Sikuli-driver] [Question #276333]: How to modify and get an error output with (XMLTestRunner) using exists()

2015-12-02 Thread RaiMan
Question #276333 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276333 Status: Open => Answered RaiMan proposed the following answer: -- 1. continue after exception in test function ... ... is against the philosophy of unit testing: a failure or error situation should inst

[Sikuli-driver] [Question #276334]: send email after the execution

2015-12-02 Thread Hardik
New question #276334 on Sikuli: https://answers.launchpad.net/sikuli/+question/276334 This could be general question, not related to sikuli. But would be very helpful. I get html report after the test suite execution (using HTMLTestRunner). Now how to identify the suite has completed (when run

Re: [Sikuli-driver] [Question #276136]: Sikuli 1.1.0 can Generate results or Logs ?

2015-12-02 Thread Hardik
Question #276136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276136 Hardik posted a new comment: Is only python can work on sikuli ? I mean python is using Jython right? So how can i use python !!! -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #276331]: Remote execution of sikuli script

2015-12-02 Thread RaiMan
Question #276331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276331 RaiMan proposed the following answer: Take care, that the other machine is logged in and has a real monitor running. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #276331]: Remote execution of sikuli script

2015-12-02 Thread Dwarika
Question #276331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276331 Dwarika posted a new comment: I am able to execute the sikuli script from first machine through command line and using powersheel rpc method. But it is not triggering on another machine. -- You received thi

Re: [Sikuli-driver] [Question #276332]: Image text not detected

2015-12-02 Thread RaiMan
Question #276332 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276332 Status: Open => Needs information RaiMan requested more information: send a screenshot and the captured images in zip container to sikulix-- at--outlook--dot--com -- You received this question notifica

[Sikuli-driver] [Question #276333]: How to modify and get an error output with (XMLTestRunner) using exists()

2015-12-02 Thread Schmikkeli
New question #276333 on Sikuli: https://answers.launchpad.net/sikuli/+question/276333 Hi! :) First of all, here is a simplified example of the code Im doing. #import xmltestrunner class SikuliTest(unittest.TestCase): def setUp(self): #setUp def testSikuliTest(self):

[Sikuli-driver] [Question #276332]: Image text not detected

2015-12-02 Thread Ruben
New question #276332 on Sikuli: https://answers.launchpad.net/sikuli/+question/276332 We are having a problem with sikuli detection. We have a text in the application, we captured the text and sikuli cannot detect it until we change the similarity to 20%. I'll try to upload the pictures related

Re: [Sikuli-driver] [Question #273995]: Is there a change in the function behavior such as wait, exists, find --- not reproduceable

2015-12-02 Thread RaiMan
Question #273995 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273995 Status: Open => Answered RaiMan proposed the following answer: why the dropbox has vanished in the above example, I explained: highlights the new entry image at the place it was found (though highlight

Re: [Sikuli-driver] [Question #276331]: Remote execution of sikuli script

2015-12-02 Thread masuo
Question #276331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276331 masuo posted a new comment: if you want to minimize a remote desktop window on the first machine when sikuli is running, it is necessary to add registry key on the first machine. https://answers.launchpad.ne

Re: [Sikuli-driver] [Question #276331]: Remote execution of sikuli script

2015-12-02 Thread RaiMan
Question #276331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276331 Status: Open => Answered RaiMan proposed the following answer: Not yet a builtin feature of SikuliX. You have to setup SikuliX on the second machine and then trigger the scriptrun from the first machine

Re: [Sikuli-driver] [Question #276329]: I want repeat the following clicking till my Mac lose WiFi signal.

2015-12-02 Thread RaiMan
Question #276329 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276329 RaiMan proposed the following answer: see faq 1437 Be aware: --- or manually turn it off ... you will not be able to do that while a SikuliX script is running. -- You received this question notification be

Re: [Sikuli-driver] [Question #276329]: I want repeat the following clicking till my Mac lose WiFi signal.

2015-12-02 Thread RaiMan
Question #276329 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276329 Status: Open => Answered RaiMan proposed the following answer: see faqs 1437 Be aware: --- or manually turn it off ... you will not be able to do that while a SikuliX script is running. -- You receiv

Re: [Sikuli-driver] [Question #276328]: Unable to find/search mouse pointer

2015-12-02 Thread RaiMan
Question #276328 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276328 RaiMan proposed the following answer: SikuliX generally does not support visually searching the mouse pointer (not included in the screenshots, that SikuliX internally uses to search for images) -- You rece

Re: [Sikuli-driver] [Question #276136]: Sikuli 1.1.0 can Generate results or Logs ?

2015-12-02 Thread RaiMan
Question #276136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276136 RaiMan proposed the following answer: I do not have expertise with that. look for examples in the net with something like "Python send mail". This Sikuli forum is surely not the right place for such general

Re: [Sikuli-driver] [Question #276227]: Running sikuli scripts and continue using PC

2015-12-02 Thread RaiMan
Question #276227 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276227 Status: Open => Answered RaiMan proposed the following answer: Install something like VMBox and run your script inside the minimized box. -- You received this question notification because your team Si

Re: [Sikuli-driver] [Question #276328]: Unable to find/search mouse pointer

2015-12-02 Thread masuo
Question #276328 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276328 Status: Open => Answered masuo proposed the following answer: see Mouse.at http://sikulix-2014.readthedocs.org/en/latest/globals.html?highlight=mouse.at#Mouse.at -- You received this question notifica

[Sikuli-driver] [Question #276331]: Remote execution of sikuli script

2015-12-02 Thread Dwarika
New question #276331 on Sikuli: https://answers.launchpad.net/sikuli/+question/276331 I have two windows machin . I want to trigger the sikuli script from first machine to run on Second machine. How can i do that. Please give the details. -- You received this question notification because your