[Sikuli-driver] [Question #676268]: Blank text for Do.popAsk

2018-11-20 Thread test qa
New question #676268 on Sikuli: https://answers.launchpad.net/sikuli/+question/676268 By using the following code: def Start(event): Main() def Main(): button = Do.popAsk("test", "Error", 10) If button == False: exit(1) == Issue : text popAsk

Re: [Sikuli-driver] [Question #663409]: Right click and Drag

2018-01-23 Thread Test App
Question #663409 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663409 Status: Answered => Solved Test App confirmed that the question is solved: Thanks Masuo Your solution worked perfect :) -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #663409]: Right click and Drag

2018-01-22 Thread Test App
New question #663409 on Sikuli: https://answers.launchpad.net/sikuli/+question/663409 I have a requirement where in holding the right click option i have to drag a mouse onto another location Please let me know , how to perform this action -- You received this question notification because

Re: [Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-28 Thread Test App
Question #660834 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660834 Status: Answered => Solved Test App confirmed that the question is solved: Solved https://answers.launchpad.net/sikuli/+question/660613 -- You received this question notification because your t

Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread Test App
Question #660613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660613 Test App posted a new comment: I am sorry Raiman Had a typo in my batch file was supposed to be java -jar (with a space) Thank you so much , the solution worked :) -- You received this question

Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-28 Thread Test App
Question #660613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660613 Test App posted a new comment: Hi Raiman, With reference to question https://answers.launchpad.net/sikuli/+question/660834, you have suggested me to try the above solution I installed Sikuli 1.2

Re: [Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-27 Thread Test App
Question #660834 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660834 Test App posted a new comment: Hi Raiman, Request you to give me a solution -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #660834]: Unable to run script on target machine

2017-11-16 Thread Test App
New question #660834 on Sikuli: https://answers.launchpad.net/sikuli/+question/660834 Hi , I want to run my scripts on different machines without installing sikuli on other machines So with the data present in the forum , I have followed the below approach 1.Create a zip file with Libs

Re: [Sikuli-driver] [Question #660829]: Cannot find my Sikuli libs folder

2017-11-16 Thread Test App
Question #660829 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660829 Status: Open => Solved Test App confirmed that the question is solved: Solved I had to add my Environmental variables -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #660829]: Cannot find my Sikuli libs folder

2017-11-16 Thread Test App
Question #660829 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660829 Description changed to: Hi, I cannot find Sikuli libs folder in my system I tried to doubleclick sikulixapi.jar or run java -jar sikulixapi.jar and then cancel the popups Still cannot see my libs folder

[Sikuli-driver] [Question #660829]: Cannot find my Sikuli libs folder

2017-11-16 Thread Test App
New question #660829 on Sikuli: https://answers.launchpad.net/sikuli/+question/660829 Hi, I cannot fing Sikuli libs folder in my system I tried to doubleclick sikulixapi.jar or run java -jar sikulixapi.jar and then cancel the popups Still cannot see my libs folder Please help -- You

Re: [Sikuli-driver] [Question #660807]: Unable to click Yes button on Install sheild wizard popup

2017-11-15 Thread Test App
Question #660807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660807 Test App posted a new comment: Yes ndinev Thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #660807]: Unable to click Yes button on Install sheild wizard popup

2017-11-15 Thread Test App
Question #660807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660807 Status: Needs information => Solved Test App confirmed that the question is solved: Problem solved I have tried to change the focus and then clicked on the Enter Key , So works fine now --

Re: [Sikuli-driver] [Question #660807]: Unable to click Yes button on Install sheild wizard popup

2017-11-15 Thread Test App
Question #660807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660807 Description changed to: Hi , I am using Sikuli to install and uninstall my desktop application from Control panel I Navigate to control panel Click on my application , Click on Uninstall button On

[Sikuli-driver] [Question #660807]: Unable to click Yes button on Install sheild wizard popup

2017-11-15 Thread Test App
New question #660807 on Sikuli: https://answers.launchpad.net/sikuli/+question/660807 Hi , I am using Sikuli to install and uninstall my desktop application from Control panel I Navigate to control panel Click on my application , Click on Uninstall button On clicking Uninstall button , a

Re: [Sikuli-driver] [Question #658485]: NameError: name 'robot' is not defined Error on running my script

2017-09-22 Thread Test App
Question #658485 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658485 Status: Answered => Solved Test App confirmed that the question is solved: Thanks Raiman -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #658485]: NameError: name 'robot' is not defined Error on running my script

2017-09-21 Thread Test App
from sikuli import* runScript(""" robot *** Variables *** ${USERNAME} demo ${PASSWORD} mode ${TESTSITE} http://test.sikuli.de *** Settings *** Library ./inline/LoginLibrary Test Setuplaunch application Test Te

Re: [Sikuli-driver] [Question #658471]: "IOError: [Errno 13] Permission denied " - I see this error when trying to capture image using shutill

2017-09-21 Thread Test App
Question #658471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658471 Status: Needs information => Solved Test App confirmed that the question is solved: Thank you Manfred Your solution worked perfect I can save the image with date and time stamp , No error s

[Sikuli-driver] [Question #658471]: "IOError: [Errno 13] Permission denied " - I see this error when trying to capture image using shutill

2017-09-21 Thread Test App
New question #658471 on Sikuli: https://answers.launchpad.net/sikuli/+question/658471 Hi, I am using the below code to append time stamp to my file name import shutil stime = time.strftime("%x,%X") print stime img = Screen(0).capture(11,30,1888,995).getFile() shutil.move(img, 'C:\Sikuli\ManApp

Re: [Sikuli-driver] [Question #655742]: Traceback --- error seen when trying to capture and store image using shutil

2017-08-11 Thread Test App
Question #655742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655742 Status: Answered => Solved Test App confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #655742]: Traceback --- error seen when trying to capture and store image using shutil

2017-08-10 Thread Test App
New question #655742 on Sikuli: https://answers.launchpad.net/sikuli/+question/655742 Hi I have used the below code to capture and store an Image img = Screen(0).capture(27,170,963,159) import shutil shutil.move(img,"C:\\Sikuli\\test1.png") import os.path

Re: [Sikuli-driver] [Question #634573]: How to call same image multiple times

2017-06-01 Thread Test App
Question #634573 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634573 Status: Answered => Solved Test App confirmed that the question is solved: Hi , Thanks masuo, Roman and JayG for the reply @Roman : Your solution solved my question . Thank you -- You recei

Re: [Sikuli-driver] [Question #634573]: How to call same image multiple times

2017-06-01 Thread Test App
Question #634573 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634573 Test App confirmed that the question is solved: Thanks Roman Podolyan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #637031]: Unable to run sikuli script with robo class from main script

2017-05-31 Thread Test App
Question #637031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637031 Test App confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #637031]: Unable to run sikuli script with robo class from main script

2017-05-31 Thread Test App
Question #637031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637031 Status: Answered => Solved Test App confirmed that the question is solved: Hi RaiMan, Thank you so much . I am sorry i was careless earlier :( . I am able to run scripts one after the other by giv

[Sikuli-driver] [Question #638118]: Fatal error System.out is broken is displayed when i try to run my sikuli script from the Command prompt or batch file

2017-05-31 Thread Test App
New question #638118 on Sikuli: https://answers.launchpad.net/sikuli/+question/638118 Hi, I get the following error when i run my scripts from the command prompt or batch file "System.out is broken(console output)! You will not see any messages anymore!Save your work and restart the IDE!" OK

Re: [Sikuli-driver] [Question #637031]: Unable to run sikuli script with robo class from main script

2017-05-31 Thread Test App
Question #637031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637031 Status: Answered => Open Test App is still having a problem: Hi RaiMain, Thank you for the reply. I tried executing the below command from command prompt , But nothing happens. Sik

Re: [Sikuli-driver] [Question #637031]: Unable to run sikuli script with robo class from main script

2017-05-31 Thread Test App
Question #637031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637031 Status: Answered => Open Test App is still having a problem: Hi Masuo , Thank you for the reply . What i mean by Main script is the script which contains the test names of all the other scripts. Sa

[Sikuli-driver] [Question #637031]: Unable to run sikuli script with robo class from main script

2017-05-30 Thread Test App
./inline/LoginLibrary Test Setuplaunch application Test Teardown stop application *** Test Cases *** TC-18 :Validate tab for a new case Create patient """) class LoginLibrary(object): def launch_application(self): #write code to launch app

Re: [Sikuli-driver] [Question #634530]: How to run a sikuli script which has spaces in the script name

2017-05-29 Thread Test App
Question #634530 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634530 Status: Answered => Solved Test App confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #634530]: How to run a sikuli script which has spaces in the script name

2017-05-25 Thread Test App
New question #634530 on Sikuli: https://answers.launchpad.net/sikuli/+question/634530 Hi Rai Man, I am trying to run my sikuli scripts from the main script. #This is my main script import Script Workflow 1 import Script Workflow 2 My script names have spaces and so sikuli is not able to

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread Test App
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Answered => Solved Test App confirmed that the question is solved: Hi RaiMan and Masuo, Thank you so much I am now able to generate a proper html report with new Keywords name and Libr

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread Test App
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Answered => Open Test App is still having a problem: Hi RaiMan, Thank you for the reply .My script works much better now with less errors . But my major issue is the html report says &qu

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-18 Thread Test App
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Answered => Open Test App is still having a problem: Hi Masuo, I have corrected the code as below and tried to run it . I get the same error saying "No keyword with name 'Start Ap

Re: [Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-17 Thread Test App
Question #632251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632251 Status: Answered => Open Test App is still having a problem: Hi , Thankyou Masuo and Roman Yes, i did read a lot of docs and also tried understandig the tabular syntax of Robo framework. I am try

[Sikuli-driver] [Question #632251]: How to create new Keywords on Roboframework integrated with Sikuli

2017-05-12 Thread Test App
/scenarios.html#using-robotframework) I have executed the example you have given and it works great and i can generate the report. I am trying to implement the same on excuting my test cases. Buy when i try to run my case it says "Non-existing setting 'Library " and "Test case conta

Re: [Sikuli-driver] [Question #631831]: Unable to run sikuli script from command line

2017-05-09 Thread Test App
Question #631831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/631831 Status: Open => Solved Test App confirmed that the question is solved: Hi RaiMan, It Worked fine. I typed it wrong. Thank you. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #631831]: Unable to run sikuli script from command line

2017-05-09 Thread Test App
Question #631831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/631831 Status: Needs information => Open Test App gave more information on the question: SikuliX Version : 1.1.1 Windows : 10 Java : 8 -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #631831]: Unable to run sikuli script from command line

2017-05-09 Thread Test App
Question #631831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/631831 Status: Answered => Open Test App is still having a problem: Okay Thank you RaiMan So i ran this with spaces C:\Sikuli\runsikulix.cmd -r C:\Sikuli\Calc.sikuli and now it shows no error , My Sik

[Sikuli-driver] [Question #631831]: Unable to run sikuli script from command line

2017-05-09 Thread Test App
New question #631831 on Sikuli: https://answers.launchpad.net/sikuli/+question/631831 Hi, I am new to Sikuli. I am facing an issue with running a Sikuli script from command prompt. In Command prompt i type C:\Sikuli\runsikulix.cmd , the Sikuli Ide opens up But when i try to run a script from

Re: [Sikuli-driver] [Question #629665]: Sikuli does no detect app icons

2017-04-28 Thread Test App
Question #629665 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/629665 Test App confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #629665]: Sikuli does no detect app icons

2017-04-28 Thread Test App
Question #629665 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/629665 Status: Answered => Solved Test App confirmed that the question is solved: Hi Masuo , Your idea worked out great . I accessed my application through a remote desktop and then executed all the Sik

[Sikuli-driver] [Question #629665]: Sikuli does no detect app icons

2017-04-27 Thread Test App
New question #629665 on Sikuli: https://answers.launchpad.net/sikuli/+question/629665 Hi, I am trying to automate my desktop app using sikuli . The app takes over the entire screen once it gets started ,there is no taskbar,i have no option to minimize or maximum.The mouse icon also changes as

Re: [Sikuli-driver] [Question #244224]: Usage of dictionary/arrays

2014-02-18 Thread Test
Question #244224 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244224 Test posted a new comment: If I understand you correctly, you're trying to dynamically call test1 or test2 by assigning it to a variable? -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #244224]: Usage of dictionary/arrays

2014-02-18 Thread Test
Question #244224 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244224 Status: Open = Needs information Test requested more information: t=lib.test_details(test1[ip]) print(t) Does that work as intended? -- You received this question notification because you

Re: [Sikuli-driver] [Question #244108]: Trying to integrate sikuli with my framework

2014-02-17 Thread Test
Question #244108 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244108 Test posted a new comment: What's this record feature the last 2 questions have been asking about? I've searched through the IDE and noticed no mention of this. -- You received this question notification

Re: [Sikuli-driver] [Question #244108]: Trying to integrate sikuli with my framework

2014-02-17 Thread Test
Question #244108 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244108 Status: Open = Needs information Test requested more information: You mean you want to record your mouse clicks/actions? Like a macro? -- You received this question notification because you

Re: [Sikuli-driver] [Question #244100]: Possible to detect Abort when I use setFindFailedResponse(PROMPT)?

2014-02-16 Thread Test
Question #244100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244100 Description changed to: Hey, When setFindFailedResponse(PROMPT) is set, and the script is run, if an image isn't found, a popup will show the image that's not found and give the user 3 options: Skip, Retry

Re: [Sikuli-driver] [Question #244100]: Possible to detect Abort when I use setFindFailedResponse(PROMPT)?

2014-02-16 Thread Test
Question #244100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244100 Status: Answered = Solved Test confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #243910]: Minimizing a window not working properly with Sikuli

2014-02-13 Thread Test
New question #243910 on Sikuli: https://answers.launchpad.net/sikuli/+question/243910 Hey there, I'm trying to minimize a command prompt window by using a keyboard shortcut (Alt + Space + N) but it's not working as intended. My code is as follows: switchApp(cmd.exe) type(Key.SPACE + n,

Re: [Sikuli-driver] [Question #243910]: Keyboard shortcut not working as expected

2014-02-13 Thread Test
Question #243910 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243910 Summary changed to: Keyboard shortcut not working as expected Description changed to: Hey there, I'm trying to minimize a command prompt window by using a keyboard shortcut (Alt + Space + N) but it's not

Re: [Sikuli-driver] [Question #243910]: Keyboard shortcut not working as expected

2014-02-13 Thread Test
Question #243910 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243910 Status: Open = Solved Test confirmed that the question is solved: Problem solved. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #243910]: Keyboard shortcut not working as expected

2014-02-13 Thread Test
Question #243910 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243910 Description changed to: Hey there, I'm trying to minimize a command prompt window by using a keyboard shortcut (Alt + Space + N) but it's not working as intended. My code is as follows: switchApp(cmd.exe)

Re: [Sikuli-driver] [Question #243487]: Sikuli IDE runs on new Win7 64bit machine, but I get a typeError from NetBeans 7.4 and Sikuli 1.0.1

2014-02-07 Thread Test
Question #243487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243487 Test posted a new comment: @RaiMan - He mentioned Sikuli 1.0.1 in the title. :P -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #243323]: Is it possible to import a .skl file? If not, workaround?

2014-02-05 Thread Test
New question #243323 on Sikuli: https://answers.launchpad.net/sikuli/+question/243323 Hey there, Is it possible to import a .skl file? I understand that the .skl file is a compressed version of the .sikuli file. I have a requirement to mask the code found in the .sikuli file as well as the

Re: [Sikuli-driver] [Question #243323]: Is it possible to import a .skl file? If not, workaround?

2014-02-05 Thread Test
Question #243323 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243323 Description changed to: Hey there, Is it possible to import a .skl file? I understand that the .skl file is a compressed version of the .sikuli file. I have a requirement to mask the code found in the

Re: [Sikuli-driver] [Question #243363]: import scripts does not work always. I have tried so many times but succeeded only twice or thrice.

2014-02-05 Thread Test
Question #243363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243363 Status: Open = Answered Test proposed the following answer: The line: from sikuli import * Should appear in the file you are IMPORTING not the file you are importing INTO. Example, I want to import

Re: [Sikuli-driver] [Question #243323]: Is it possible to import a .skl file? If not, workaround?

2014-02-05 Thread Test
Question #243323 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243323 Status: Answered = Solved Test confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #243242]: Is it possible to convert a .skl file to a .exe file?

2014-02-04 Thread Test
Question #243242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243242 Status: Answered = Solved Test confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #243242]: Is it possible to convert a .skl file to a .exe file?

2014-02-04 Thread Test
Question #243242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243242 Test posted a new comment: @obiwan: -Dsikuli.FromCommandLine as RaiMan mentioned, suppresses the prompt received when this command is omitted. The prompt looks like this: http://i.imgur.com/7RotHec.png

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
', '%Y-%m-%d %H:%M:%S') hdlr.setFormatter(formatter) hdlr.setLevel(logging.INFO) logger.addHandler(hdlr) logger.setLevel(logging.INFO) I then have multiple instances of the following: logger.info('Test complete') logger.info('Step x complete') The logFile name is different each time as it relies

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
Question #243191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243191 Test posted a new comment: So I should do logger.shutdown() just before exit()? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
Question #243191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243191 Status: Answered = Open Test is still having a problem: Traceback (most recent call last): File C:\path-to-sikuli\Sikuli\sikuli-ide.jar\Lib\logging\__init__.py, line 750, in emit File C:\path-to-sikuli

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
Question #243191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243191 Test gave more information on the question: I placed logger.shutdown() before the user inputs 'Q' to quit the script, and I got that error. I placed it when the script ran to completion, right before

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
Question #243191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243191 Test gave more information on the question: When the user inputs Q to quit the script or when my script runs to completion, this is found at the end: logger.shutdown() exit() Yet I got those same errors

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
Question #243191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243191 Test posted a new comment: To add on a bit more info, the Sikuli IDE now DOES reappear after about 5 seconds, quite a long delay, after the script should've stopped, and gives me all those messages. -- You

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
Question #243191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243191 Status: Answered = Solved Test confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-03 Thread Test
Question #243191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243191 Test posted a new comment: I'll need to read up more about it because I just followed a tutorial to start off. Thanks for all the help, you have no idea how grateful I am. -- You received this question

[Sikuli-driver] [Question #243242]: Is it possible to convert a .skl file to a .exe file?

2014-02-03 Thread Test
New question #243242 on Sikuli: https://answers.launchpad.net/sikuli/+question/243242 I have searched high and low for this answer but to no avail. I understand that .skl file is an executable file and can be run via the command line. I can also create a batch file to execute this .skl file so

Re: [Sikuli-driver] [Question #243242]: Is it possible to convert a .skl file to a .exe file?

2014-02-03 Thread Test
Question #243242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243242 Description changed to: I have searched high and low for this answer but to no avail. I understand that .skl file is an executable file and can be run via the command line. I can also create a batch file to

Re: [Sikuli-driver] [Question #243250]: Multiple if else Problem...

2014-02-03 Thread Test
Question #243250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243250 Status: Open = Needs information Test requested more information: Ensure that the environment it's in doesn't detect any other instances of the image. Or you might want to try recapturing the image

Re: [Sikuli-driver] [Question #243250]: Multiple if else Problem...

2014-02-03 Thread Test
Question #243250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243250 Test requested more information: So what is the exact error you're getting? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #243250]: Multiple if else Problem...

2014-02-03 Thread Test
Question #243250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243250 Status: Open = Needs information Test requested more information: That's odd, you don't receive any error message or anything? Because if an image can't be found a FindFailed error should be displayed

Re: [Sikuli-driver] [Question #243250]: Multiple if else Problem...

2014-02-03 Thread Test
Question #243250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243250 Status: Open = Needs information Test requested more information: So does the mouseMove() work? -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #243250]: Multiple if else Problem...

2014-02-03 Thread Test
Question #243250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243250 Test posted a new comment: So doe the mouseMove() work? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #243242]: Is it possible to convert a .skl file to a .exe file?

2014-02-03 Thread Test
Question #243242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243242 Status: Answered = Open Test is still having a problem: I already tried that command and received the popup as shown above. -- You received this question notification because you are a member

[Sikuli-driver] [Question #243191]: Sikuli IDE not reappearing after script execution

2014-02-02 Thread Test
-%m-%d %H:%M:%S') hdlr.setFormatter(formatter) hdlr.setLevel(logging.INFO) logger.addHandler(hdlr) logger.setLevel(logging.INFO) I then have multiple instances of the following: logger.info('Test complete') logger.info('Step x complete') Apart from logger.info() I don't deal with the logger

Re: [Sikuli-driver] [Question #243187]: mouseDown(Button.LEFT) is not working

2014-02-02 Thread Test
Question #243187 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243187 Status: Open = Needs information Test requested more information: What code appears before/after the mouseDown() call? -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #242990]: Unsure of how to actually run a .skl file

2014-01-29 Thread Test
New question #242990 on Sikuli: https://answers.launchpad.net/sikuli/+question/242990 Hey there, I have a file named script.skl. How do I run the file? I've tried this command in the command prompt: C:\Program Files (x86)\TestScript\sikuli-ide.jar -r C:\Program Files

Re: [Sikuli-driver] [Question #242990]: Unsure of how to actually run a .skl file

2014-01-29 Thread Test
Question #242990 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242990 Status: Open = Solved Test confirmed that the question is solved: Never mind, just figured out how to do it. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-28 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Status: Answered = Solved Test confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #242935]: Game Testing - Click not always working

2014-01-28 Thread Test
Question #242935 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242935 Status: Open = Answered Test proposed the following answer: You can try using some lower level mouse functions to alter the click time. mouseDown(Button.LEFT) wait(1) mouseUp() This should make

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-27 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Test posted a new comment: The wait didn't work for me. The GUI is quite responsive and detects a click and drag quite readily. I shall send an email to you within the next 3-4 hours detailing

Re: [Sikuli-driver] [Question #242881]: How to differentiate 2 similar images based on color???

2014-01-27 Thread Test
Question #242881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242881 Status: Open = Needs information Test requested more information: Why don't you just use the 2 different images? Mind showing us how the images look like? -- You received this question notification

Re: [Sikuli-driver] [Question #242881]: How to differentiate 2 similar images based on color???

2014-01-27 Thread Test
Question #242881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242881 Status: Open = Answered Test proposed the following answer: I think you should elaborate on your situation further. If you want to click on an image with a particular colour, why can't you place

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-26 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Status: Answered = Open Test is still having a problem: Ok, that makes sense, but why would I see the cursor moving to the intended location in that case? Oh and item 2 is dragged instead of item 4

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-26 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Status: Open = Solved Test confirmed that the question is solved: When I tried this out: ref = find(image.png).getCenter() I get this error: [error] TypeError ( offset(): expected 2 args; got 1

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-24 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Test posted a new comment: Ok, thanks for your help. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-24 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Description changed to: Hey, I have a script which has to execute a dragDrop function. The GUI I'm testing against has a list of items in a sort of list (each in a rectangular box): item1 item2 item3 item4

[Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-24 Thread Test
New question #242702 on Sikuli: https://answers.launchpad.net/sikuli/+question/242702 Hey, I have a script which has to execute a dragDrop function. The GUI I'm testing against has a list of items in a sort of list (each in a rectangular box): item1 item2 item3 item4 And I need to drag 1 item

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-24 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Description changed to: Hey, I have a script which has to execute a dragDrop function. The GUI I'm testing against has a list of items in a sort of list (each in a rectangular box): item1 item2 item3 item4

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-24 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Description changed to: Hey, I have a script which has to execute a dragDrop function. The GUI I'm testing against has a list of items in a sort of list (each in a rectangular box): item1 item2 item3 item4

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-24 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Description changed to: Hey, I have a script which has to execute a dragDrop function. The GUI I'm testing against has a list of items in a sort of list (each in a rectangular box): item1 item2 item3 item4

Re: [Sikuli-driver] [Question #242702]: dragDrop not working correctly

2014-01-24 Thread Test
Question #242702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242702 Status: Answered = Open Test is still having a problem: I will take some time to try it out, but I'm not sure if that's the problem because I use that same variable as a reference point for other click

[Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
New question #242642 on Sikuli: https://answers.launchpad.net/sikuli/+question/242642 Hey, I've been trying to find out how to do this for a while. I have a program which is step-based. I want to be able to execute some code if and when my Sikuli script stops running. And it needs to be for

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Description changed to: Hey, I've been trying to find out how to do this for a while. I have a program which is step-based. I want to be able to execute some code if and when my Sikuli script stops

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Description changed to: Hey, I've been trying to find out how to do this for a while. I have a program which is step-based. I want to be able to execute some code if and when my Sikuli script stops

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Status: Answered = Open Test is still having a problem: So there is no way to have a one-time detection of the program being terminated (regardless of the reason)? -- You received this question

Re: [Sikuli-driver] [Question #242642]: Custom error handling in Sikuli

2014-01-23 Thread Test
Question #242642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242642 Test posted a new comment: So there is no way to have a one-time detection of the program being terminated (regardless of the reason)? -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #242661]: .focus() won't work with fullscreen app

2014-01-23 Thread Test
Question #242661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242661 Test proposed the following answer: Just wondering, what about switchApp(simApp)? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

  1   2   >