[Sikuli-driver] [Question #259921]: Getting ValueError: invalid literal for __float__:

2014-12-31 Thread Atul Desai
New question #259921 on Sikuli: https://answers.launchpad.net/sikuli/+question/259921 Hi All, I am trying to catch a value from tooltip and convert it to 'Float' for further calculation. For some value it works perfect but at some points it raise an error and script fails. Can any one help me

[Sikuli-driver] [Question #256078]: Status of bug #1362011 changed to 'Fix Committed' in Sikuli

2014-12-31 Thread RaiMan
Bug #1362011 status changed in Sikuli: Confirmed = Fix Committed https://bugs.launchpad.net/sikuli/+bug/1362011 [ALL VERSIONS] IDE does not start up on MAC OSX 10.10 Yosemite --- 1.1.0 works (RC3 + 1.0.1 do not) This bug is linked to #256078. [1.0.1] OSX 10.10 Yosemite: Can't launch

[Sikuli-driver] [Question #250392]: Status of bug #1362011 changed to 'Fix Committed' in Sikuli

2014-12-31 Thread RaiMan
Bug #1362011 status changed in Sikuli: Confirmed = Fix Committed https://bugs.launchpad.net/sikuli/+bug/1362011 [ALL VERSIONS] IDE does not start up on MAC OSX 10.10 Yosemite --- 1.1.0 works (RC3 + 1.0.1 do not) This bug is linked to #250392. [1.0.1] OSX 10.10: IDE doesn't work using Java

[Sikuli-driver] [Bug 1362011] Re: [ALL VERSIONS] IDE does not start up on MAC OSX 10.10 Yosemite --- 1.1.0 works (RC3 + 1.0.1 do not)

2014-12-31 Thread RaiMan
** Changed in: sikuli Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1362011 Title: [ALL VERSIONS] IDE does not start up on MAC OSX 10.10 Yosemite ---

Re: [Sikuli-driver] [Bug 1406257] Re: Problem with Raw Strings

2014-12-31 Thread RaiMan
Since I cannot see, what you are doing, I can only show you, what I see: The quoting character on the left is definitely different from the one on the right, which is the one, that works. On an ENG keyboard layout it is on the a-row second right using shift (shift ' ) The wrong one is produced

Re: [Sikuli-driver] [Bug 1406254] Re: On some dialog boxes in Windows, Sikuli doesn't works

2014-12-31 Thread RaiMan
On Mac we do not have this annoying admin problems (if a dialog box here is showing a clickable button, it can be clicked. If you need admin rights to do the things in a dialog, the related buttons are shown inactive and are not clickable at all, until you unlock the dialog as admin). On Windows

Re: [Sikuli-driver] [Question #259921]: Getting ValueError: invalid literal for __float__:

2014-12-31 Thread RaiMan
Question #259921 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259921 Status: Open = Answered RaiMan proposed the following answer: You are using Region.text(), which is known as not being very reliable. So in your failing case, the read text in val might contain invalid

[Sikuli-driver] [Question #259930]: Sikuli for Windows store (javascript) app?

2014-12-31 Thread Jahanzaib Ahmed Dar
New question #259930 on Sikuli: https://answers.launchpad.net/sikuli/+question/259930 I wanted to know that if Sikuli supports the automation testing of Windows Store app written in javascript. Store App aka Metro app. If it is possible to automate tests for windows store (javascript) app, Is

Re: [Sikuli-driver] [Question #259930]: Sikuli for Windows store (javascript) app?

2014-12-31 Thread RaiMan
Question #259930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259930 Status: Open = Answered RaiMan proposed the following answer: principally yes, but there is no special tutorial for that. the challenges with store apps: - capturing images is only possible using the

Re: [Sikuli-driver] [Question #259930]: Windows 8: Windows store app: How to use Sikuli

2014-12-31 Thread RaiMan
Question #259930 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259930 Summary changed to: Windows 8: Windows store app: How to use Sikuli -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #259939]: How to have calculate time delay automatically while navigating from one screen to another in sikuli?

2014-12-31 Thread M
New question #259939 on Sikuli: https://answers.launchpad.net/sikuli/+question/259939 How to calculate time delay automatically when navigated from one screen to another? I have used wasitvanish and delay functions whose delays are random and assumed and given by the user. Is there a function

Re: [Sikuli-driver] [Question #259939]: How to have calculate time delay automatically while navigating from one screen to another in sikuli?

2014-12-31 Thread RaiMan
Question #259939 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259939 Status: Open = Answered RaiMan proposed the following answer: If I understand right: You want to be sure, that the next screen is fully visible, before continuing the workflow. If this is true: The