Re: [Sikuli-driver] [Question #251977]: how to get the image under File of any application

2014-07-22 Thread Eugene S
Question #251977 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251977 Status: Open => Answered Eugene S proposed the following answer: Why do you have to come back to Sikuli? Just follow the procedure you wish to automate manually step by step and take a simple screenshot

Re: [Sikuli-driver] [Question #251977]: how to get the image under File of any application

2014-07-22 Thread RaiMan
Question #251977 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251977 RaiMan proposed the following answer: @Eugene exactly as one should do that. But you might use the IDE for that: - open the IDE - save the empty tab as a new script, so it has a name - switch to your app and

Re: [Sikuli-driver] [Question #251111]: Textsearch instead of finding screenshots

2014-07-22 Thread RaiMan
Question #25 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/25 Removed link to bug: #25 https://bugs.launchpad.net/bugs/25 "Intrepid: Kubuntu printer dialogue doesn't open" -- You received this question notification because you are a member of Sikul

[Sikuli-driver] [Bug 1346600] Re: Documentation Link yields 403

2014-07-22 Thread RaiMan
Thanks. I switched the link to point to the new docs for 1.1.0+, that are mainly still the same as for 1.0RC3+ I will add a remark at the beginning. ** Changed in: sikuli Status: New => Fix Released ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Summary c

Re: [Sikuli-driver] [Question #251972]: convert .skl to editable .sikuli file

2014-07-22 Thread RaiMan
Question #251972 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251972 Status: Open => Answered RaiMan proposed the following answer: simply exchange the ending .skl to .zip, unzip and add the ending .sikuli -- You received this question notification because you are a mem

[Sikuli-driver] [Question #252004]: How to use function of one class in another class

2014-07-22 Thread Harry
New question #252004 on Sikuli: https://answers.launchpad.net/sikuli/+question/252004 Here is my code snipet.Please help me out *** 1 * import numberediting class phonevalidation: def blank_number(self): wait(1) click("1

Re: [Sikuli-driver] [Question #252004]: How to use function of one class in another class

2014-07-22 Thread Harry
Question #252004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252004 Harry gave more information on the question: In main i am calling the foll functions import numberediting import phonevalidation phn=phonevalidation() phn.blank_number() phn.invalid_number()#Here functi

[Sikuli-driver] [Question #252005]: what code do i need to add in my script in order to add a timer

2014-07-22 Thread Richi
New question #252005 on Sikuli: https://answers.launchpad.net/sikuli/+question/252005 Hello, actually i have already written a scenario script with sikuli now i want to add timer in order to know how much time does sikuli takes to run scenario. I want to know what code line do i need to add in

Re: [Sikuli-driver] [Question #252005]: what code do i need to add in my script in order to add a timer

2014-07-22 Thread RaiMan
Question #252005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252005 Status: Open => Answered RaiMan proposed the following answer: start = time.time() # some code taken = time.time() - start # time in seconds as decimal -- You received this question notification becaus

Re: [Sikuli-driver] [Question #252004]: How to use function of one class in another class

2014-07-22 Thread RaiMan
Question #252004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252004 Status: Open => Answered RaiMan proposed the following answer: when using import some_module then you have to qualify the contained members with the module name. some_module.some_member since in your

Re: [Sikuli-driver] [Question #252005]: what code do i need to add in my script in order to add a timer

2014-07-22 Thread Richi
Question #252005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252005 Richi posted a new comment: thank you.. i shall try to use yr instructions and then i shall confirm whether my problem has been solved -- You received this question notification because you are a member of

[Sikuli-driver] [Question #252010]: Installation of 1.1.0-Beta4 hangs

2014-07-22 Thread Ben Stanley
New question #252010 on Sikuli: https://answers.launchpad.net/sikuli/+question/252010 I downloaded the nightly build and ran the installer. I selected option 1. I started the installation using the command java -jar sikulixsetup-1.1.0-Beta4.jar The installer started the download, and I did somet

Re: [Sikuli-driver] [Question #252010]: Installation of 1.1.0-Beta4 hangs

2014-07-22 Thread RaiMan
Question #252010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252010 Status: Open => Answered RaiMan proposed the following answer: there should be a log file -- You received this question notification because you are a member of Sikuli Drivers, which is an answer conta

Re: [Sikuli-driver] [Question #252010]: Installation of 1.1.0-Beta4 hangs

2014-07-22 Thread Ben Stanley
Question #252010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252010 Ben Stanley posted a new comment: I cleaned up the installation directory and tried again. This time it got further. Now it has a problem with libVisionProxy.so dependencies: [error (23/07/14 8:26:24 AM)] R

Re: [Sikuli-driver] [Question #252010]: Installation of 1.1.0-Beta4 hangs

2014-07-22 Thread Ben Stanley
Question #252010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252010 Status: Answered => Open Ben Stanley is still having a problem: This is what happened when I tried to build Sikuli-1.1.0-Supplemental- Linux.zip on Ubuntu 14.04: ./makeVisionProxy --- The active JDK se

[Sikuli-driver] [Bug 1347320] [NEW] Sikuli Source Search clear box does not work

2014-07-22 Thread Ben Stanley
Public bug reported: The search box at the top right of the Sikuli window has a "X" clear box, I presume to clear the search text, which appears when there is something to clear. However, clicking on it does not clear the search text. Tested on Sikuli-1.1.0-beta4 nightly 20140622, but it was als

Re: [Sikuli-driver] [Question #248040]: Import Selenium into Sikuli script

2014-07-22 Thread Eugene S
Question #248040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248040 Status: Answered => Open Eugene S is still having a problem: Thanks for the answer RaiMan. I agree with you completely that playing with Selenium is a bad idea. It was my last resort (just really wanted

[Sikuli-driver] [Bug 1347379] [NEW] Pattern Settings window fails to appear in 1.1.0-beta4

2014-07-22 Thread Ben Stanley
Public bug reported: Sikuli version 1.1.0-beta4 nightly 2014-07-22 Operating System Ubuntu 14.04 amd64 I am having trouble with the "Pattern Settings" window which is supposed to appear when the user clicks on an image embedded in the script editor. The first few times I use the Pattern Setting

Re: [Sikuli-driver] [Question #252010]: Installation of 1.1.0-Beta4 hangs

2014-07-22 Thread RaiMan
Question #252010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252010 Status: Open => Answered RaiMan proposed the following answer: Thanks for the findings. For now I make it a request bug. I will provide prebuilt libVisionProxy for the latest Ubuntu LTS (14.04 now) and

[Sikuli-driver] [Question #252010]: Status of bug #1347419 changed to 'In Progress' in Sikuli

2014-07-22 Thread RaiMan
Bug #1347419 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1347419 "[request] want better support for building a valid libVisionProxy on Linux/Unix systems" This bug is linked to #252010. Installation of 1.1.0-Beta4 hangs https://answers.launchpad.net/s

Re: [Sikuli-driver] [Question #252010]: Installation of 1.1.0-Beta4 hangs

2014-07-22 Thread RaiMan
Question #252010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252010 Linked to bug: #1347419 https://bugs.launchpad.net/bugs/1347419 "[request] want better support for building a valid libVisionProxy on Linux/Unix systems" -- You received this question notificat

Re: [Sikuli-driver] [Question #252010]: Installation of 1.1.0-Beta4 hangs

2014-07-22 Thread RaiMan
Question #252010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252010 Status: Answered => Solved RaiMan changed the question status: made it a request bug -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact fo

[Sikuli-driver] [Bug 1347419] [NEW] [request] want better support for building a valid libVisionProxy on Linux/Unix systems

2014-07-22 Thread RaiMan
Public bug reported: I downloaded the nightly build and ran the installer. I selected option 1. I started the installation using the command java -jar sikulixsetup-1.1.0-Beta4.jar The installer started the download, and I did something else for a while. When I came back, the window had disappear

[Sikuli-driver] [Bug 1347419] Re: [request] want better support for building a valid libVisionProxy on Linux/Unix systems

2014-07-22 Thread RaiMan
based on the information Ben gave in the related question: I will provide prebuilt libVisionProxy for the latest Ubuntu LTS (14.04 now) and better support for dependency preparation and building during setup (no need to download any additional stuff). If all prereqs are fulfilled then it might e

[Sikuli-driver] [Bug 1347320] Re: Sikuli Source Search clear box does not work

2014-07-22 Thread RaiMan
** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.2.0 ** Summary changed: - Sikuli Source Search clear box d