Entering Data in a Mainframe screen via SikuliX

Asked by Pritam Biswas

Hi,

We've a Mainframe application screen which looks like below-
First Name: Middle Name: Last Name:

Address Line 1:

Address Line 2:

Pin Code: Invoice Date:

Invoice No:

We want to put data into this field using sikuli, is it possible to do something like this? If yes, what's the best approach?
Version- SikuliXVer2.1.0-SNAPSHOT, Java- JDK 1.8

Regards,
Pritam

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

--1. You should use the stable version 2.0.3 (2.1.0 is currently under heavy development and far from being stable)

--2. Already scanned the docs about SikuliX features?

the steps:

- focus your app window
- find the input fields
- activate (click, ...) each field one after the other
- type/paste the input
- finish the dialog

Revision history for this message
Pritam Biswas (pritam-b) said :
#2

Thanks RaiMan, that solved my question.