Skip to content

pedrommvv/x3270-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RF Library for x3270
Robot Framework Library for x3270 emulator automation

Installation and Dependencies:
RobotFramework and py3270 module

Example:
Open 3270 | ${hostname}
Input Text on Field | 5 | 10 | ${Text_content_here}
Press Enter
Sleep | 2s
${field_content}= | Get_String | 5 | 20 | 16
Log | ${field_content}

Documentation
Please check Automation3270.htm for keyword documentation. Many more keywords are waiting to be created.

Contributors
Credits to Randy Syring for the py3270 module, that made this library possible.
https://groups.google.com/forum/#!forum/blazelibs
https://pypi.python.org/pypi/py3270/0.3.3

About

RF Library for x3270

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published