PHP Package: codeception/module-webdriver

Codeception's WebDriver module for automated browser testing with PHP. Easy setup and integration for cross-browser compatibility.

Current Version: 4.0.3
Last Updated: 2025-02-14
PHP Requirement: ^8.1
Dependencies:
codeception/codeception
facebook/webdriver
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Codeception's WebDriver module provides a powerful tool for automated browser testing. It simplifies the process of testing web applications by offering cross-browser compatibility and easy setup. With this module, you can create robust and reliable tests that simulate user interactions on various browsers. Improve your testing workflow with Codeception's WebDriver module today.

🔗 View on GitHub

Download Latest Version: 4.0.3

Download Download v4.0.3

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/codeception/module-webdriver/4.0.3/loader.php';
require_once 'libs/codeception/codeception/5.3.2/loader.php';
require_once 'libs/facebook/webdriver/{lib_version}/loader.php';

use Codeception\Module\WebDriver;
use Codeception\Module\WebDriverHelper;

$obj = new WebDriver();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.