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

The Algorithm Design Manual

The Algorithm Design Manual

Steven S Skiena / Springer / 2011-11-14 / GBP 55.07

....The most comprehensive guide to designing practical and efficient algorithms.... Written by a well-known algorithms researcher who received the IEEE Computer Science and Engineering Teaching Aw......一起来看看 《The Algorithm Design Manual》 这本书的介绍吧!

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

RGB HEX 互转工具

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试