Re: [Sikuli-driver] [Question #245951]: Can Sikuli identify text...

2014-03-24 Thread RaiMan
Question #245951 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245951 Status: Open = Answered RaiMan proposed the following answer: Wether Sikuli can read text from a screen or image totally depends on the features of the used package Tesseract. Sikuli tries to hand over

Re: [Sikuli-driver] [Question #245951]: Can Sikuli identify text...

2014-03-24 Thread Eugene S
Question #245951 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245951 Eugene S proposed the following answer: Hi, It's not clear what you're asking: 1. Is it possible to recognize SAME text with different fonts 2. Identify that the same text was represented in a

Re: [Sikuli-driver] [Question #245849]: exists() but cannot click()

2014-03-24 Thread RaiMan
Question #245849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245849 RaiMan proposed the following answer: to capture screen content at any time: img = capture(SCREEN) # whole screen img = capture(some_region) # the given region only img now is a temp filename. to keep it:

Re: [Sikuli-driver] [Question #245842]: Perform validations using the sikuli

2014-03-24 Thread obiwan-92
Question #245842 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245842 Status: Open = Answered obiwan-92 proposed the following answer: Hello. I'm sorry but I'm not understand completely what yous ask. Maybe, you want this : record2 = record2.png click(record2) Regards.

Re: [Sikuli-driver] [Question #245965]: cannot import another module

2014-03-24 Thread shaihulud
Question #245965 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245965 shaihulud posted a new comment: And this is even weirder but might have a connectiont: when I try to save it says [error] SikuliIDE: Problem when trying to invoke menu action doSave Error: null But it does

Re: [Sikuli-driver] [Question #245965]: cannot import another module

2014-03-24 Thread RaiMan
Question #245965 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245965 Status: Open = Answered RaiMan proposed the following answer: Do you have some non-ASCII characters in your file path? Hoping the 4 stars are for hiding something here:

Re: [Sikuli-driver] [Question #245849]: exists() but cannot click()

2014-03-24 Thread Ray Bobak
Question #245849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245849 Status: Answered = Open Ray Bobak is still having a problem: I added some screen captures and have proven to myself that sikuli gets 'lost' after processing for a bit. While I did not capture the

Re: [Sikuli-driver] [Question #245849]: exists() but cannot click()

2014-03-24 Thread RaiMan
Question #245849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245849 Status: Open = Answered RaiMan proposed the following answer: I understand: The problem only happens, when you rerun the script in the IDE. It does not happen, when start the IDE from scratch and run

[Sikuli-driver] [Question #245984]: VDict() broken on Mac?

2014-03-24 Thread xavier
New question #245984 on Sikuli: https://answers.launchpad.net/sikuli/+question/245984 Hi, My environment: OSX Maverick Java 1.7.0_51_b13 On both Sikuli.IDE. 1.0.1 sikuli.script.jar, I get the following error when initialising a = VDict() (other sikuli APIs are working fine) [error]

Re: [Sikuli-driver] [Question #245984]: VDict() broken on Mac?

2014-03-24 Thread RaiMan
Question #245984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245984 Status: Open = Answered RaiMan proposed the following answer: Sorry, but VDict is no longer available. What is your use case? -- You received this question notification because you are a member of

[Sikuli-driver] [Question #245998]: Interesting Observation using Try to close window.

2014-03-24 Thread Carl
New question #245998 on Sikuli: https://answers.launchpad.net/sikuli/+question/245998 This is more of an observation than a question. While learning Siluli I am tryng many things. Today I put in some tearodown code that works to close out a cmd launch window. It works fine, but when I run it

Re: [Sikuli-driver] [Question #245998]: Interesting Observation using Try to close window.

2014-03-24 Thread Carl
Question #245998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245998 Description changed to: This is more of an observation than a question. While learning Siluli I am tryng many things. Today I put in some tearodown code that works to close out a cmd launch window. It works

Re: [Sikuli-driver] [Question #245998]: Interesting Observation using Try to close window.

2014-03-24 Thread RaiMan
Question #245998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245998 Status: Open = Answered RaiMan proposed the following answer: App.focusedWindow() is generally the frontmost window of all open windows of all running apps (and might not even be visible), so this is

Re: [Sikuli-driver] [Question #245984]: VDict() broken on Mac?

2014-03-24 Thread RaiMan
Question #245984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245984 Status: Open = Answered RaiMan proposed the following answer: Ok, interesting approach and usage of VDict. images = [... some listed images ...] changed = capture(changedRegion) finderChanged =

[Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-24 Thread joe fu
New question #246006 on Sikuli: https://answers.launchpad.net/sikuli/+question/246006 if I do the following, the input dialog sometimes will display behind some windows. How to set focus on the input dialog? ip = input(RDP ip address: ) -- You received this question notification because you

Re: [Sikuli-driver] [Question #245849]: exists() but cannot click()

2014-03-24 Thread Ray Bobak
Question #245849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245849 Ray Bobak posted a new comment: While logfile I appended earlier was from a launch of the sikuli script after a failure, I have seen this failure before when started from the IDE as first operation. That is

[Sikuli-driver] [Question #246009]: Why sikuli always point out it can't install lower than 1.6 version jre?

2014-03-24 Thread graceluo
New question #246009 on Sikuli: https://answers.launchpad.net/sikuli/+question/246009 I use Sikuli-X-1.0rc3 (r905)-win32.exe to install on win8 system and i use the jdk version 1.6.0_45 32bit,but it always point out it can't install as lower than 1.6 version jre when i intall sikuli, i want