[Sikuli-driver] [Question #210756]: Not able to write the text file.

2012-10-09 Thread Milind Warade
New question #210756 on Sikuli: https://answers.launchpad.net/sikuli/+question/210756 Dear friend, I have doing read and write text file using sikuli. See the following example. setThrowException(True) import array arr=[] f=open(D:\DPRead.txt,r) fout = open(D:\DPRead-results.txt,w) for line in

Re: [Sikuli-driver] [Question #210756]: Not able to write the text file.

2012-10-10 Thread Milind Warade
Question #210756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210756 Status: Needs information = Open Milind Warade gave more information on the question: Hi Raviman, Thanks for reply. No error message occurs when I have tried to run the script. It was reading from

Re: [Sikuli-driver] [Question #210756]: Not able to write the text file.

2012-10-10 Thread Milind Warade
Question #210756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210756 Status: Answered = Open Milind Warade is still having a problem: Thanks Raiman. Problem is solved. Now I am able to write the text file. How to use wait(target Time - time Now) in Sikuli. I have found

Re: [Sikuli-driver] [Question #210756]: Not able to write the text file.

2012-10-10 Thread Milind Warade
Question #210756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210756 Status: Open = Solved Milind Warade confirmed that the question is solved: Thanks Raiman. Problem is solved. Now I am able to write the text file. How to use wait(target Time - time Now) in Sikuli. I

Re: [Sikuli-driver] [Question #210756]: Not able to write the text file.

2012-10-10 Thread Milind Warade
Question #210756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210756 Milind Warade posted a new comment: Thanks Raiman, That's solved my issue. Thanks again. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #210841]: Not able to read from text file when timestamp is used

2012-10-10 Thread Milind Warade
New question #210841 on Sikuli: https://answers.launchpad.net/sikuli/+question/210841 Dear, I have one text file Time.txt which contents data like: 18, 50, 50 19, 25, 56 Then I have write script in which I want take the data from text file line by line. wait(2) import array arr=[]

Re: [Sikuli-driver] [Question #210841]: Not able to read from text file when timestamp is used

2012-10-11 Thread Milind Warade
Question #210841 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210841 Status: Solved = Open Milind Warade is still having a problem: Hi , I am again not able to read the time from the text file. When there are two lines say, (19, 45, 08) (19, 46, 10) then it was working

Re: [Sikuli-driver] [Question #210841]: Not able to read from text file when timestamp is used

2012-10-11 Thread Milind Warade
Question #210841 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210841 Status: Answered = Solved Milind Warade confirmed that the question is solved: My problem was solved. Thanks Raiman. I will try to optimize the code. -- You received this question notification because

[Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread Milind Warade
New question #211347 on Sikuli: https://answers.launchpad.net/sikuli/+question/211347 Hi, I am writing code, in which text file is used as : (11,50,12) (11,52,21) (12,15,20) (12,30,45) Check the script: def myHandler(event): wait(2) click(1349867277615-1.png) type('v',

Re: [Sikuli-driver] [Question #211347]: How to increment values in array

2012-10-16 Thread Milind Warade
Question #211347 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211347 Milind Warade posted a new comment: Thanks Raiman. Problem is solved. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #211380]: Not able to close the text file when array is used.

2012-10-16 Thread Milind Warade
New question #211380 on Sikuli: https://answers.launchpad.net/sikuli/+question/211380 Hi, I want to write the text file when I have used array. It was giving me error as : my_file.close() NameError: name 'my_file' is not defined == Check the code:

Re: [Sikuli-driver] [Question #211380]: Not able to close the text file in main script when opened in def()

2012-10-17 Thread Milind Warade
Question #211380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/211380 Status: Answered = Solved Milind Warade confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[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 #665547]: Facing issue while taking screenshots for failed cases using Sikulix1.1.1

2018-03-14 Thread Milind Warade
Question #665547 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665547 Milind Warade posted a new comment: Thanks Raiman. Will check. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #697621]: Need to check how to use sikuli with Selenium in Docker

2021-06-19 Thread Milind Warade
New question #697621 on SikuliX: https://answers.launchpad.net/sikuli/+question/697621 Hello, I am using Selenium and Sikuli in Windows and Ubantu in Java programing. For example, I am giving other sample code. package com.sikuli.demo; import org.openqa.selenium.By; import

Re: [Sikuli-driver] [Question #697621]: Need to check how to use sikuli with Selenium in Docker

2021-06-19 Thread Milind Warade
Question #697621 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697621 Status: Answered => Solved Milind Warade confirmed that the question is solved: Thanks RaiMan -- You received this question notification because your team Sikuli Drivers is an answer cont