Re: [Sikuli-driver] [Question #404442]: Windows: Make Exe from Sikuli script --- not possible

2016-11-29 Thread Yashaswi Singh
Question #404442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404442 Yashaswi Singh posted a new comment: Installing sikuli on other systems and running it every time from ide is not an issue for distributing but.. Is there any way my script can look like * instead

Re: [Sikuli-driver] [Question #404442]: Windows: Make Exe from Sikuli script --- not possible

2016-11-28 Thread Yashaswi Singh
Question #404442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404442 Yashaswi Singh posted a new comment: My main motive for this is security of my script, that nobody else can see or change it if I give it to others for using it, that's why I was looking for a way to make

[Sikuli-driver] [Question #404442]: Exe from sikuli

2016-11-27 Thread Yashaswi Singh
New question #404442 on Sikuli: https://answers.launchpad.net/sikuli/+question/404442 Can anyone help me build the exe from the sikuli script I have made? I have been searching for a way and Launch4j is not working for me. I just need a step by step guide to making an exe (or any other simple way

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-27 Thread yashaswi
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 yashaswi confirmed that the question is solved: Thanks dinev, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #194570]: Can I run sikuli script from Java using Java Run api

2012-04-24 Thread yashaswi
Question #194570 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194570 yashaswi gave more information on the question: I tried executing the python script and this is the error I get C:\Users\Yashaswipython C:\Users\Yashaswi\Desktop\Sikuli\Helloworld.sikuli\Desk top.py

[Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread yashaswi
New question #193923 on Sikuli: https://answers.launchpad.net/sikuli/+question/193923 Hi, I have a label called Name: and another one called File Name: I need to type the Name against Name: label When I'm using find(Name) to select the first Name: to fill the text field, it searches for File

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread yashaswi
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 yashaswi gave more information on the question: These are the fields my page contains Type: Name: Management Host: File Name: SAVE -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread yashaswi
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 Status: Needs information = Open yashaswi gave more information on the question: I'm using find(Image-of-name.png) I have attached the screenshot for the same This is what I'm doing click

[Sikuli-driver] [Question #193304]: how to select a check box using sikuli

2012-04-11 Thread yashaswi
New question #193304 on Sikuli: https://answers.launchpad.net/sikuli/+question/193304 Hi, I'm trying to select a check box from a series of check boxes. I did try the following r = find(lllM1IiiIl1.png).below(100) t = r.find(_ADDPR.png) click(t) It is not able to click on the check box.

[Sikuli-driver] [Question #193173]: How to fill the text field using Sikuli

2012-04-10 Thread yashaswi
New question #193173 on Sikuli: https://answers.launchpad.net/sikuli/+question/193173 Hi all I'm new to Sikuli. Found this to be apt for UI automation. I need to create 10 users at a time by only changing the text fields. Can you please tell me how to accomplish the same -- You received this