Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-18 Thread masuo
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Status: Needs information => Answered masuo proposed the following answer: @priyankap Do you run SikuliX on Windows? On Windows you can use UIAutomation instead of SikuliX OCR feature. In order to

Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-15 Thread Manfred Hampl
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Manfred Hampl requested more information: Can you try the following manually (not using sikuli): Click on the password, press ctrl-a and press ctrl-v, open notepad (or any other simple editor program),

Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-14 Thread TestMechanic
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Status: Open => Needs information TestMechanic requested more information: First of all did you try to copy and paste from the pop-up let say to notpad -- You received this question notification

Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-14 Thread priyankap
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Status: Answered => Open priyankap is still having a problem: Shown as pop-up which has a complete line such as Your OTP is Zrtlcut. Kindly login This temp password is random and keeps changing Can

Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-14 Thread TestMechanic
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Status: Needs information => Answered TestMechanic proposed the following answer: 1. Most of the desktop popups allow to be copied as well ... just try it. 2. You can always ask developers to make it

Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-14 Thread Manfred Hampl
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Status: Open => Needs information Manfred Hampl requested more information: Is the temp password only shown as an image on screen, or can you select and copy the text? -- You received this question

Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-14 Thread priyankap
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Status: Answered => Open priyankap is still having a problem: We are testing desktop applications and there are few characters which are not read correctly -- You received this question notification

Re: [Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-14 Thread TestMechanic
Question #658022 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658022 Status: Open => Answered TestMechanic proposed the following answer: Any way to copy password from the popup. Usually this is possible in all web applications. -- You received this question

[Sikuli-driver] [Question #658022]: Reading content from pop up

2017-09-14 Thread priyankap
New question #658022 on Sikuli: https://answers.launchpad.net/sikuli/+question/658022 We are trying to add a test script using sikuli IDE to add user Our application generates a temporary password. We need to read the password accurately and and login with the temp password Is the OCR issue