Re: [Sikuli-driver] [Question #665546]: SikulixIDE 1.1.2 Click a random place inside an image

2018-03-13 Thread masuo
Question #665546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665546 masuo proposed the following answer: Both getTopLeft() and getBottomRight() return Location object. random.randint() require integer.

[Sikuli-driver] [Question #665537]: sys.argv[0] when running sikulix as server

2018-03-13 Thread Steph
New question #665537 on Sikuli: https://answers.launchpad.net/sikuli/+question/665537 It seems like sys.argv[0] is set to None when I run a script via sikulix server. Is there any way to have something meaningful for sys.argv[0]? I'm using sikulix 1.1.2 on Linux (centos 7.4) What is sent on

[Sikuli-driver] [Question #665533]: Swopping between windows

2018-03-13 Thread PJeff Vallis
New question #665533 on Sikuli: https://answers.launchpad.net/sikuli/+question/665533 1.1.2(2018-03-08_08:37)/Linux4.13.0-36-generic/Java8(64)1.8.0_161-b12 I wish to load 2 browsers "chromium-browser" "firefox" and swop between the 2 - both of which are fullscreen Can anyone give me an

[Sikuli-driver] [Question #665546]: SikulixIDE 1.1.2 Click a random place inside an image

2018-03-13 Thread PowerPenguin
New question #665546 on Sikuli: https://answers.launchpad.net/sikuli/+question/665546 Hi! I'm new to Python (but not to coding) and there's something I'm trying to do but I'm not sure how to do it. I want to click an image that appears in the screen several times (not one after other, after

[Sikuli-driver] [Bug 1738751] Re: [1.1.1] IDE: A non-IOException-problem when trying to save null --- fixed 1.1.2

2018-03-13 Thread QAWinphar
This problem persists in 1.1.2 release, just updated sikuli from 1.1.1 where this problem didn't exist (for me). My code is exactly the same as before, since i imported the project in release 1.1.2 i get the error on save: "[error] IDE: A non-IOException-problem when trying to save null Error:

[Sikuli-driver] [Question #665547]: Facing issue while taking screenshots for failed cases using Sikulix1.1.1

2018-03-13 Thread Milind Warade
New question #665547 on Sikuli: https://answers.launchpad.net/sikuli/+question/665547 @Raiman: I am facing issue while taking screenshots for failed cases. I have went through : https://answers.launchpad.net/sikuli/+question/259679 Code- from sikuli import * import unittest import sys _path =

Re: [Sikuli-driver] [Question #661079]: [error] RunTimeINIT: Java version not detected (using 7): pwi3270sr7fp1-20140712_01 (SR7 FP1) java ?7?-32 version pwi3270sr7fp1-20140712_01 (SR7 FP1) vm 2.6 cla

2018-03-13 Thread Constantin Constantinescu
Question #661079 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/661079 Constantin Constantinescu posted a new comment: Hello, I'm having the same problem, what is the duplicated issue? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #665421]: [1.1.1] Mac: Setup: downloads blocked from OSSRH (Maven snapshots)

2018-03-13 Thread Ke Chen
Question #665421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665421 Ke Chen posted a new comment: your offline set up doesn't work for me either. I can't launch any of your set up files. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #665546]: SikulixIDE 1.1.2 Click a random place inside an image

2018-03-13 Thread PowerPenguin
Question #665546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665546 Status: Answered => Solved PowerPenguin confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #665421]: [1.1.1] Mac: Setup: downloads blocked from OSSRH (Maven snapshots)

2018-03-13 Thread Ke Chen
Question #665421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665421 Status: Answered => Open Ke Chen is still having a problem: The reason I want to install sikulixsetup, because sikulix 1.1.1 doesn't work on my MacOS Sierra system, it always click on the center of the

Re: [Sikuli-driver] [Question #665421]: [1.1.1] Mac: Setup: downloads blocked from OSSRH (Maven snapshots)

2018-03-13 Thread Ke Chen
Question #665421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665421 Ke Chen posted a new comment: Currrently I use Java and included sikulix libs in eclipse though pom.xml -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #665546]: SikulixIDE 1.1.2 Click a random place inside an image

2018-03-13 Thread Manfred Hampl
Question #665546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665546 Status: Open => Answered Manfred Hampl proposed the following answer: Maybe click(location(random.randint(m.getTopLeft(),m.getBottomLeft()),random.randint(m.getTopRight(),m.getBottomRight( -- You

[Sikuli-driver] [Question #665568]: Possible OCR improvement through screen capture change?

2018-03-13 Thread Mike Bedwell
New question #665568 on Sikuli: https://answers.launchpad.net/sikuli/+question/665568 I was comparing and researching a solution for a text grab from the screen. I know, from reading the conversations here on launchpad that ocr is a hit or miss thing. I captured a png from my screen using the