2

是否有免费/非免费Client AccessJava 基础包装器可以模拟最终用户输入Client Access Session

  • 使用用户名和密码的弹出对话框/窗口登录

  • 移动到列和行from the input file

  • 在会话中输入字符from the input file

  • 复制警告(列&行&长度)to the output file

  • 测试 (column & row & lenght) 是否包含一些文本from the input file

  • 等待所需时间from the input file

  • 报告to the output file

  • 注销from the input file

  • 注销后重置并重新启动会话from the input file

类似的功能,例如使用AutoIt,

4

1 回答 1

1

如果您不介意做一些 java hacking ...您可以查看TN5250J项目以获取有关如何与 5250 数据流交互的信息。

这不会为您提供直接控制会话的例程......但您可以根据自己的目的调整一些代码。

于 2011-11-22T16:56:11.477 回答