Re: [Sikuli-driver] [Question #182624]: Is there any way to find a text on screen without using image?

2011-12-22 Thread obaskirt
Question #182624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182624 obaskirt posted a new comment: I have tried that option but it is not reliable. It depends on tesseract. Thank you RaiMan. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #182624]: Is there any way to find a text on screen without using image?

2011-12-21 Thread obaskirt
New question #182624 on Sikuli: https://answers.launchpad.net/sikuli/+question/182624 I want to assign "Some Text" into a variable and then I want to find this "Some Text" text pattern on the screen without using image. Sikuli based on a "find visually" idea but sometimes there is a need to find

Re: [Sikuli-driver] [Question #182558]: How access a variable in a function directly? --- not possible

2011-12-21 Thread obaskirt
Question #182558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182558 obaskirt posted a new comment: Actually, I knew this result :) but I just wanna try my chance. I thought that maybe I was missing something. So, I can write the var1 into text file while I am in the

[Sikuli-driver] [Question #182558]: How access a variable in a function directly?

2011-12-21 Thread obaskirt
New question #182558 on Sikuli: https://answers.launchpad.net/sikuli/+question/182558 I have a function below: def test(): var1="ONUR" popup("MyFunction PopUp") #print("Sub End1") #return deneme print("Sub End2") a= print("a") What should I write instead of to get

Re: [Sikuli-driver] [Question #182257]: How to use a self defined hot key to stop a running *.skl

2011-12-20 Thread obaskirt
Question #182257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182257 obaskirt posted a new comment: Ok RaiMan, I will check Eclipse/Netbeans and how to use them with Sikuli. But I think the only way to re-run my fixed code from the fixed line in debugging mode. Maybe in the

Re: [Sikuli-driver] [Question #182257]: How to use a self defined hot key to stop a running *.skl

2011-12-19 Thread obaskirt
Question #182257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182257 obaskirt requested more information: @ RaiMan As you described alt-shift-c is exit hot key of sikuli. At this point I want to ask two questions. 1- Is there any pause and resume hot keys? 2- If our code

Re: [Sikuli-driver] [Question #181855]: Can we run sikuli script in background

2011-12-18 Thread obaskirt
Question #181855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181855 obaskirt posted a new comment: @ RaiMan If I will find extra time I'll try to do that. You are right that solution may bring out interesting problems. But if it works, that will be perfect! :-)

Re: [Sikuli-driver] [Question #182237]: How to search when the target is located below of the page (scrolling needed)?

2011-12-18 Thread obaskirt
Question #182237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182237 obaskirt posted a new comment: After comment out the wait(0.5) statement. Wheel method finds in 8.7 seconds. Its quite faster than drag and drop. Thank you RaiMan. -- You received this question

Re: [Sikuli-driver] [Question #182237]: How to search when the target is located below of the page (scrolling needed)?

2011-12-18 Thread obaskirt
Question #182237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182237 obaskirt posted a new comment: Sorry for typo. It should be "wheel" not "whell" -- You received this question notification because you are a member of Sikuli Drivers, which is an answe

Re: [Sikuli-driver] [Question #182237]: How to search when the target is located below of the page (scrolling needed)?

2011-12-18 Thread obaskirt
Question #182237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182237 obaskirt confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #182237]: How to search when the target is located below of the page (scrolling needed)?

2011-12-18 Thread obaskirt
Question #182237 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182237 Status: Answered => Solved obaskirt confirmed that the question is solved: Well done Raiman. I did a benchmark with respect to two methods. I shared two code snippets. The benchmark shows that you

Re: [Sikuli-driver] [Question #181855]: Can we run sikuli script in background

2011-12-17 Thread obaskirt
Question #181855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181855 obaskirt proposed the following answer: Did anybody try WM option? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #179865]: How to extract text without using OCR in sikuli?

2011-12-17 Thread obaskirt
Question #179865 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179865 obaskirt posted a new comment: Does Sikuli has xml or html parser? If it has a feature like Watir, sikuli is both good at visual finds and finds which are located in xml/html between tags. As Niklikesh

[Sikuli-driver] [Question #182237]: Does anybody know faster search method when the target is located below of the page?

2011-12-17 Thread obaskirt
New question #182237 on Sikuli: https://answers.launchpad.net/sikuli/+question/182237 I am trying this case: I opened facebook I can not see the jpg in current screen (cuz it is loacated under current screen/page) then I want to find a jpg which is located down/below of the page. I wrote this

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', en

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&

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=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: Open => Solved obaskirt confirmed that the question is solved: Finally I solved this problem in this way: import codecs fiberSunulariFile=codecs.open(fiberSunulariLoc, 'r', en

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)

[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 #181657]: String Array (Speacial character in array)

2011-12-12 Thread obaskirt
New question #181657 on Sikuli: https://answers.launchpad.net/sikuli/+question/181657 Hello, I saved this line in a txt file. "Fiber / Site Yöneticilerine 24 ay Ücretsiz Fiber Internet - Generic" ö,Ü are special characters. When I tried to compile the code below I got this result "Fiber / Site