Re: [Sikuli-driver] [Question #196380]: Access data in tables

2012-05-07 Thread RaiMan
Question #196380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196380 Status: Open => Answered RaiMan proposed the following answer: Only with Selenium (which can be easily integrated with Sikuli --- see many posts here), since Sikuli does not have any direct access to the

Re: [Sikuli-driver] [Question #196380]: Access data in tables on a web page --- use Selenium

2012-05-07 Thread RaiMan
Question #196380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196380 Summary changed to: Access data in tables on a web page --- use Selenium -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #195072]: how to display chinese words in sikuli console

2012-05-07 Thread RaiMan
Question #195072 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195072 Status: Open => Answered RaiMan proposed the following answer: So find out, what the difference in setup is between these 2 systems. -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #196436]: Suddenly Sikuli IDE stop working, while launching IDE it hangs on.

2012-05-07 Thread RaiMan
Question #196436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196436 Status: Open => Needs information RaiMan requested more information: did you manipulate (e.g. rename it, something with the contained images) .sikuli folders, you had open in the IDE when closing it, out

Re: [Sikuli-driver] [Question #196449]: Calculate time between the test cases

2012-05-07 Thread RaiMan
Question #196449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196449 Status: Open => Answered RaiMan proposed the following answer: see https://answers.launchpad.net/sikuli/+question/196369 comment #1 (second part) -- You received this question notification because you

Re: [Sikuli-driver] [Question #196389]: Delay in execution time for each line

2012-05-07 Thread RaiMan
Question #196389 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196389 Status: Open => Answered RaiMan proposed the following answer: There is currently no other way, than to mix wait()'s in the workflow. --- version 1 type(some_text); wait(1) type(more_text); wait(3) type

Re: [Sikuli-driver] [Question #196436]: Suddenly Sikuli IDE stop working, while launching IDE it hangs on.

2012-05-07 Thread Saravanan
Question #196436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196436 Summary changed to: Suddenly Sikuli IDE stop working, while launching IDE it hangs on. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for S

[Sikuli-driver] [Question #196449]: Calculate time between the test cases

2012-05-07 Thread felix
New question #196449 on Sikuli: https://answers.launchpad.net/sikuli/+question/196449 While the test scripts are running is it possible to calculate time between the lines Assume there are 10 lines, and i want to calculate amount of time taken to execute line 4- line 8 is it possible? If yes t

[Sikuli-driver] [Question #196436]: Sunddenly Sikuli IDE stop working, while launching IDE it hangs on.

2012-05-07 Thread Saravanan
New question #196436 on Sikuli: https://answers.launchpad.net/sikuli/+question/196436 I have been working with Sikuli IDE for the past few days. It was working fine. Since morning it stopped working, while launching i am getting the locale info display, then it's hangs on. Please give your sugg

Re: [Sikuli-driver] [Question #194783]: Unable to launch sikuli ide on Ubuntu 10.04

2012-05-07 Thread Saravanan
Question #194783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194783 Status: Answered => Solved Saravanan confirmed that the question is solved: Thank you all for your suggestions. The issue is resolved. I installed new java version, now it is working fine. -- You recei

[Sikuli-driver] [Question #196389]: Delay in execution time for each line

2012-05-07 Thread Luis Rojas
New question #196389 on Sikuli: https://answers.launchpad.net/sikuli/+question/196389 Hi all, currently i'm writing some code that looks like this: type(sampleDataPath+"/data.mnc"+Key.ENTER) wait(2) type(Key.ENTER) My issue is that sikuli is executing the lines of code too fast and

[Sikuli-driver] [Question #196380]: Access data in tables

2012-05-07 Thread George Papadopoulos
New question #196380 on Sikuli: https://answers.launchpad.net/sikuli/+question/196380 One of the web applications I have to test has a table in it, that table itself has data that I want to get for comparison against a known set of valid data. I know region provides the ability to get text, but

[Sikuli-driver] [Question #196378]: How to gather input from Windows command line

2012-05-07 Thread Mychal Miller
New question #196378 on Sikuli: https://answers.launchpad.net/sikuli/+question/196378 I want to use a command window (in Windows) to display a test menu so that a specific test module can be selected by the user. To display the menu I'll use either sikuli "type" command to either type the menu o

Re: [Sikuli-driver] [Question #196369]: Timestamp for logs output

2012-05-07 Thread RaiMan
Question #196369 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196369 Status: Open => Answered RaiMan proposed the following answer: --- I would like to append timestamp to each line Not possible with the current version (has to be fixed on the Java level (class Debug)) F

Re: [Sikuli-driver] [Question #196369]: Timestamp for logs output

2012-05-07 Thread Asadullah Baig
Question #196369 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196369 Description changed to: This is output of the log. I would like to append timestamp to each line Current Output --- [info] Sikuli vision engine loaded. [info] Windows utilities loaded. [info] VDictProxy

[Sikuli-driver] [Question #196369]: Timestamp for logs output

2012-05-07 Thread Asadullah Baig
New question #196369 on Sikuli: https://answers.launchpad.net/sikuli/+question/196369 This is out of the log. I would like to append timestamp to each line Current Output --- [info] Sikuli vision engine loaded. [info] Windows utilities loaded. [info] VDictProxy loaded. [log] App.open notepad(

Re: [Sikuli-driver] [Question #196356]: Copy Cells from Excel to a notepad using xlrd

2012-05-07 Thread Asadullah Baig
Question #196356 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196356 Status: Answered => Solved Asadullah Baig confirmed that the question is solved: Thanks for the quick response and resolving the issue. -- You received this question notification because you are a memb

Re: [Sikuli-driver] [Question #196356]: Copy Cells from Excel to a notepad using xlrd

2012-05-07 Thread RaiMan
Question #196356 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196356 Status: Open => Answered RaiMan proposed the following answer: ... openApp ("notepad.exe") wait(3) # to get the editor window ready and focused paste( str(sh.col(0)[1].value) ) type(Key.ENTER) # to add a

[Sikuli-driver] [Question #196356]: Copy Cells from Excel to a notepad using xlrd

2012-05-07 Thread Asadullah Baig
New question #196356 on Sikuli: https://answers.launchpad.net/sikuli/+question/196356 How to copy the cell value from excel to notepad using xlrd. I am able to print the value in SIKULI IDE but need help in copy & paste to notepad import xlrd book = xlrd.open_workbook("C:\Sikuli\Test0501.xl

[Sikuli-driver] [Bug 993895] Re: Sikuli X-1-0rc3 Hangs \ Crashes when attempting to close on Linux

2012-05-07 Thread paramveer
Hi, I am facing an issue that sikuli on my window 7 machine is hanging as soon as i tried to type something in the editor. i have reinstalled sikuli many times. but still getting the same hangged sikuli. Can you please suggest what could be the possible root cause. Thanks in advance Paramveer

Re: [Sikuli-driver] [Question #196133]: find out and change my SCREEN RESOLUTION with jython

2012-05-07 Thread RaiMan
Question #196133 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196133 Status: Open => Answered RaiMan proposed the following answer: If you are talking about the Sikuli features: The best start: http://sikuli.org/docx/ The piece that talks about Sikuli and Java: http://s

Re: [Sikuli-driver] [Question #195048]: how can i use type() in the phone simulator

2012-05-07 Thread RaiMan
Question #195048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195048 RaiMan proposed the following answer: Sorry, did not want to irritate you with my BTW. This was only an option, if applicable for your situation: tabbing through the GUI elements. So let me try again: If tha