Re: [Sikuli-driver] [Question #244404]: How to write parameterized function in sikuli and use it piblically

2014-02-22 Thread RaiMan
Question #244404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244404 RaiMan proposed the following answer: def function(p1, p2, p3): if p1 == p2: return p3 else: return p2 x = function(1,2,3) -- You received this question notification because you are

Re: [Sikuli-driver] [Question #244404]: How to write parameterized function in sikuli and use it piblically

2014-02-22 Thread Harry
Question #244404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244404 Harry posted a new comment: can you show me sample test code. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #244404]: How to write parameterized function in sikuli and use it piblically

2014-02-22 Thread RaiMan
Question #244404 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244404 Status: Open => Answered RaiMan proposed the following answer: it is all Python. Many tutorials in the net. -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #244404]: How to write parameterized function in sikuli and use it piblically

2014-02-22 Thread Harry
New question #244404 on Sikuli: https://answers.launchpad.net/sikuli/+question/244404 Hi Raiman Please tell me how to write parametrized function and use it publically And how to use that function in login script As i have to check login functionality and currently i am using static data -- You