Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-09-06 Thread RaiMan
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 RaiMan posted a new comment: How does a question: Where do you live? solve an issue like that? @Hina You should try the new 1.1.4 with the enhanced text features. -- You received this question

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-09-06 Thread Hina
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 Status: Answered => Solved Hina confirmed that the question is solved: Thanks sami baig, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-25 Thread sami baig
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 sami baig proposed the following answer: Hi, Ap kahan rehti ho ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-16 Thread RaiMan
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 Status: Open => Answered RaiMan proposed the following answer: instead of Screen().text() (BTW: Screen(). not necessary - simply text() is enough for whole screen) you might use someRegion.text()

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-15 Thread Hina
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 Status: Answered => Open Hina is still having a problem: I used Screen().text() instead it gives you better results ... it had difficulty reading first letter of each sentence on CMD but otherwise it

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-09 Thread RaiMan
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 Status: Open => Answered RaiMan proposed the following answer: ... might be text feature weakness :( surely true ... but if you want to step into the gory details:

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-08 Thread Hina
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 Status: Answered => Open Hina is still having a problem: The region.find("text") won't work as expected. I tried to print text from region and it displayed "No Administrator account found " as "fldmin

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-07 Thread RaiMan
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 Status: Open => Answered RaiMan proposed the following answer: you can try using someRegion.find("some text") which searches for a text and returns a match region, that can be clicked. ... but be

[Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-07 Thread Hina
New question #665357 on Sikuli: https://answers.launchpad.net/sikuli/+question/665357 Hi, I have got text using string1= Screen().text() function. Can we extract coordinates of some sub-string ? and then by using these coordinates is it possible to click(or apply any operation)on the