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://codercto.com/soft/d/962.html

Head First HTML and CSS

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》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具