- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/yahoo/preceptor-webdriver
软件介绍
Preceptor Webdriver 的代码通过 Preceptor 客户端装饰器插件注入到测试客户端中,并且在中央配置文件中配置后,可简化测试安装并且拆除 Selenium 测试。
示例代码:
{ // Preceptor task configuration
"type": "mocha", // ...
"decorator": [
{
"type": "webDriver", // Id of this module when registered in Preceptor
"configuration": {
"isolation": true, // Runs in isolation mode
"client": { // Client configuration
"type": "taxi",
"configuration": {
"mode": "sync"
},
"capabilities": {
"browserName": "firefox"
}
},
"server": { // Server configuration
"type": "selenium"
}
}
}
], // ...}Head First HTML and CSS
Elisabeth Robson、Eric Freeman / O'Reilly Media / 2012-9-8 / USD 39.99
Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create th......一起来看看 《Head First HTML and CSS》 这本书的介绍吧!
