Re: [Sikuli-driver] [Question #244560]: How to click using text instead of images

2014-02-26 Thread obiwan-92
Question #244560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244560 Status: Open = Answered obiwan-92 proposed the following answer: Hello, Yes. click(someText) But you have to enable the OCR int the settings of Sikuli. Be aware that the OCR have a lot of problem, so

Re: [Sikuli-driver] [Question #244587]: How to scroll to a particular point...

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

Re: [Sikuli-driver] [Question #244556]: sikuli-java correct way to get data from clipboard

2014-02-26 Thread Pathiyil
Question #244556 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244556 Pathiyil posted a new comment: Hi, Is there any buffering that would come in to play between different key strokes that we try to send via type() ? My use case was iterating over a column and reading the

Re: [Sikuli-driver] [Question #243733]: steps to automate sikuli on flash builder

2014-02-26 Thread Launchpad Janitor
Question #243733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243733 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread Brian
New question #244600 on Sikuli: https://answers.launchpad.net/sikuli/+question/244600 If I got 5 test cases, named testcase_1 , testcase_2 , ... , testcase_5 each of them has a single test script, and my test cycle is testcase_2 testcase_4 testcase_1 testcase_5 testcase_3 how can i link up

[Sikuli-driver] [Question #244603]: sikuli-java Approach to figure out whether key-down moved the cursor

2014-02-26 Thread Pathiyil
New question #244603 on Sikuli: https://answers.launchpad.net/sikuli/+question/244603 Could you please tell me a good way to figure out whether key-down (arrow down) moved the cursor location or not ? I am using sikuli-java from Eclipse. Scenario: I have a column of values that I am trying to

Re: [Sikuli-driver] [Question #244603]: sikuli-java Approach to figure out whether key-down moved the cursor

2014-02-26 Thread obiwan-92
Question #244603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244603 Status: Open = Answered obiwan-92 proposed the following answer: Hello, No, there is not. There is only a function to give you the mouse coordinates. My advice : type(Key.DOWN * x) # where x is a

Re: [Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread obiwan-92
Question #244600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244600 Status: Open = Answered obiwan-92 proposed the following answer: Hello, You can call them from one sikuli script or use put them in some functions. Look at the function import of python :

Re: [Sikuli-driver] [Question #244515]: click images in a loop (checkbox inside the image)

2014-02-26 Thread Samir
Question #244515 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244515 Status: Needs information = Solved Samir confirmed that the question is solved: Thanks RaiMan. I do not have version 1.0.1. For now, I will resolve the case as it seems 1.0.1 will help resolve my

[Sikuli-driver] [Question #244624]: in sikuli how to ask user input at runtime

2014-02-26 Thread Harry
New question #244624 on Sikuli: https://answers.launchpad.net/sikuli/+question/244624 Hi raiman How to ask user to input or enter data at runtime Ex. If login page is opened,we should be able to add uname and pwd at runtime and after that login button should be clicked through script. Please

Re: [Sikuli-driver] [Question #244624]: in sikuli how to ask user input at runtime

2014-02-26 Thread obiwan-92
Question #244624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244624 Status: Open = Answered obiwan-92 proposed the following answer: Hello, I'm not RaiMan, but I will answer anyway. ;) The documentation is here :

Re: [Sikuli-driver] [Question #244624]: in sikuli how to ask user input at runtime

2014-02-26 Thread obiwan-92
Question #244624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244624 obiwan-92 proposed the following answer: Sorry, the function is input and not iput. ;) In your example : pwd= input(Please enter your password :, ) -- You received this question notification because you

[Sikuli-driver] [Bug 1285282] [NEW] type function broken on Linux

2014-02-26 Thread mathume
Public bug reported: -Ubuntu 13.10 (32bit) -java version 1.7.0_51 -Java(TM) SE Runtime Environment (build 1.7.0_51-b13) -Java HotSpot(TM) Client VM (build 24.51-b03, mixed mode) -Sikuli IDE 1.0.1 (installed via sikuli-setup.jar, option 1) Steps to reproduce: 1.) Open Sikuli IDE 2.) Write a new

Re: [Sikuli-driver] [Question #244556]: sikuli-java correct way to get data from clipboard

2014-02-26 Thread RaiMan
Question #244556 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244556 RaiMan proposed the following answer: there is no buffering that is done by Sikuli. Internally it simply uses java.awt.Robot keyDown/keyUp/modifier features with some 10 millisecs in between. All effects

[Sikuli-driver] [Question #244672]: Automate Interactive Service Detection

2014-02-26 Thread sudhir takale
New question #244672 on Sikuli: https://answers.launchpad.net/sikuli/+question/244672 Hi, Is it possible to automate Interactive Services popups using Sikuli. Since -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #244672]: Automate Interactive Service Detection

2014-02-26 Thread sudhir takale
Question #244672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244672 Description changed to: Hi, Is it possible to automate Interactive Service Detection popups using Sikuli. About Interactive Service Detection

[Sikuli-driver] [Question #244675]: Error in type() method

2014-02-26 Thread Vaishali
New question #244675 on Sikuli: https://answers.launchpad.net/sikuli/+question/244675 I am using eclipse.. s.type(doc\nfield name=MobileName\n) i want to type this line in notepad. bt it throws an error. Syntax error on token MobileName.. bt i want that quotes to be typed... -- You received

Re: [Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread Brian
Question #244600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244600 Status: Answered = Solved Brian confirmed that the question is solved: i found http://doc.sikuli.org/globals.html#importingsikuliscripts is more useful for me. i have create testcase1.py

Re: [Sikuli-driver] [Question #244477]: Extract a data from a cell in Excel

2014-02-26 Thread Brian
Question #244477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244477 Brian 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, which is an answer contact for

Re: [Sikuli-driver] [Question #244600]: How to link up a series of Test Cases

2014-02-26 Thread RaiMan
Question #244600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244600 RaiMan posted a new comment: Yes, good finding ;-) This is the preferred way to implement these kinds of workflows. The next step would be to use Python's unittest module (see faq 1804), that has more

Re: [Sikuli-driver] [Question #244675]: Error in type() method

2014-02-26 Thread obiwan-92
Question #244675 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244675 obiwan-92 proposed the following answer: One thing more : The code paste(doc\\nfield name=\MobileName\\\n) will write doc\nfield name=MobileName\n If you want to write in notepad (make more sense) : doc

Re: [Sikuli-driver] [Question #244672]: Automate Interactive Service Detection

2014-02-26 Thread RaiMan
Question #244672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244672 Status: Open = Answered RaiMan proposed the following answer: yes, of course ;-) ... but it is a challenge though ;-) You have to run some Sikuli in the background, whose job is to detect and handle