PHP Package: codeception/module-webdriver

Automated testing module for PHP web applications with WebDriver integration for Codeception framework.

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

Package Description

The Codeception WebDriver module provides seamless integration for automated testing of PHP web applications. It allows developers to easily create and run tests using WebDriver, ensuring robust and reliable testing procedures. With this module, you can efficiently simulate user interactions and verify the functionality of your web applications across different browsers and environments. Enhance your testing workflow with Codeception's powerful 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/autoload.php';

use Codeception\Module\WebDriver;
use Facebook\WebDriver\WebDriver;
use Facebook\WebDriver\WebDriverBy;


$obj = new Codeception\Module\WebDriver();
echo "✅ Example created successfully.";

?>

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