You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a Galasa method/class that will extract data of the 3270 screen and save it in a variable?
dev.galasa.zos3270.ITerminal.retrieveScreen() returns a basic string representation of the screen I believe.
And you can get the ITerminal instance injected into your test from the 3270manager.
Is that what you were asking about ? Does that help ?
Or perhaps some of the other ITerminal methods are what you want...
eg: retrieveFieldAtCursor, retrieveFieldTextAfterFieldWithString, retrieveText, retrieveTextAtCursor ?
The text was updated successfully, but these errors were encountered:
Is there a Galasa method/class that will extract data of the 3270 screen and save it in a variable?
dev.galasa.zos3270.ITerminal.retrieveScreen() returns a basic string representation of the screen I believe.
And you can get the ITerminal instance injected into your test from the 3270manager.
Is that what you were asking about ? Does that help ?
Or perhaps some of the other ITerminal methods are what you want...
eg: retrieveFieldAtCursor, retrieveFieldTextAfterFieldWithString, retrieveText, retrieveTextAtCursor ?
The text was updated successfully, but these errors were encountered: