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

2012-08-06 Thread Muzammil Basha
New question #205118 on Sikuli: https://answers.launchpad.net/sikuli/+question/205118 I have created and defined a class along with few functions with in the class. And now i want to call a different function from the present function in the same class.. i.e class example() def A():

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: new1 script -- import unittest import HTMLTestRunner class Channel(unittest.TestCase): def test0(self): popup (Good morning)

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

2012-08-06 Thread sriganesh
Question #205118 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205118 Status: Open = Answered sriganesh proposed the following answer: Hi, you can call the function A() in function B() like the below example class example() def A():

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 posted a new comment: thanks Sriganesh.. i shal check it will let u know abt it.. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #205045]: How to select text with shift and key down

2012-08-06 Thread gregory
Question #205045 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205045 Status: Open = Solved gregory confirmed that the question is solved: well is it working fine on Ubuntu and firefox. So as I wanted to made it works here let's consider as OK. But why it is not working

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.

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

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 #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

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

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 #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

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

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 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

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

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

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

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

[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 edit

[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

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,