Re: [Sikuli-driver] [Question #289916]: Hi, RaiMan- could you guide me in Skuli's use to automate auction bids?

2016-04-04 Thread RaiMan
Question #289916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289916 Description changed to: could you guide me in Skuli's use to automate auction bids? ** conversation switched to private -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #289916]: could you guide me in Skuli's use to automate auction bids?

2016-04-04 Thread RaiMan
Question #289916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289916 Status: Open => Invalid RaiMan changed the question status: ** conversation switched to private -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #289916]: could you guide me in Skuli's use to automate auction bids?

2016-04-04 Thread RaiMan
Question #289916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289916 Summary changed to: could you guide me in Skuli's use to automate auction bids? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #289673]: Can I get the text of screenshot?

2016-04-04 Thread Angélica
Question #289673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289673 Angélica gave more information on the question: I'm looking for text on my screenshot. I use the next line: channels.find("1459763190094.png").highlight(2), with this recognize the Label. But with this

Re: [Sikuli-driver] [Question #288808]: Password decryption in sikuli

2016-04-04 Thread Launchpad Janitor
Question #288808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/288808 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #288871]: pypyodbc package does not import --- not possible because it uses c-types

2016-04-04 Thread Launchpad Janitor
Question #288871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/288871 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

Re: [Sikuli-driver] [Question #289832]: In matching preview it can find but it fails in script

2016-04-04 Thread Karl
Question #289832 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289832 Karl proposed the following answer: You can change your similiarity from exact to .99 or less and it should work. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #289735]: Run the tested application

2016-04-04 Thread Karl
Question #289735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289735 Status: Open => Needs information Karl requested more information: You can start a new question or post more information. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Bug 1565417] Re: [request] SikuliX should be able to detect keypresses and mouse usage globally

2016-04-04 Thread Sam Gleske
To clarify, this isn't to pass in hot keys to the application. This is so Sikuli can process hot keys to change the behavior of the sikuli script. I believe this is already possible in sikuli because it intercepts CMD+SHIFT+C on Mac and ALT+SHIFT+C on Windows. The point is to change the

Re: [Sikuli-driver] [Question #136146]: Automatic script generation?

2016-04-04 Thread Wykleph
Question #136146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/136146 Wykleph posted a new comment: @RaiMan, well I was converting some old AHK scripts I had to reduce dependencies, and the applications I'm automating haven't changed in years so I decided to write it so I

[Sikuli-driver] [Question #289932]: Multible visual events and actions in parallel when doing desktop surveillance

2016-04-04 Thread Casper Pold
New question #289932 on Sikuli: https://answers.launchpad.net/sikuli/+question/289932 Hey, This is my first project, so I’m new with Sikuli. I’m trying to make a conditional desktop surveillance which waits for multiple patterns. If some certain combination turns up, one of two bottom should be

[Sikuli-driver] [Question #289930]: Can't open JAR file

2016-04-04 Thread Irene
New question #289930 on Sikuli: https://answers.launchpad.net/sikuli/+question/289930 Hi, I try to open JAR file in Sikuli. I tried: openApp("java -jar c:\\Program Files (x86)\\Tabulka.jar") and solution from Stack Overflow: load("c:\\Program Files (x86)\\Tabulka.jar") import subprocess

Re: [Sikuli-driver] [Question #289930]: Can't open JAR file

2016-04-04 Thread RaiMan
Question #289930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289930 Status: Open => Answered RaiMan proposed the following answer: your problem surely is, that you have your jar file in the folder c:\Program Files (x86) which contains blanks, that have to be quoted.

Re: [Sikuli-driver] [Question #289932]: Multible visual events and actions in parallel when doing desktop surveillance

2016-04-04 Thread RaiMan
Question #289932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289932 Status: Open => Answered RaiMan proposed the following answer: delete the line and write it again: seems to be some not visible/printable stuff before the if including the line before -- You received

Re: [Sikuli-driver] [Question #289930]: Can't open JAR file

2016-04-04 Thread Irene
Question #289930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289930 Irene posted a new comment: Thank you, it works finally. When I start application this way, why code (which is next in Sikuli) does not work? Application under test is launched, but test suite does not

Re: [Sikuli-driver] [Question #289930]: Can't open JAR file

2016-04-04 Thread Irene
Question #289930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289930 Status: Answered => Open Irene is still having a problem: Thank you, it works finally. When I start application this way, why code (which is next in Sikuli) does not work? Application under test is

Re: [Sikuli-driver] [Question #289932]: Multible visual events and actions in parallel when doing desktop surveillance

2016-04-04 Thread Casper Pold
Question #289932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289932 Casper Pold 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 #289932]: Multible visual events and actions in parallel when doing desktop surveillance

2016-04-04 Thread Casper Pold
Question #289932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289932 Status: Answered => Solved Casper Pold confirmed that the question is solved: Thanks RaiMan. Now it works. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #289673]: Can I get the text of screenshot?

2016-04-04 Thread Karl
Question #289673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289673 Status: Open => Answered Karl proposed the following answer: In Sikuli 1.0.1 Ihad OCR searching activated when I used a find with text input, but I get the same error you have when I do it now. I

Re: [Sikuli-driver] [Question #289930]: Can't open JAR file

2016-04-04 Thread Karl
Question #289930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289930 Karl posted a new comment: >From https://docs.python.org/2.7/library/subprocess.html#subprocess.call: "***Wait for command to complete***, then return the returncode attribute." -- You received this

Re: [Sikuli-driver] [Question #289930]: Can't open JAR file

2016-04-04 Thread Karl
Question #289930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289930 Status: Open => Answered Karl proposed the following answer: You can use subprocess.Popen(['java', '-jar', 'c:\\Program Files (x86)\\Tabulka.jar']) -- You received this question notification because