blackakula/wdebug
Composer 安装命令:
composer require blackakula/wdebug
包简介
PHP Webdriver Debugger
关键字:
README 文档
README
Description
WDebug was developed to simplify writing, supporting and debugging locators (xpath, css selector, etc) for webdriver.
With this tool you can add, edit and remove locators during your automation script execution. Integrate tool with your framework - and you'll be able to save changed locators.
Tool uses facebook/webdriver bindings for PHP.
See WDebug tool integrated with custom framework in action on youtube: http://www.youtube.com/watch?v=0-PTAFEce60.
Installation
-
git clone https://github.com/blackakula/wdebug.git
-
If you are using Packagist, add the dependency. https://packagist.org/packages/blackakula/wdebug
{ "require": { "blackakula/wdebug": "1.*" } } -
Start using facebook/webdriver
-
See example.php for usage sample.
Features
See the video for functional abilities.
Tool consists of one class with 3 public methods
- setStyle(), deleteStyle() are used to prepare custom styles for highlighting page elements.
- execute() starts debugging tool: show popup and wait for user actions until popup is closed. Here you can pass callback on all user actions (add/delete locator/placeholder) to integrate tool with your custom framework. Interface of callback: function($type, array $data). See sample in example.php script.
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL
- 更新时间: 2013-10-10