Re: [Sikuli-driver] [Question #205187]: combination on keypad

2012-08-06 Thread Benjii Tiu
Question #205187 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205187 Description changed to: Hi there how do you do combination of keypad on sikuli. You see i wanted to do ctrl + w (cose current tab) instead of clicking x image since there are 2 x image in browser. Also,

[Sikuli-driver] [Question #205187]: combination on keypad

2012-08-06 Thread Benjii Tiu
New question #205187 on Sikuli: https://answers.launchpad.net/sikuli/+question/205187 Hi there how do you do combination of keypad on sikuli. You see i wanted to do ctrl + w (cose current tab) instead of clicking x image since there are 2 x image in browser. Since im asking about this, i h

[Sikuli-driver] [Bug 1033667] [NEW] "Text Editing" setting in Preferences changes the font in the editor even when cancelled

2012-08-06 Thread Prapti Shrestha
Public bug reported: Sikuli version: x-1.0rc3(r905) OS: Windows7-32 All I want is to minimize the font size "Text Editing" setting under Preferences changes the font and size even when you hit "Cancel". The script in the editor looks goofy with extra spaces and in between and doesn't let you e

[Sikuli-driver] [Question #205160]: search for a field and compare it on the web page

2012-08-06 Thread networkdownloader
New question #205160 on Sikuli: https://answers.launchpad.net/sikuli/+question/205160 Hi All, I am new to programming and would like your help with a task (upgrading a wireless router) that I took up. My earlier question was answered by RaiMan, in which I could launch a browser and go t

[Sikuli-driver] [Question #205157]: unit test

2012-08-06 Thread Leticia Bermond
New question #205157 on Sikuli: https://answers.launchpad.net/sikuli/+question/205157 Hi, try a test of the windows calculator but does nothing, I'm doing wrong? from guide import * def setUp(self): App.open("C://windows/system32/calc.exe") wait(2) def tearDown(self): App.close("C:/

Re: [Sikuli-driver] [Question #205142]: Windows: can't launch sikuli script (.skl) from command line

2012-08-06 Thread RaiMan
Question #205142 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205142 Status: Open => Answered RaiMan proposed the following answer: --- (using the -s option) This only redirects Java error popups to stdout on command line --- where is the output file of the test run loca

Re: [Sikuli-driver] [Question #205142]: Windows: can't launch sikuli script (.skl) from command line

2012-08-06 Thread ironmantis7x
Question #205142 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205142 Status: Answered => Open ironmantis7x is still having a problem: Thanks for this!!! My script is now working (so far). Question:  where is the output file of the test run located at (using the -s option

Re: [Sikuli-driver] [Question #205142]: Windows: can't launch sikuli script (.skl) from command line

2012-08-06 Thread RaiMan
Question #205142 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205142 Status: Needs information => Answered RaiMan proposed the following answer: - just save it normally (it becomes a folder .sikuli) - the path should not contain any blanks or special characters and must b

Re: [Sikuli-driver] [Question #205142]: Windows: can't launch sikuli script (.skl) from command line

2012-08-06 Thread ironmantis7x
Question #205142 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205142 ironmantis7x posted a new comment: - Yes it is the same machine (win7 64 bit machine) - what I meant to say was I saved used the export executable from the file menu to make a sikuli executable script. - I t

Re: [Sikuli-driver] [Question #205142]: Windows: can't launch sikuli script (.skl) from command line

2012-08-06 Thread RaiMan
Question #205142 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205142 Summary changed to: Windows: can't launch sikuli script (.skl) from command line -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #205142]: can't launch sikuli script from command line on windows

2012-08-06 Thread RaiMan
Question #205142 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205142 Status: Open => Needs information RaiMan requested more information: Same machine? Since it seems to be Win7 64Bit: JRE 6 32Bit installed and active? (no JRE 7 !!!) --- that I exported from a script fr

[Sikuli-driver] [Question #205142]: can't launch sikuli script from command line on windows

2012-08-06 Thread ironmantis7x
New question #205142 on Sikuli: https://answers.launchpad.net/sikuli/+question/205142 I am trying to run a sikuli executable that I exported from a script from the command line in Windows 7 and it will not run at all. I receive no errors what so ever. here is my batch file: #start "c:\Program F

Re: [Sikuli-driver] [Question #204913]: What happens when the X & Y co ordinates changes in the application

2012-08-06 Thread Anil
Question #204913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204913 Status: Answered => Solved Anil confirmed that the question is solved: Thanks Roman Podolyan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-06 Thread Martin D
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Status: Answered => Solved Martin D confirmed that the question is solved: Yes, I noticed. I'm just using CMD+TAB now. Works fine for my needs. -- You received this question notification because you ar

Re: [Sikuli-driver] [Question #205111]: Robotframework use unit test feature will get "I/O operation on closed file"

2012-08-06 Thread RaiMan
Question #205111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205111 Status: Open => Answered RaiMan proposed the following answer: So it seems to be a problem, when using the internal script runner of Sikuli with RFW. So you should configure/run your RFW in a way, that

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-06 Thread RaiMan
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Status: Open => Answered RaiMan proposed the following answer: @ Neo I guess app is some application object created by the user (his GUI app) and a Sikuli App object. @ Martin I guess, it is not possib

Re: [Sikuli-driver] [Question #205118]: How to call a function with in function

2012-08-06 Thread Muzammil Basha
Question #205118 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205118 Muzammil Basha confirmed that the question is solved: Thanks sriganesh, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

Re: [Sikuli-driver] [Question #205118]: How to call a function with in function

2012-08-06 Thread Muzammil Basha
Question #205118 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205118 Status: Answered => Solved Muzammil Basha confirmed that the question is solved: Thank you very much, Sriganesh.. its working.. :) -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #205111]: Robotframework use unit test feature will get "I/O operation on closed file"

2012-08-06 Thread Lane
Question #205111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205111 Lane posted a new comment: 1. Sorry ~ error message is run(suite), not(suit) and error line is 22 2. use jython to execute is work, but use Robotframework will get error 3. I use Robotframework need to defi

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import *needed

2012-08-06 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Summary changed to: multiple scripts --- from sikuli import *needed -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #205117]: multiple scripts

2012-08-06 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Answered RaiMan proposed the following answer: Every imported script,that uses Sikuli features needs a from sikuli import * The Sikuli docs should have told you ;-) -- You received th

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-06 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Summary changed to: multiple scripts --- from sikuli import * needed -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #205111]: Robotframework use unit test feature will get "I/O operation on closed file"

2012-08-06 Thread RaiMan
Question #205111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205111 RaiMan posted a new comment: --- 1. a difference in script main.py (line number ?) unittest.TextTestRunner(verbosity=2).run(suite) in error message complaining main.py line 22 unittest.TextTestRunner(verbosi

Re: [Sikuli-driver] [Question #204913]: What happens when the X & Y co ordinates changes in the application

2012-08-06 Thread Roman Podolyan
Question #204913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204913 Status: Open => Answered Roman Podolyan proposed the following answer: > 1) Is there a solution to recognize the objects, when X Y co ordintes gets changed? Sikuli is visual search/recognition tool. It

Re: [Sikuli-driver] [Question #205117]: multiple scripts

2012-08-06 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 arun.a posted a new comment: Neo, The issue is while running the main script, the test report file showing the error ft1.1: Traceback (most recent call last): File "C:\Documents and Settings\USER\Deskto

Re: [Sikuli-driver] [Question #205071]: Switch to JUnit testing app

2012-08-06 Thread Neo
Question #205071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205071 Neo posted a new comment: As app is your object, you can use app.focus(), after you visit the external link to get back the focus. helps ? -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #205117]: multiple scripts

2012-08-06 Thread Neo
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Neo posted a new comment: Forgot to mention, you would also need 'from sikuli import *' in the imported script (new1 - in your case). Include that line as well and give a try. -- You received this question

Re: [Sikuli-driver] [Question #205117]: multiple scripts

2012-08-06 Thread Neo
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Neo posted a new comment: what is your question? In case, the script is not running, try with 'from new1 import *' (with space) and no need to import HTMLTestRunner in new1 script. -- You received this qu

Re: [Sikuli-driver] [Question #204913]: What happens when the X & Y co ordinates changes in the application

2012-08-06 Thread Anil
Question #204913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204913 Status: Needs information => Open Anil gave more information on the question: Hi, In our web application, there is a built in Java Applet avaialble. Till now i am using QTP as the tool for automation.