[Sikuli-driver] [Question #686745]: Am I doing something wrong or is this a bug in Sikuli

2019-12-06 Thread Mark McGuinn
New question #686745 on Sikuli: https://answers.launchpad.net/sikuli/+question/686745 Hi, I am writing a script to gather some info from a auction site. I ran into a problem and tried to use the debug features of Sikuli. However the simple script below hangs when it tries to print out a

Re: [Sikuli-driver] [Question #686611]: Writing string from clipboard conataining æ ø å to file error

2019-12-06 Thread ithotline
Question #686611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686611 ithotline confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #686611]: Writing string from clipboard conataining æ ø å to file error

2019-12-06 Thread ithotline
Question #686611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686611 Status: Answered => Solved ithotline confirmed that the question is solved: Much apprechiated -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Bug 1855413] Re: Issue in SikuliX while running script in remote desktop.

2019-12-06 Thread Sarthik B
Sikulix version 2.0.1 Java 1.8.0_221 Remote. Once I had set my system resolution to 1920*1080. Even in that case same issue was seen. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1855413 Title:

[Sikuli-driver] [Bug 1855413] Re: Issue in SikuliX while running script in remote desktop.

2019-12-06 Thread RaiMan
SikuliX version? Java version? Script is running on local or remote? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1855413 Title: Issue in SikuliX while running script in remote desktop. Status

Re: [Sikuli-driver] [Question #686256]: Findtext

2019-12-06 Thread RaiMan
Question #686256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686256 Status: Open => Answered RaiMan proposed the following answer: collectLines() in version 1.1.3: not available 1.1.4/2.0.x have a completely revised implementation of the text/OCR feature based on

[Sikuli-driver] [Bug 1855413] [NEW] Issue in SikuliX while running script in remote desktop.

2019-12-06 Thread Sarthik B
Public bug reported: We have an automation framework using sikulix and Java. We have handled different resolution by using different set of resolution for some standard resolution. But there is some crazy behavior when we run this script in remote desktop. My system screen size is 1280*720.

Re: [Sikuli-driver] [Question #686256]: Findtext

2019-12-06 Thread Nitin Chaudhari
Question #686256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686256 Status: Answered => Open Nitin Chaudhari is still having a problem: If collectLines() is available in SikuliX 1.1.4 onwards; please let me know for the alternative of collectLines() in version 1.1.3 .

[Sikuli-driver] [Question #686715]: findAny() finds and highlights text but unable to print or assign text found to varible.

2019-12-06 Thread Nitin Chaudhari
New question #686715 on Sikuli: https://answers.launchpad.net/sikuli/+question/686715 Hi RaiMan, Masuo, Thansk for help always for Sikuli related queries. Appreciate support. In my earlier implemenation; used findAny() many times and results were as expected. But in current implemantation; am

Re: [Sikuli-driver] [Question #686256]: Findtext

2019-12-06 Thread Nitin Chaudhari
Question #686256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686256 Nitin Chaudhari posted a new comment: Hi RaiMan, Tested with the collectLines() adding in my script. Am getting error [lines = win_reg.collectLines() AttributeError: 'str' object has no attribute