MarketSquare / Robot-Framework-Mainframe-3270-Library

Test library for Robot Framework to allow interaction with IBM Mainframe 3270.
MIT License
38 stars 18 forks source link

Issue with Write Commands #119

Closed vishalchaturvedi50 closed 7 months ago

vishalchaturvedi50 commented 9 months ago

Hi Team

For my mainframe script I am facing an issue where for a particular field I am not able to enter alphanumeric value (ex: ABCDE2) through Write Bare, Write at position etc commands however for the same field I am able to enter the alphanumeric values manually.

Further, if I try to put just numeric values ( Ex: 12345) I am able to enter that through automation seamlessly.

Also, I am able to edit other fields with alphanumeric values seamlessly on the same screen through script without any issues. Can you please help me with what can be the issue in this scenario.

samuelpcabral commented 9 months ago

Hi @vishalchaturvedi50 I never see this before, but the library just send the command to the application (x3270, wc3270) so... if you can send the alphanumeric through the application it sould work in robot framework.

do you have more information? what is the application that you are using? (x3270, wc3270, s3270) what is your OS? (linux, windows)

samuelpcabral commented 7 months ago

Hello @vishalchaturvedi50 still with the error? can you shre more info? Otherwise I will close this issue.... Thank You