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 ...
随机推荐
- HTML(Open Method)翻译自MSDN
Open Method Opens a new window and loads the document specified by a given URL. Navigates the app wi ...
- winfrom增删改查
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin ...
- Android 获取存储空间
package com.example.getMem; import java.io.File; import android.os.Build;import android.os.Bundle;im ...
- js对字符串的操作
js对字符串的操作 concat() – 将两个或多个字符的文本组合起来,返回一个新的字符串. indexOf() – 返回字符串中一个子串第一处出现的索引.如果没有匹配项,返回 -1 . charA ...
- C#中() =>是什么意思
如题C#中() =>是什么意思,比如 public ICommand AddCommand { get { if (this.addCommand == null) this.addComman ...
- css参考文档; 官方英文说明!! 1 margin padding 百分比参照物 2 margin值为auto时的说明 3 div在div里垂直居中方法 4 dispaly:flex说明
css参考文档 http://css.doyoe.com/ 两篇很好的文章:(下面的css官方英文说明链接 有时间可以研究下 http://www.w3.org/TR/css3-box/ ...
- Codeforces Round #375 (Div. 2) C. Polycarp at the Radio 贪心
C. Polycarp at the Radio time limit per test 2 seconds memory limit per test 256 megabytes input sta ...
- Yii javascript 的结合 账号禁用 激活 的设置。
2014-02-16 控制器中的代码: public function actionUpdown(){ //print_r($_POST);die(); if(Buser::model()->u ...
- [转]-Gradle使用手册(一):为什么要用Gradle?
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Using-sourceCompatibility-1. ...
- MTK Camera 开机启动流程(转载)
一.MTK平台Camera框架 MTK平台的Camera的架构见下图, 这里主要介绍kernel部分和HAL层部分. 1.Kernel 部分主要有两块: 1.1.image sensordriver, ...