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

2019-12-10 Thread RaiMan
Sorry, no chance to reproduce this in my environment. You have to do some debugging (Debug.on(3)), to get more information about what is going on. Make some simple testcase to reproduce and evaluate. -- You received this bug notification because you are a member of Sikuli Drivers, which is subs

Re: [Sikuli-driver] [Question #686849]: AttributeError ( '_TestResult' object has no attribute 'isAborted' )

2019-12-10 Thread RaiMan
Question #686849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686849 Status: Open => Answered RaiMan proposed the following answer: apparently the close() makes the problem. So just leave it out or find out, why this happens. Run your script from commandlin. At scripten

Re: [Sikuli-driver] [Question #686849]: HTMLTestRunner: AttributeError ( '_TestResult' object has no attribute 'isAborted' )

2019-12-10 Thread RaiMan
Question #686849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686849 Summary changed to: HTMLTestRunner: AttributeError ( '_TestResult' object has no attribute 'isAborted' ) -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #686827]: sikulix: Want co-ordinates of text in a image given

2019-12-10 Thread RaiMan
Question #686827 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686827 Status: Open => Answered RaiMan proposed the following answer: The text/OCR features currently do not work or are not available with a Finder object. You have to make the image visible on the screen and

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

2019-12-10 Thread RaiMan
Question #686745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686745 Status: Open => Answered RaiMan proposed the following answer: Apparently at this point if Auctions is True and arrow_region.exists(Pattern("downarrowlit.png").similar(0.91)) : the downarrowlit.png did

Re: [Sikuli-driver] [Question #686745]: What am I doing wrong?

2019-12-10 Thread RaiMan
Question #686745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686745 Summary changed to: What am I doing wrong? Description changed to: 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. Howe

Re: [Sikuli-driver] [Question #686846]: Key.WIN does not work with VNC (Windows 10)

2019-12-10 Thread João Ferreira
Question #686846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686846 Status: Answered => Open João Ferreira is still having a problem: I've tried that too. Could it be a problem with my jdk version? I'm using version 1.8.0_221 -- You received this question notification

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

2019-12-10 Thread RaiMan
Question #686715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686715 Status: Open => Answered RaiMan proposed the following answer: apparently the text cannot be read in case 2. (possible font problem?) -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #686680]: The script runs on Linux partially

2019-12-10 Thread RaiMan
Question #686680 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686680 Status: Open => Answered RaiMan proposed the following answer: the bug https://github.com/RaiMan/SikuliX1/issues/144 seems not to be fixed yet. Might take a while (Linux not in focus currently, sorry)

[Sikuli-driver] [Bug 1855226] Re: Sikuli headless more not working on Xvfb running selenium

2019-12-10 Thread RaiMan
Try with SikuliX 2.0.1 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1855226 Title: Sikuli headless more not working on Xvfb running selenium Status in Sikuli: New Bug description: Comma

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

2019-12-10 Thread Sarthik B
Can you please mention what steps i need to follow in detail? -- 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 in Sik

Re: [Sikuli-driver] [Question #686822]: creating a timer in sikuli, need update from old code.

2019-12-10 Thread dizarus
Question #686822 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686822 dizarus posted a new comment: Thanks for the help, apologies as i am quite new and still having trouble getting it to work, i can get it to start up and click but it doesn't leave the loop and check the exis

Re: [Sikuli-driver] [Question #686827]: sikulix: Want co-ordinates of text in a image given

2019-12-10 Thread Bhuvaneshwaran I
Question #686827 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686827 Status: Answered => Open Bhuvaneshwaran I is still having a problem: I'm able to identify the match in Screen. But,I'm not using Screen because it cause issues when using with selenium (cannot run many t

Re: [Sikuli-driver] [Question #686745]: What am I doing wrong?

2019-12-10 Thread Mark McGuinn
Question #686745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686745 Status: Answered => Open Mark McGuinn is still having a problem: Because the down arrow does not appear the system starts to print out the string: Auctions True but no downlit arrow--> It should add in

Re: [Sikuli-driver] [Question #686849]: HTMLTestRunner: AttributeError ( '_TestResult' object has no attribute 'isAborted' )

2019-12-10 Thread Shresth Suman
Question #686849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686849 Shresth Suman posted a new comment: Hi, Thank you for your reply. I just checked the same code with sikulix version 1.1.4 and Jython version - 2.7.1 on Windows 10 as well as Ubuntu 18.04 machines. No error w

Re: [Sikuli-driver] [Question #686745]: What am I doing wrong?

2019-12-10 Thread RaiMan
Question #686745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686745 Status: Open => Answered RaiMan proposed the following answer: ok, finally understood ;-) Debug.user("Auctions True but no downlit arrow-->", test_str,"<---") is not possible this way the parameter m

Re: [Sikuli-driver] [Question #686849]: [2.0.1] HTMLTestRunner: stream.close(): AttributeError ( '_TestResult' object has no attribute 'isAborted' )

2019-12-10 Thread RaiMan
Question #686849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686849 Summary changed to: [2.0.1] HTMLTestRunner: stream.close(): AttributeError ( '_TestResult' object has no attribute 'isAborted' ) -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #686849]: HTMLTestRunner: AttributeError ( '_TestResult' object has no attribute 'isAborted' )

2019-12-10 Thread RaiMan
Question #686849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686849 RaiMan proposed the following answer: ok, thanks for feedback. I will try to check what might be wrong. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #686745]: What am I doing wrong?

2019-12-10 Thread Mark McGuinn
Question #686745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686745 Status: Answered => Solved Mark McGuinn confirmed that the question is solved: Thanks for the response, the changes you suggested solve the issue, cheers -- You received this question notification beca

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

2019-12-10 Thread RaiMan
see comment #4 -- 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 in Sikuli: New Bug description: We have an automa

[Sikuli-driver] [Bug 1855226] Re: not working on Xvfb running selenium

2019-12-10 Thread RaiMan
** Summary changed: - Sikuli headless more not working on Xvfb running selenium + not working on Xvfb running selenium -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1855226 Title: not working on

Re: [Sikuli-driver] [Question #686680]: The script runs on Linux partially

2019-12-10 Thread Paul Weber
Question #686680 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686680 Status: Answered => Open Paul Weber is still having a problem: RaiMan, no question. I will be glad to any of your advice! So far, for my part, I'll try to rebuild Java on CMake with the latest OpenCV. Ma