Releases: otemek/robotframework-mainframe3270-extended
Releases · otemek/robotframework-mainframe3270-extended
1.2.2
Issues
#20 fixed cast None to int for argument default value
1.2.1
Features:
- keyword "Read Value For Given String" got a new parameter "from_col" which if is in between 1-80 will read value from mainframe screen, starting from given column and return n characters, e.g
*** Keywords ***
Do something
...
@{ret_val} Read Value For Given String some super-duper string 4 49 # If "some super-duper string" is found on mainframe screen, then it will return 4-characters, starting from 49th column and n-th row, where string was found.
1.2.0
Features:
- added keyword "Get Current Cursor Position" so position can be tracked for any comparisons specified by test cases
1.1.1
Fix:
- keyword "Read Value For Given String" return empty list if given string not found on mainframe screen
1.1.0
Features
- add keyword "Read Value For Given String" which returns specified n-characters after found string
v1.0.2
Features
- "Take Screenshot" keyword can produce jpg files.
1.0.1
Enhancement:
- change screenshot mainframe prefix to human readable datetime format (YYYYmmDDHHMMSS)
1.0.0
First version of modified robotframework-mainframe3270-extended