robot API笔记3
robot.htmldata package
包编写HTML格式的输出文件。
这个包被认为是稳定的但不是公共API的一部分。
Submodules
robot.htmldata.htmlfilewriter模块
- class
robot.htmldata.htmlfilewriter.HtmlFileWriter(output, model_writer) -
Bases:
objectwrite(template)
- class
robot.htmldata.htmlfilewriter.ModelWriter -
Bases:
robot.htmldata.htmlfilewriter._Writerhandles(line)
write(line)
- class
robot.htmldata.htmlfilewriter.LineWriter(output) -
Bases:
robot.htmldata.htmlfilewriter._Writerhandles(line)
write(line)
- class
robot.htmldata.htmlfilewriter.GeneratorWriter(html_writer) -
Bases:
robot.htmldata.htmlfilewriter._Writerwrite(line)
handles(line)
- class
robot.htmldata.htmlfilewriter.JsFileWriter(html_writer, base_dir) -
Bases:
robot.htmldata.htmlfilewriter._InliningWriterwrite(line)
handles(line)
- class
robot.htmldata.htmlfilewriter.CssFileWriter(html_writer, base_dir) -
Bases:
robot.htmldata.htmlfilewriter._InliningWriterwrite(line)
handles(line)
robot.htmldata.jartemplate 模块
- class
robot.htmldata.jartemplate.HtmlTemplate(filename) -
Bases:
object
robot.htmldata.jsonwriter 模块
- class
robot.htmldata.jsonwriter.JsonWriter(output, separator='') -
Bases:
objectwrite_json(prefix, data, postfix=';\n', mapping=None, separator=True)
write(string, postfix=';\n', separator=True)
- class
robot.htmldata.jsonwriter.JsonDumper(output) -
Bases:
objectdump(data, mapping=None)
write(data)[source]
- class
robot.htmldata.jsonwriter.StringDumper(jsondumper) -
Bases:
robot.htmldata.jsonwriter._Dumperdump(data, mapping)
handles(data, mapping)
- class
robot.htmldata.jsonwriter.IntegerDumper(jsondumper) -
Bases:
robot.htmldata.jsonwriter._Dumperdump(data, mapping)
handles(data, mapping)
- class
robot.htmldata.jsonwriter.DictDumper(jsondumper) -
Bases:
robot.htmldata.jsonwriter._Dumperdump(data, mapping)[source]
handles(data, mapping)
- class
robot.htmldata.jsonwriter.TupleListDumper(jsondumper) -
Bases:
robot.htmldata.jsonwriter._Dumperdump(data, mapping)
handles(data, mapping)
- class
robot.htmldata.jsonwriter.MappingDumper(jsondumper) -
Bases:
robot.htmldata.jsonwriter._Dumperhandles(data, mapping)
dump(data, mapping)
- class
robot.htmldata.jsonwriter.NoneDumper(jsondumper)[source] -
Bases:
robot.htmldata.jsonwriter._Dumperhandles(data, mapping)
dump(data, mapping)
robot.htmldata.normaltemplate 模块
- class
robot.htmldata.normaltemplate.HtmlTemplate(filename) -
Bases:
object
robot.htmldata.template 模块
robot API笔记3的更多相关文章
- robot API笔记1
robot.api 包公开的公共api机器人框架 除非另有声明,公开的api在这个包中被认为是稳定的, 从而构建外部工具时,安全使用的机器人框架. 目前暴露api: logger 模块测试库的日志的目 ...
- robot API笔记6
robot.libraries 计划举办机器人框架标准测试库. 图书馆是主要用于外部的测试数据,但是他们可以 也使用自定义测试库是否有必要. 特别是 的内装式 图书馆通常是有用的 当需要与框架. 因为 ...
- robot API笔记5
实现了 Libdoc 工具. 命令行Libdoc入口点和编程接口 提供的是单独的吗 robot.libdoc 模块. 这个包被认为是稳定的但不是公共API的一部分. robot.libdocpkg.L ...
- robot API笔记4
robot.htmldata包 包编写HTML格式的输出文件. 这个包被认为是稳定的但不是公共API的一部分. robot.htmldata.htmlfilewriter module classro ...
- robot API笔记2
robot.conf 设计方案 实现设置测试执行和输出处理. 这个方案实现了 RobotSettings 和 RebotSettings 内部使用的类 该框架. 不应该有这些类需要使用外部.这个包可以 ...
- Python Socket API 笔记
将上节中的C#该成Python版的容易程度大大超出了我的意料之外.从来没有发现,仅仅用灰尘简单的几句话就实现了该程序的主要功能,可见python的简易和强大之处.这里先对SocketAPI 做一下总结 ...
- JS全部API笔记
我相信对于程序猿都有做笔记的习惯. 我初学到现在也做了不少笔记,以前,总是怕写的文章或者好的内容分享出来就怕被直接copy以后更个名就不再是你的. 但通过博客园,学习到不少东西,人家都不怕什么了,我自 ...
- robot framework笔记(一):环境配置(基于python3)+在pycharm中编写及运行robot脚本
(一)使用pip安装robotframework框架和seleniumlibrary库 pip install --upgrade robotframework pip install --upgra ...
- UICollectionView基础API笔记
UICollectionView系列API,属性含义笔记.在UICollectionView笔记1中我们了解了UICollectionView是什么,以及可以做什么:在UICollectionView ...
随机推荐
- 我的android学习经历18
今天主要学了几个android控件和使用两个适配器 ListView DatePicker和TimePicker GridView 适配器:SimpleAdapter和ArrayAdapter 都是常 ...
- bzoj 3234: [Ahoi2013]立方体
题目链接:http://www.lydsy.com:808/JudgeOnline/problem.php?id=3234 题意:求长方体交的表面积. 思路:flood-fill const int ...
- 【转】JSP总结
day1 JSP 定义: 1)Java Server Page, Java EE 组件,本质上是 Servlet. 2)运行在 Web Container.接收 Http Reques ...
- 曲线救国,解决Mac系统下,Android sdk下载失败的问题
Mac下翻_墙的问题 话说GFW屏蔽谷歌已经有一阵子了,最近打算在Mac系统下折腾个Android应用,备好了IDE,只欠SDK,无奈下载时因为GFW的缘故,总是失败,我心痛哉! 由于本人偏爱Mac系 ...
- 【转载】OLE DB, ADO, ODBC关系与区别
原文:OLE DB, ADO, ODBC关系与区别 OLE DB, ADO, ODBC 一. ODBC(Open Database Connectivity,开放数据库互连)是微软公司开放服务结构(W ...
- jquery之event与originalEvent的关系、event事件对象用法浅析
在jquery中,最终传入事件处理程序的 event 其实已经被 jQuery 做过标准化处理, 其原有的事件对象则被保存于 event 对象的 originalEvent 属性之中, 每个 even ...
- web后门top
看到了一个博客 觉得关键点很有用 1)出现频率最高的DDoS后门文件名 abc.php, xl.php, Xml.php, dedetag.class.php, counti.php, plase. ...
- Spark运行在eclipse_使用PyDev和pyspark
一直想在eclipse上编写Spark程序,但是仿佛是因为spark的安装包提供了PS D:\software\spark-1.6.1-bin-hadoop2.6> .\bin\spark-su ...
- STORM_0001_用vmware拷贝出三个相同的ubuntu搭建小的zookeeper集群
第一次配置zookeeper的集群 因为想运行storm必须搭建集群在自己的电脑上拷贝了自己的ubuntu虚拟机采用的是vmware给虚拟机分配的地址三个机器的配置基本上一样除了myid这个文件看了这 ...
- idea编辑器HttpServlet httpServlet = ServletActionContext.getServletContext().getRealPath();方法无法使用
HttpServlet httpServlet = ServletActionContext.getServletContext().getRealPath(); 前几天在使用idea的时候发现这个方 ...