pmattes / x3270

Family of IBM 3270 emulators
46 stars 18 forks source link

Disable Validations #74

Open vishalchaturvedi50 opened 7 months ago

vishalchaturvedi50 commented 7 months ago

Hi

So I am running into a weird issue where I am not able to verify a test scenario.

On my mainframe screen on a particular number field I am trying to enter alphabet and then hit enter to verify validations.

When I perform this step manually, I am able to do so without any problem. However, when I try this through RPA automation Robot-Framework-Mainframe-3270-Library I am not able to enter any fields.

Is there any setting or command which can help me in this scenario.

pmattes commented 7 months ago

If you can configure the Robot framework to start s3270 with tracing turned on, I might be able to assist. It will leave a trace file in /tmp, and I would be able to see the screen layout and what actions are being run.