Re: [Sikuli-driver] [Question #689756]: Focusing a field of a client application

2020-04-08 Thread Pritam Biswas
Question #689756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689756 Pritam Biswas posted a new comment: Hi Raiman, Tried with the approach you've suggested. Program is able to focus on the client application screen. Got another problem, when i'm running the WS through

Re: [Sikuli-driver] [Question #689756]: Focusing a field of a client application

2020-04-07 Thread Pritam Biswas
Question #689756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689756 Description changed to: Hi, I've a client application called Oracle Capture, in that application there is a field called "Batch_Num". I want sikuli to populate the field with the value i'm passing as

Re: [Sikuli-driver] [Question #689756]: Focusing a field of a client application

2020-04-07 Thread Pritam Biswas
Question #689756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689756 Description changed to: Hi, I've a client application called Oracle Capture, in that application there is a field called "Batch_Num". I want sikuli to populate the field with the value i'm passing as

[Sikuli-driver] [Question #689756]: Focusing a field of a client application

2020-04-07 Thread Pritam Biswas
New question #689756 on Sikuli: https://answers.launchpad.net/sikuli/+question/689756 Hi, I've a client application called Oracle Capture, in that application there is a field called "Batch_Num". I want sikuli to populate the field with the value i'm passing as argument (I'm using Sikulix

Re: [Sikuli-driver] [Question #689336]: Passing argument value dynamically

2020-03-16 Thread Pritam Biswas
Question #689336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689336 Status: Answered => Solved Pritam Biswas confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #689336]: Passing argument value dynamically

2020-03-16 Thread Pritam Biswas
Question #689336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689336 Pritam Biswas posted a new comment: Thanks Manfred!! Alternatively found the below soultion is also orking for me- type("mode con: cols={0} lines={1}".format(h,w)) -- You received thi

[Sikuli-driver] [Question #689336]: Passing argument value dynamically

2020-03-16 Thread Pritam Biswas
New question #689336 on Sikuli: https://answers.launchpad.net/sikuli/+question/689336 Hi, I want to pass the height and width value of my current monitor screen to the opened terminal dynamically. How i can achieve thi? I've tried few syntax, seems it's not working. Below is my snippet-

Re: [Sikuli-driver] [Question #689267]: Capturing value automatically from a Terminal window

2020-03-12 Thread Pritam Biswas
Question #689267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689267 Pritam Biswas posted a new comment: Thanks Raiman, We're using version 2.0.3 only, just placed that file in an old folder. Will try to read the texts from command window as per suggestion. -- You received

[Sikuli-driver] [Question #689267]: Capturing value automatically from a Terminal window

2020-03-11 Thread Pritam Biswas
New question #689267 on Sikuli: https://answers.launchpad.net/sikuli/+question/689267 Hi, I want to perform below steps to fulfill my POC on simulation of an existing process- 1. Create a script that adds and multiplies two numbers Output – sum: <#>, product: <#> 2. Specify a

Re: [Sikuli-driver] [Question #689143]: Entering Data in a Mainframe screen via SikuliX

2020-03-11 Thread Pritam Biswas
Question #689143 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689143 Status: Answered => Solved Pritam Biswas confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #689083]: Openning CMD via sikulix and doing some operation

2020-03-06 Thread Pritam Biswas
Question #689083 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689083 Status: Answered => Solved Pritam Biswas confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sik

[Sikuli-driver] [Question #689143]: Entering Data in a Mainframe screen via SikuliX

2020-03-05 Thread Pritam Biswas
New question #689143 on Sikuli: https://answers.launchpad.net/sikuli/+question/689143 Hi, We've a Mainframe application screen which looks like below- First Name: Middle Name: Last Name: Address Line 1: Address

Re: [Sikuli-driver] [Question #689083]: Openning CMD via sikulix and doing some operation

2020-03-02 Thread Pritam Biswas
Question #689083 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689083 Pritam Biswas posted a new comment: Okk, what's the way if i just want to open CMD via sikulix? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #689083]: Openning CMD via sikulix and doing some operation

2020-03-02 Thread Pritam Biswas
New question #689083 on Sikuli: https://answers.launchpad.net/sikuli/+question/689083 Hi, I want to open CMD and want to perform some operation like typing some keyword and traversing through directory. What's the syntax for this? Version- SikuliXVer2.1.0-SNAPSHOT java- jdk 1.8 Regards, Pritam

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread Pritam Biswas
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 Pritam Biswas 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

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread Pritam Biswas
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 Status: Answered => Solved Pritam Biswas confirmed that the question is solved: Thanks. I found out the issue. In my VM there was a setting enabled that was letting Chrome run in the background wh

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread Pritam Biswas
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 Pritam Biswas posted a new comment: Thanks Raiman. But this snippet gives me problem if Chrome is closed. It types the URL in some file explorer then getting out of this code. If Chrome is open then it's

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-22 Thread Pritam Biswas
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 Status: Needs information => Open Pritam Biswas gave more information on the question: what SikuliX? -2.0.1 What system?- Windows 10 Enterprise Edition What Java?- JDK 1.8 -- You recei

[Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-20 Thread Pritam Biswas
New question #687391 on Sikuli: https://answers.launchpad.net/sikuli/+question/687391 Dear All, I want to check if Chrome is open or not, > if open, add a new tab and type some URL, hit enter- This Part is working > fine with the below snippet. >If Chrome is closed then first open it, and add a