Re: [Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-13 Thread Min-cheng HUANG
Question #181831 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181831 Description changed to: Hello, Currently, I am running my testing by combining Selenium and Sikuli. But, recently, I am facing the some problems that seems to be conflict between Selenium and Sikuli. Usuall

[Sikuli-driver] [Question #181831]: Selenium and Sikuli conflict??

2011-12-13 Thread Min-cheng HUANG
New question #181831 on Sikuli: https://answers.launchpad.net/sikuli/+question/181831 Hello, Currently, I am running my testing by combining Selenium and Sikuli. But, recently, I am facing the some problems that seems to be conflict between Selenium and Sikuli. Usually, I use Selenium to open

[Sikuli-driver] [Question #181819]: Compile a new jar with foo method ?

2011-12-13 Thread Joe List
New question #181819 on Sikuli: https://answers.launchpad.net/sikuli/+question/181819 Hello, I have a simple question. I just want to add a simple method in a Java class of Sikuli. For example, add a foo method to Location.java https://github.com/sikuli/sikuli/blob/develop/sikuli-script/src/main

[Sikuli-driver] [Question #181778]: Connecting to MSSQL2008

2011-12-13 Thread Jiri Urban
New question #181778 on Sikuli: https://answers.launchpad.net/sikuli/+question/181778 Im struggling at little problem, im trying to connect MSSQL2008 server using zxJDBC driver. i move over problem with "driver not found" but having problem with connecting db. my code: from com.ziclix.python.sq

Re: [Sikuli-driver] [Question #181657]: String Array (Speacial character in array)

2011-12-13 Thread obaskirt
Question #181657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181657 Status: Open => Solved obaskirt confirmed that the question is solved: I tried below code but it did not work import codecs fiberSunulariFile=codecs.open(fiberSunulariLoc, 'r', encoding='utf-8') fiberSu

Re: [Sikuli-driver] [Question #181657]: String Array (Speacial character in array)

2011-12-13 Thread obaskirt
Question #181657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181657 Status: Solved => Open obaskirt is still having a problem: I tried below code but it did not work import codecs fiberSunulariFile=codecs.open(fiberSunulariLoc, 'r', encoding='utf-8') fiberSunulariArr=fi

Re: [Sikuli-driver] [Question #181657]: String Array (Speacial character in array)

2011-12-13 Thread obaskirt
Question #181657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181657 obaskirt posted a new comment: Finally I solved this problem in this way: import codecs fiberSunulariFile=codecs.open(fiberSunulariLoc, 'r', encoding='utf-8') fiberSunulariArr=fiberSunulariFile.readlines() f

Re: [Sikuli-driver] [Question #181657]: String Array (Speacial character in array)

2011-12-13 Thread obaskirt
Question #181657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181657 Status: Open => Solved obaskirt confirmed that the question is solved: Finally I solved this problem in this way: import codecs fiberSunulariFile=codecs.open(fiberSunulariLoc, 'r', encoding='utf-8') fib

[Sikuli-driver] [Question #181761]: Tool to get x/y Coordimates of screen

2011-12-13 Thread Prateek Sahu
New question #181761 on Sikuli: https://answers.launchpad.net/sikuli/+question/181761 Is there any tool which I can use to get coordinates of screen -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #181758]: Problem in capturing a region

2011-12-13 Thread Prateek Sahu
New question #181758 on Sikuli: https://answers.launchpad.net/sikuli/+question/181758 I am using the following code to capture region def captureContent(): return capture(Region(region.x + 1, region.y + 1, region.w - 2, region.h - 2)) #Code to capture region capture(Region(1, 104,1792

Re: [Sikuli-driver] [Question #181735]: How to use Turkish Character with Input() and popup()

2011-12-13 Thread obaskirt
Question #181735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181735 Status: Open => Solved obaskirt confirmed that the question is solved: I solved this problem in this way. value = unicode("Enter a Sayı", "utf-8") a=input(value) popup(a) -- You received this question

[Sikuli-driver] [Question #181738]: Is there an easy way to find a button which is not currently in the visible screen area?

2011-12-13 Thread Ramūnas
New question #181738 on Sikuli: https://answers.launchpad.net/sikuli/+question/181738 Hello there, I have a button which is only visible when you scroll down, is there an easy way to find it? Thanks! -- You received this question notification because you are a member of Sikuli Drivers, which is

[Sikuli-driver] [Question #181735]: How to use Turkish Character with Input() and popup()

2011-12-13 Thread obaskirt
New question #181735 on Sikuli: https://answers.launchpad.net/sikuli/+question/181735 My question is very simple and easy I am trying to use Turkish character "ı, ş, ü, ö, ç, ğ" with input function. But I can not see them correctly when I am running the code. How can I solve this problem? a=inp

[Sikuli-driver] [Question #181734]: Isn't there still a way to only print my print statements in output

2011-12-13 Thread Mikeldi Latorre
New question #181734 on Sikuli: https://answers.launchpad.net/sikuli/+question/181734 Isn't there still a way to only print my print statements in output, like asked in https://answers.launchpad.net/sikuli/+question/135204 ??? -- You received this question notification because you are a member