[Sikuli-driver] [Question #689387]: doubleClick coordinates

2020-03-19 Thread Bebeb
New question #689387 on Sikuli: https://answers.launchpad.net/sikuli/+question/689387 Hello, I determined an item's position thanks to the code : getmouseLoc = Env.getMouseLocation() print getmouseLoc #I have the output " L[724,1067]@S(0) " for example But now I want the script to double click

Re: [Sikuli-driver] [Question #689383]: version 2.0.3 type("c", Key.CTRL) not in Env.getClipboard()

2020-03-19 Thread Aaron Prince
Question #689383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689383 Aaron Prince posted a new comment: thanks for the quick reply. I don't know why it isn't working. CTRL+ left click highlights the contents of the text box I want to copy. I'm trying to copy something from

Re: [Sikuli-driver] [Question #689381]: java.lang.IllegalArgumentException for Finder Class using valid .png file

2020-03-19 Thread Federico
Question #689381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689381 Status: Answered => Solved Federico confirmed that the question is solved: Hi, Thanks a lot, that solved my issue. - Federico -- You received this question notification because your team Sikuli Drive

Re: [Sikuli-driver] [Question #689383]: version 2.0.3 type("c", Key.CTRL) not in Env.getClipboard()

2020-03-19 Thread RaiMan
Question #689383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689383 Status: Open => Answered RaiMan proposed the following answer: Cannot reproduce your problem (using 2.0.4 on Win10). This works (a webpage in Edge showing your question): for n in range(2): click()

Re: [Sikuli-driver] [Question #689381]: java.lang.IllegalArgumentException for Finder Class using valid .png file

2020-03-19 Thread RaiMan
Question #689381 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689381 Status: Open => Answered RaiMan proposed the following answer: Sorry, for the inconveniences. This is simply a bug. Instead of f = Finder("stars.png") use as a workaround f = Finder(Image.create("stars

[Sikuli-driver] [Question #689383]: version 2.0.3 type("c", Key.CTRL) not in Env.getClipboard()

2020-03-19 Thread Aaron Prince
New question #689383 on Sikuli: https://answers.launchpad.net/sikuli/+question/689383 Using Version 2.0.3 I am unable to get save a new value in the clipboard. I've tried the following: keyDown(Key.CTRL) wait(1) # the waits were added in case that was an issue doubleClick(Region(352,447,115,37)) w

[Sikuli-driver] [Question #689381]: java.lang.IllegalArgumentException for Finder Class using valid .png file

2020-03-19 Thread Federico
New question #689381 on Sikuli: https://answers.launchpad.net/sikuli/+question/689381 I'm trying to replicate the first example for the Finder class as seen in the documentation here: https://sikulix-2014.readthedocs.io/en/latest/finder.html#Finder So I have a .sikuli folder, whose content is: -

Re: [Sikuli-driver] [Question #689380]: Select drop down list does not appear

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

Re: [Sikuli-driver] [Question #689380]: Select drop down list does not appear

2020-03-19 Thread RaiMan
Question #689380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689380 Status: Open => Answered RaiMan proposed the following answer: Use latest version 2.0.4. In doubt paste the relevant part of your script here. -- You received this question notification because your t

[Sikuli-driver] [Question #689380]: Select drop down list does not appear

2020-03-19 Thread Hans Küffner-McCauley
New question #689380 on Sikuli: https://answers.launchpad.net/sikuli/+question/689380 Hello, I'm new to Sikuli so please have some patience with me if I don't immediately follow :) I was doing a tutorial on conditional automation, and wanted to implement a dropdown list using the select func

Re: [Sikuli-driver] [Question #689322]: Sikulix 2.1.0 on macOS

2020-03-19 Thread larryli
Question #689322 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689322 larryli posted a new comment: sorry, already fix it should resetup artifact again, because, it will use old version. thanks -- You received this question notification because your team Sikuli Drivers is an