[Sikuli-driver] [Question #271920]: Getting "ConfigParser.NoSectionError" while trying to read input from a file

2015-09-29 Thread saryu
New question #271920 on Sikuli:
https://answers.launchpad.net/sikuli/+question/271920

W.R.T the discussion on https://answers.launchpad.net/sikuli/+question/204153,
I tried to read input from a file. Getting "ConfigParser.NoSectionError" . 
Please help

#my code
import ConfigParser
config = ConfigParser.ConfigParser()
config.read('config.ini')
my_username = config.get('user1','username')
my_address = config.get('user1','address')

#inside config.ini
[user1]
username = ABC
address = 123

[user2]
username = XYZ
address = 345

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #271406]: How to click on the intersecting x and y graph coordinates?

2015-09-28 Thread saryu
Question #271406 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271406

Status: Answered => Open

saryu is still having a problem:
Can you be more clear please?
I am not getting the right solution

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #271406]: How to click on the intersecting x and y graph coordinates?

2015-09-15 Thread saryu
New question #271406 on Sikuli:
https://answers.launchpad.net/sikuli/+question/271406

How to click on the intersecting x and y graph coordinates?

I tried to click on graph grid using

ROI = find(Pattern("x_coordinate_parameter.png").targetOffset(270,-2)) 
#region of interest is to the right of  x_coordinate_parameter.png
click(getLastMatch())
click(ROI)

This worked as long as my screen resolution was same. This didn't work when i 
changed my screen resolution.

So, How can i click on the intersecting point of x_coordinate_parameter & 
y_coordinate_parameter in my graph. Please advise.


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #271257]: I am not finding the right solution for my code

2015-09-14 Thread saryu
Question #271257 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271257

saryu confirmed that the question is solved:
Thanks Eugene Maslov, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #271279]: Click function after Target offset to the right of the image is not working

2015-09-11 Thread saryu
New question #271279 on Sikuli:
https://answers.launchpad.net/sikuli/+question/271279

Click function after Target offset to the right of the image(about 200 pixels 
right) is not working
Using Sikuli IDE 1.0.1 Version.


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #271257]: I am not finding the right solution for my code

2015-09-10 Thread saryu
Question #271257 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271257

Status: Answered => Open

saryu is still having a problem:
No.. On Execution I am able to see only one page down printed even if
the Createbugrep.png (in your example) is present in the end of the
page. (4 page downs/iterations expected in the while loop). Please check
again.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #271172]: Sikuli IDE window gets closed while trying to capture an image. Please help

2015-09-08 Thread saryu
Question #271172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271172

Status: Answered => Solved

saryu confirmed that the question is solved:
Thank you!
Able to capture images and execute.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #271172]: Sikuli IDE window gets closed while trying to capture an image. Please help

2015-09-08 Thread saryu
Question #271172 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271172

saryu confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #271172]: Sikuli IDE window gets closed while trying to capture an image. Please help

2015-09-07 Thread saryu
New question #271172 on Sikuli:
https://answers.launchpad.net/sikuli/+question/271172

Sikuli IDE window gets closed while trying to capture an image. Please help.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp