Re: [Sikuli-driver] [Question #691979]: set up sikuli for python script

2020-07-21 Thread VICK
Question #691979 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691979 VICK gave more information on the question: Hi, I do not get it your reply. Do I need to download gbwhatsapp for further questions? -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #691979]: set up sikuli for python script

2020-07-20 Thread VICK
New question #691979 on Sikuli: https://answers.launchpad.net/sikuli/+question/691979 Hi, I am familiar to create sikuli script but now I want to use sikuli in my python script. I have downloaded jython and sikulixapi jar file but i downloaded pip install sikuli as well. but i do not see Screen

Re: [Sikuli-driver] [Question #226216]: data from text file

2013-04-11 Thread VICK
Question #226216 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226216 Status: Answered => Open VICK is still having a problem: thanks it works now but now I want to read data from two files line by line and use one by one. Can you tell me because i tried itertools

[Sikuli-driver] [Question #226216]: data from text file

2013-04-08 Thread VICK
New question #226216 on Sikuli: https://answers.launchpad.net/sikuli/+question/226216 I have text file like line by line: 123,456,789 123 456,789 and I want to get line by line all data and use in text box one by one also . so line enter 123 and then 456 and then 789 in for loop. I can get all d

Re: [Sikuli-driver] [Question #169928]: on appear of image which is already there

2011-10-06 Thread VICK
Question #169928 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169928 Status: Needs information => Open VICK gave more information on the question: how to send you image for this one? -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #169928]: on appear of image which is already there

2011-09-21 Thread VICK
Question #169928 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169928 VICK gave more information on the question: no you cannot delete that image. image is button of finalization which exists. i donot know afterhow many key tab i will reach to this button because everything is

Re: [Sikuli-driver] [Question #170686]: compare text from different images

2011-09-09 Thread VICK
Question #170686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170686 VICK posted a new comment: thanks and wait for other alternate. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #170686]: compare text from different images

2011-09-09 Thread VICK
New question #170686 on Sikuli: https://answers.launchpad.net/sikuli/+question/170686 I want to compare text from one image with text from another image. if match then go for it. in both image font and colour of text is different. is there any way to do it? i tried to create reagion and getting

Re: [Sikuli-driver] [Question #170561]: How to connect to databases

2011-09-08 Thread VICK
Question #170561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170561 Status: Answered => Open VICK is still having a problem: I have tried to see it but it is not clear for me so can you give me somewhat script so i can understand. because how to to define class wher

[Sikuli-driver] [Question #170561]: BACKEND TESTING

2011-09-08 Thread VICK
New question #170561 on Sikuli: https://answers.launchpad.net/sikuli/+question/170561 I HAVE SCRIPT WHERE I HAVE CREATED SOMETHING AND I WANT TO CHECK IN DATABASE THAT IT HAS CREATED SO CAN YOU GIVE ME IDEA HOW I CAN CONNECT DATABASE FROM SCRIPT AND WRITE QUERY AND CHECK -- You received this

Re: [Sikuli-driver] [Question #169928]: on appear of image which is already there

2011-09-06 Thread VICK
Question #169928 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169928 Status: Answered => Open VICK is still having a problem: the problem is selection is random and result entry of all selection is also random . it is moving with number of selection so i cannot

Re: [Sikuli-driver] [Question #169928]: on appear of image which is already there

2011-09-06 Thread VICK
Question #169928 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169928 Status: Answered => Open VICK is still having a problem: ya that's true. but this image is already on screen but when i use key.TAB to reach there it is not defined that after how many key.TAB

[Sikuli-driver] [Question #169928]: on appear of image which is already there

2011-09-02 Thread VICK
New question #169928 on Sikuli: https://answers.launchpad.net/sikuli/+question/169928 I am using key tab in while loop . I want to stop loop when key reach to image which is already exists -- You received this question notification because you are a member of Sikuli Drivers, which is an answe

[Sikuli-driver] [Question #169927]: date picker

2011-09-02 Thread VICK
New question #169927 on Sikuli: https://answers.launchpad.net/sikuli/+question/169927 i have click calendar from where i want to pick random date and also not any future date.I want to know how to write script because it is not able to write in that text field . you have to pick by click -- Yo

Re: [Sikuli-driver] [Question #169911]: stop clicking on the spot where it is clicked before

2011-09-02 Thread VICK
Question #169911 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169911 Status: Answered => Solved VICK confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #169911]: stop clicking on the spot where it is clicked before

2011-09-02 Thread VICK
New question #169911 on Sikuli: https://answers.launchpad.net/sikuli/+question/169911 i want to click randomly but not want to click again on the spot where it was clicked before. How I can do that pl? -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #169899]: random key stroke

2011-09-02 Thread VICK
Question #169899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169899 Status: Answered => Solved VICK confirmed that the question is solved: thanks it solved my problem but i want to save sikuli scripts in mail or other place so if my computer has any problem i

Re: [Sikuli-driver] [Question #169899]: random key stroke

2011-09-02 Thread VICK
Question #169899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169899 Status: Answered => Open VICK is still having a problem: can you correct this one because it says z is not defined for n in range(z): import random z = random.randint(

Re: [Sikuli-driver] [Question #169899]: random key stroke

2011-09-02 Thread VICK
Question #169899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169899 Status: Answered => Open VICK is still having a problem: yes sir but I need somewhat script that shows for i in range(x) where I want to create x number random and that use for my key stroke like if

[Sikuli-driver] [Question #169899]: random key stroke

2011-09-02 Thread VICK
New question #169899 on Sikuli: https://answers.launchpad.net/sikuli/+question/169899 how to use key up or down or any key stroke for random times. I want to select result from 3 or 4 possibilities for n number of blocks. -- You received this question notification because you are a member of S