PHPackages                             blackakula/wdebug - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. blackakula/wdebug

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

blackakula/wdebug
=================

PHP Webdriver Debugger

1.0.0(10y ago)238OSL 3.0PHPPHP &gt;=5.4.0

Since Oct 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/blackakula/wdebug)[ Packagist](https://packagist.org/packages/blackakula/wdebug)[ RSS](/packages/blackakula-wdebug/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

WDebug. Debugger for Webdriver
==============================

[](#wdebug-debugger-for-webdriver)

Description
-----------

[](#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](https://github.com/facebook/php-webdriver) bindings for PHP.

See WDebug tool integrated with custom framework in action on youtube: .

Installation
------------

[](#installation)

1. git clone
2. If you are using Packagist, add the dependency.

    ```
    {
      "require": {
        "blackakula/wdebug": "1.*"
      }
    }

    ```
3. Start using [facebook/webdriver](https://github.com/facebook/php-webdriver)
4. See example.php for usage sample.

Features
--------

[](#features)

See [the video](http://www.youtube.com/watch?v=0-PTAFEce60) 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.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~324 days

Total

3

Last Release

3953d ago

Major Versions

0.1.1 → 1.0.02015-07-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/026a40c11de38c2814b1ab3c53b8016c64dd65a66297680f7fbd215c551cef74?d=identicon)[blackakula](/maintainers/blackakula)

---

Top Contributors

[![blackakula](https://avatars.githubusercontent.com/u/156983?v=4)](https://github.com/blackakula "blackakula (7 commits)")

---

Tags

automationselenium

### Embed Badge

![Health badge](/badges/blackakula-wdebug/health.svg)

```
[![Health](https://phpackages.com/badges/blackakula-wdebug/health.svg)](https://phpackages.com/packages/blackakula-wdebug)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[nearsoft/php-selenium-client

This library allows creating Selenium Server V2 tests in PHP. It communicates with the WebDriver API through the official JsonWireProtocol.

10854.9k](/packages/nearsoft-php-selenium-client)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[steevanb/php-backtrace

Nice debug\_backtrace() dump, with call and code preview

22142.6k5](/packages/steevanb-php-backtrace)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
