背景
继续学习RobotFramework,这次看的是Dialogs
库。
Dialogs
库主要提供用户一个交互界面,在脚本的执行过程中暂停脚本,用户通过输入一些特殊的值来实现测试脚本的个性化。
A test library providing dialogs for interacting with users.
Dialogs is Robot Framework's standard library that provides means for pausing the test execution and getting input from users. The dialogs are slightly different depending on whether tests are run on Python, IronPython or Jython but they provide the same functionality.
Long lines in the provided messages are wrapped automatically since Robot Framework 2.8. If you want to wrap lines manually, you can add newlines using the \n character sequence.
Execute Manual Step
示例代码
更多内容请访问:RobotFramework之Dialogs_点点寒彬的博客-CSDN博客_robotframework弹框