Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add retrieve methods for 3270 #614

Open
CaroMac opened this issue Mar 29, 2023 · 1 comment
Open

add retrieve methods for 3270 #614

CaroMac opened this issue Mar 29, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@CaroMac
Copy link
Contributor

CaroMac commented Mar 29, 2023

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 ?

@CaroMac CaroMac added the documentation Improvements or additions to documentation label Mar 29, 2023
@CaroMac CaroMac self-assigned this Mar 29, 2023
@CaroMac
Copy link
Contributor Author

CaroMac commented Mar 29, 2023

Raised to investigate adding further info / code snippets around this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: No status
Development

No branches or pull requests

1 participant