参考 : https://github.com/jatalahd/WhiteRobotLibrary

通过此源代码编译WhiteRobotLibrary.dll,然后把高亮标记的这5个dll全部拷贝到nrobotremote1.2.6的目录下

启动的命令是:NRobotRemoteConsole.exe -p 8271 -k WhiteRobotLibrary.dll:WhiteRobotLibrary.WhiteKeywords

为了启动方便,写了一个批处理脚本:

set currentPath=%~dp0
%currentPath:~0,2%
pushd %currentPath% set dllPath=%currentPath%\lib\net45 cd /d %dllPath% NRobotRemoteConsole.exe -p 8271 -k WhiteRobotLibrary.dll:WhiteRobotLibrary.WhiteKeywords

启动之后可以通过这个URL查看所有的关键字:

http://127.0.0.1:8271/WhiteRobotLibrary/WhiteKeywords

在Robot Framework里面怎么引用White的Library呢?

Name:Remote

Args:http://127.0.0.1:8271/WhiteRobotLibrary/WhiteKeywords

Alias:White

最新文章

  1. Write thread-safe servlets [reproduced]
  2. mysql主从之slave-skip-errors和sql_slave_skip_counter
  3. ios 抓取真机的网络包
  4. csharp: 百度语音合成
  5. Ada语言基础
  6. dataguard集群搭建
  7. Spring RestTemplate介绍
  8. c#简体繁体转换
  9. Java RMI 框架_远程方法调用(2016-08-16)
  10. (转)css内边距与外边距的区别,精辟啊
  11. LuoGu P1168 中位数
  12. Java开发体系
  13. 解决chrome浏览器在win8下没有注册类的问题
  14. UDP学习总结
  15. Matplotlib常用绘图示例
  16. 分布式监控系统Zabbix-添加windows监控主机
  17. java多线程例子(生成者和消费者)
  18. poj3190 Stall Reservations (贪心+优先队列)
  19. (UDP)socket编程
  20. 20145103《JAVA程序设计》第十周学习总结

热门文章

  1. Python Try Except
  2. Animator状态快速切换问题
  3. Light Explorer
  4. mac通过命令行获取证书和配置文件过期时间
  5. 第十章 优先级队列 (xa3)左式堆:插入与删除
  6. 贪吃蛇Food Java实现(二)
  7. 干净的ssm框架项目
  8. VS2008水晶报表变两页(重装系统后)
  9. 路径打印(set以及字符串的相关操作)
  10. java中钩子方法的概念