Preceptor Webdriver

码农软件 · 软件分类 · 网站API · 2019-03-09 12:11:52

软件介绍

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"
                }
            }
        }
    ],    // ...}

本文地址:https://www.codercto.com/soft/d/962.html

PHP and MySQL Web Development (3rd Edition) (Developer's Library

PHP and MySQL Web Development (3rd Edition) (Developer's Library

Luke Welling、Laura Thomson / Sams / 2004-09-29 / USD 49.99

We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object mod......一起来看看 《PHP and MySQL Web Development (3rd Edition) (Developer's Library》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具