Skip to content

Releases: otemek/robotframework-mainframe3270-extended

1.2.2

10 Dec 09:46
Compare
Choose a tag to compare

Issues
#20 fixed cast None to int for argument default value

1.2.1

16 Nov 21:05
Compare
Choose a tag to compare

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

30 Oct 21:36
d4a584a
Compare
Choose a tag to compare

Features:

  • added keyword "Get Current Cursor Position" so position can be tracked for any comparisons specified by test cases

1.1.1

30 Oct 07:37
Compare
Choose a tag to compare

Fix:

  • keyword "Read Value For Given String" return empty list if given string not found on mainframe screen

1.1.0

30 Oct 07:24
Compare
Choose a tag to compare

Features

  • add keyword "Read Value For Given String" which returns specified n-characters after found string

v1.0.2

22 Oct 12:33
21628fe
Compare
Choose a tag to compare

Features

  • "Take Screenshot" keyword can produce jpg files.

1.0.1

21 Oct 08:13
ec870c8
Compare
Choose a tag to compare

Enhancement:

  • change screenshot mainframe prefix to human readable datetime format (YYYYmmDDHHMMSS)

1.0.0

20 Oct 12:19
Compare
Choose a tag to compare

First version of modified robotframework-mainframe3270-extended