PHPackages                             istranger/phpunit-selenium-doc - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. istranger/phpunit-selenium-doc

ActiveLibrary[Testing &amp; Quality](/categories/testing)

istranger/phpunit-selenium-doc
==============================

This class provides extended documentation (phpDoc) for phpunit-selenium methods

v1.0.2(10y ago)121MITHTMLPHP &gt;=5.4.0

Since May 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/IStranger/phpunit-selenium-doc)[ Packagist](https://packagist.org/packages/istranger/phpunit-selenium-doc)[ RSS](/packages/istranger-phpunit-selenium-doc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

phpunit-selenium-doc
====================

[](#phpunit-selenium-doc)

This class provides extended documentation (phpDoc) for phpunit-selenium methods. Class can be used for easy development of tests in IDE (like phpStorm, NetBeans etc.).

SeleniumTestCaseDoc overrides documentation of PHPUnit\_Extensions\_SeleniumTestCase methods (according official description of selenium commands). The implementation of there overridden methods is unchanged.

Installation
============

[](#installation)

Class SeleniumTestCaseDoc is [trait](http://php.net/manual/en/language.oop5.traits.php), which can be mixed to any class (extended from PHPUnit\_Extensions\_SeleniumTestCase).

- **Manual installation:** extract files under vendor directory and add this class to your autoloader (or include manually).
- **Installation via composer:** add to your composer.json file ("require" section) the following line `"istranger/yii-resource-smart-load": "dev-master"`(see [packagist page](https://packagist.org/packages/istranger/phpunit-selenium-doc))
- Add to your web test class SeleniumTestCaseDoc as trait:

```
class WebTestCase extends CWebTestCase // CWebTestCase extends PHPUnit_Extensions_SeleniumTestCase
{
    use SeleniumTestCaseDoc; // use extended documentation for selenium methods
    ...
```

Resources
=========

[](#resources)

- Original phpunit class with minimal documentation: [SeleniumTestCase.php](https://github.com/giorgiosironi/phpunit-selenium/blob/master/PHPUnit/Extensions/SeleniumTestCase.php#L46)
- HTML documentation(generated from this class): [SeleniumTestCaseDoc.html](http://istranger.github.io/phpunit-selenium-doc/a00001.html)
- Description of [selenium core commands](http://release.seleniumhq.org/selenium-core/1.0.1/reference.html)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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 ~4 days

Total

3

Last Release

4000d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dcd37b520cfbc3ee7c48cebf5734a273b333db60466708b4e589e6597409b712?d=identicon)[IStranger](/maintainers/IStranger)

---

Tags

phpunitphpdocdocseleniumphpunit-selenium

### Embed Badge

![Health badge](/badges/istranger-phpunit-selenium-doc/health.svg)

```
[![Health](https://phpackages.com/badges/istranger-phpunit-selenium-doc/health.svg)](https://phpackages.com/packages/istranger-phpunit-selenium-doc)
```

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.8k](/packages/phpunit-phpunit)[php-webdriver/webdriver

A PHP client for Selenium WebDriver. Previously facebook/webdriver.

5.2k90.0M127](/packages/php-webdriver-webdriver)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[phpunit/phpunit-selenium

Selenium Server integration for PHPUnit

59610.9M150](/packages/phpunit-phpunit-selenium)[johnkary/phpunit-speedtrap

Find and report on slow tests in your PHPUnit test suite

78337.2M122](/packages/johnkary-phpunit-speedtrap)[instaclick/php-webdriver

PHP WebDriver for Selenium 2

43661.8M22](/packages/instaclick-php-webdriver)

PHPackages © 2026

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