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 ...
随机推荐
- Duilib创建窗口双击标题栏禁止窗口最大化
使用Duilib创建窗口并禁止窗口最大化 第一步: XXXFrame.Create(NULL, _T("XXXFrame"), UI_WNDSTYLE_EX_FRAME, WS_E ...
- 四、java中的数组
总结: 数组的特点: 1.存储的数据类型单一. 2.数组的大小不可变. 3.Arrays工具类.
- 详解CSS position属性
原文地址:http://luopq.com/2015/11/15/css-position/ position是CSS中非常重要的一个属性,通过position属性,我们可以让元素相对于其正常位置,父 ...
- 【Unity3D游戏开发】性能优化之缩减打包压缩包大小 (二八)
unity3d打包的所有文件是会被记录而且被排序的.所以这大大方便了我们分析为何打包文件如此之大,以及怎么减少打包文件. 日志目录一般在:C:\Users\Administrator\AppData\ ...
- 详解CreateProcess调用内核创建进程的过程
昨天同学接到了腾讯的电面,有一题问到了CreateProcess创建进程的具体实现过程,他答得不怎么好吧应该是, 为了以防万一,也为了深入学习一下,今天我翻阅了好多资料,整理了一下,写篇博客,也算是加 ...
- 4、Type fundamentals
1.All Types Are Derived from System.Object The CLR requires all objects to be created using the new ...
- 后台输出HTML
在前台定义CSS样式: <style type="text/css"> .style1 { width: 120px; } .style3 { width: 488px ...
- Object-C中的排序和Compare陷阱
来源:http://m.blog.csdn.net/blog/u011883764/38868097 Date : 2015-12-24 一.Compare陷阱 NSString有多个compare相 ...
- window.location.hash
我们知道JavaScript中很早就提供了window.history对象,利用history对象的forward().go().back()方法能够方便实现不同页面之间的前进.后退等这种导航功能.但 ...
- Android中序列化对象到XMl 和 XML反序列化为对象
package com.example.xmloperation; import java.io.File; import java.io.FileOutputStream; import java. ...