[Sikuli-driver] [Question #664131]: Change color of an object SIKULI

2018-02-06 Thread Rita Maia
New question #664131 on Sikuli: https://answers.launchpad.net/sikuli/+question/664131 Hello, Is there a way to have a button as an image and change the color of the button with SIKULI? Thanks, Rita Maia -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #664131]: Change color of an object SIKULI

2018-02-07 Thread Rita Maia
Question #664131 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664131 Rita Maia posted a new comment: And how can i integrate that tool: ImageMagic with Sikuli? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #664131]: Change color of an object SIKULI

2018-02-07 Thread Rita Maia
Question #664131 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664131 Rita Maia posted a new comment: And can i use commandline commands in a sikuli script? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #664131]: Change color of an object SIKULI

2018-02-07 Thread Rita Maia
Question #664131 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664131 Rita Maia posted a new comment: Can you give an example so i can understand more? Thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #664612]: Integrate OpenCV with Sikulli

2018-02-19 Thread Rita Maia
is it possible to integrate OpenCV MSER with Sikuli? Or do i have to do it in a separate way? Thanks. Rita Maia -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing list: https

[Sikuli-driver] [Question #667490]: Sikuli dealing with two interfaces

2018-04-02 Thread Rita Maia
first interface button and then show the second one. Do you have any ideia how can i do this? Thank you and best regards, Rita Maia -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing

Re: [Sikuli-driver] [Question #667490]: Sikuli dealing with two interfaces

2018-04-03 Thread Rita Maia
Question #667490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667490 Rita Maia posted a new comment: But how can i prepare two images? The issue is this: have two images with the same button. But one has the button bigger. i want to do a sikuli script that creates a click

[Sikuli-driver] [Question #673288]: Detecting clicks outside of an element in the interface

2018-09-02 Thread Rita Maia
New question #673288 on Sikuli: https://answers.launchpad.net/sikuli/+question/673288 Hello, Is it possible in Sikuli to detect a mouse click outsite of an element from an interface? For example: I want to click on a button, but somehow i clicked outside of the button region but that click shou

Re: [Sikuli-driver] [Question #673288]: Detecting clicks outside of an element in the interface

2018-09-03 Thread Rita Maia
Question #673288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673288 Rita Maia posted a new comment: Thanks for the answer. But my point is that i want to click outside the button region, by defining a certain padding and with that click do the same process as if i

Re: [Sikuli-driver] [Question #673288]: Detecting clicks outside of an element in the interface

2018-09-03 Thread Rita Maia
Question #673288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673288 Rita Maia posted a new comment: Let me try to give an example: I have a button. Then if i click on it i can get the X and Y coordinates right? with functions getX() and getY(). So then if i click outside

Re: [Sikuli-driver] [Question #673288]: Detecting clicks outside of an element in the interface

2018-09-03 Thread Rita Maia
Question #673288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673288 Rita Maia posted a new comment: I found on the Sikuli documentation this function: Region And there is a possible way to extend the region: http://doc.sikuli.org/region.html Can you check the "Extend

Re: [Sikuli-driver] [Question #673288]: Detecting clicks outside of an element in the interface

2018-09-03 Thread Rita Maia
Question #673288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673288 Rita Maia posted a new comment: I will try to do it today in the evening. I was just asking if the function nearby was a good option to proceed. -- You received this question notification because your

[Sikuli-driver] [Question #674035]: Run .skl file gives error

2018-09-16 Thread Rita Maia
New question #674035 on Sikuli: https://answers.launchpad.net/sikuli/+question/674035 Hi I have a Sikuli script: " from sikuli import * click("CLIENTS.png") wait("NotepadCZE7D.png") " Then i have a python file and in that file a call the .skl file that has the sikuli script above. Like this

Re: [Sikuli-driver] [Question #674035]: Run .skl file gives error

2018-09-17 Thread Rita Maia
Question #674035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674035 Rita Maia posted a new comment: I already consulted the docs. And the image is visible in te moment that i'm running! what am i doing wrong? Or is there another way to do this? -- You received

Re: [Sikuli-driver] [Question #674035]: Run .skl file gives error

2018-09-17 Thread Rita Maia
Question #674035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674035 Status: Answered => Solved Rita Maia confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #675951]: Pass an argument from a bat file to a sikuli scrip

2018-11-05 Thread Rita Maia
New question #675951 on Sikuli: https://answers.launchpad.net/sikuli/+question/675951 Hello, Im running my sikuli scripts through a virtual machine with the tool "RunServer". In my local PC i have a bat file that have this lines: wget "http://192.168.1.140:50001/scripts/home/Desktop/Sikuli/siku

Re: [Sikuli-driver] [Question #675951]: Pass an argument from a bat file to a sikuli scrip

2018-12-04 Thread Rita Maia
Question #675951 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675951 Rita Maia posted a new comment: Hi Raiman, Yes thanks for the answer. I already solved my problem. -- You received this question notification because your team Sikuli Drivers is an answer contact for