robot API笔记4
robot.htmldata包
包编写HTML格式的输出文件。
这个包被认为是稳定的但不是公共API的一部分。
robot.htmldata.htmlfilewriter module
- class
robot.htmldata.htmlfilewriter.
HtmlFileWriter
(output, model_writer) -
语法:
object
write
(template)
- class
robot.htmldata.htmlfilewriter.
ModelWriter
-
语法:
robot.htmldata.htmlfilewriter._Writer
handles
(line)
write
(line)
- class
robot.htmldata.htmlfilewriter.
LineWriter
(output) -
语法:
robot.htmldata.htmlfilewriter._Writer
handles
(line)
write
(line)
- class
robot.htmldata.htmlfilewriter.
GeneratorWriter
(html_writer) -
语法:
robot.htmldata.htmlfilewriter._Writer
write
(line)
handles
(line)
- class
robot.htmldata.htmlfilewriter.
JsFileWriter
(html_writer, base_dir) -
语法:
robot.htmldata.htmlfilewriter._InliningWriter
write
(line)
handles
(line)
- class
robot.htmldata.htmlfilewriter.
CssFileWriter
(html_writer, base_dir) -
语法:
robot.htmldata.htmlfilewriter._InliningWriter
write
(line)
handles
(line)
robot.htmldata.jartemplate module
- class
robot.htmldata.jartemplate.
HtmlTemplate
(filename) -
语法:
object
robot.htmldata.jsonwriter module
- class
robot.htmldata.jsonwriter.
JsonWriter
(output, separator='') -
语法:
object
write_json
(prefix, data, postfix=';\n', mapping=None, separator=True)
write
(string, postfix=';\n', separator=True)
- class
robot.htmldata.jsonwriter.
JsonDumper
(output) -
语法:
object
dump
(data, mapping=None)
write
(data)
- class
robot.htmldata.jsonwriter.
StringDumper
(jsondumper) -
语法:
robot.htmldata.jsonwriter._Dumper
dump
(data, mapping)
handles
(data, mapping)
- class
robot.htmldata.jsonwriter.
IntegerDumper
(jsondumper) -
语法:
robot.htmldata.jsonwriter._Dumper
dump
(data, mapping)
handles
(data, mapping)
- class
robot.htmldata.jsonwriter.
DictDumper
(jsondumper) -
语法:
robot.htmldata.jsonwriter._Dumper
dump
(data, mapping)
handles
(data, mapping)
- class
robot.htmldata.jsonwriter.
TupleListDumper
(jsondumper) -
语法:
robot.htmldata.jsonwriter._Dumper
dump
(data, mapping)
handles
(data, mapping)
- class
robot.htmldata.jsonwriter.
MappingDumper
(jsondumper) -
语法:
robot.htmldata.jsonwriter._Dumper
handles
(data, mapping)
dump
(data, mapping)
- class
robot.htmldata.jsonwriter.
NoneDumper
(jsondumper) -
语法:
robot.htmldata.jsonwriter._Dumper
handles
(data, mapping)
dump
(data, mapping)
robot.htmldata.normaltemplate module
- class
robot.htmldata.normaltemplate.
HtmlTemplate
(filename) -
语法:
object
robot.htmldata.template module
robot API笔记4的更多相关文章
- 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笔记3
robot.htmldata package 包编写HTML格式的输出文件. 这个包被认为是稳定的但不是公共API的一部分. Submodules robot.htmldata.htmlfilewri ...
- 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 ...
随机推荐
- 一个关于echo的小知识点
一个关于echo的小知识点 echo一个布尔值时,如果是true,输出1,而如果是false,将什么都不输出! 网上搜的一个解释: 对于数字类型来说,false 确实 是 0, 而对strin ...
- include_path详细解析
include_path详细解析 原文地址:http://www.laruence.com/2010/05/04/1450.html 1.php默认的包含路径为 .;C:\php\pear 即 ...
- Creating, Stopping, Re-Starting and Deleting a Timer in Oracle Forms
I have written many posts previously on Timers in Oracle Forms like how to change images randomly wi ...
- 图片轮播的JS写法,通用涉及多个轮播
本代码是借鉴大神的代码分析理解后,自己改写的!有不足指出希望给为大神指点. 核心只有一个JS,里面包含了css样式. 展示效果图:
- SQL函数学习(十九):CAST()函数和CONVERT()函数
19.CAST()函数和CONVERT()函数 CAST()函数可以将某种数据类型的表达式转化为另一种数据类型 CONVERT()函数 也 可以将指定的数据类型转换为另一种数据类型 19.1 CAST ...
- firefox渗透师必备的利器
工欲善必先利其器,firefox一直是各位渗透师必备的利器,小编这里推荐34款firefox渗透测试辅助插件,其中包含渗透测试.信息收集.代理.加密解密等功能. 1:Firebug Firefox的 ...
- CUBRID学习笔记 34 net参数化查询 cubrid教程示例
using CUBRID.Data.CUBRIDClient; namespace ParameterExample { class Program { static void Main(string ...
- 复制选中的listbox内容
private void lt_log_MouseClick(object sender, MouseEventArgs e) { Clipboard.SetDataObject(lt_log.Sel ...
- T-SQL排名函数
提到排名函数我们首先可能想到的是order by,这个是排序,不是排名,排名需要在前面加个名次序号的,order by是没有这个功能的.还可能会想到identity(1,1),它也给了一个序号,但是不 ...
- mysql批量替换数据库某字段部分内容
update 表名 set 字段名=replace(字段名,’要替换的内容’,’替换后的内容’) eg:修改scenario表中的picture字段中的ip地址. UPDATE scenario SE ...