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

How to send command for function and other keys in wc3270 #129

Closed nirajk1083 closed 4 months ago

nirajk1083 commented 8 months ago

For Function we know Send PF{N} but for below how to do

Function + PGUP Function + PGDn Down UP Left Right Shift + PgUP Alt CTRL ALT + R

where we can get documentation for this

samuelpcabral commented 8 months ago

Hi @nirajk1083 You can use the keyword "Execute Command" in the keyword documentation... there exist a link to the x3270 actions wiki page, the "execute command" accept all of the actions.

for example to send UP you need to send this one: https://x3270.miraheze.org/wiki/Up()_action