PHP Package: codeception/lib-innerbrowser

Codeception PHP library for inner browser testing with Selenium WebDriver and PHPBrowser modules.

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

Package Description

Lib-innerbrowser is a PHP library designed to facilitate inner browser testing using Codeception. It provides seamless integration with Selenium WebDriver and PHPBrowser modules, allowing developers to create comprehensive test suites for web applications. With Lib-innerbrowser, you can simulate user interactions, validate page content, and automate browser actions. This library streamlines the testing process, enabling efficient and reliable testing of web applications.

🔗 View on GitHub

Download Latest Version: 4.0.6

Download Download v4.0.6

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/lib-innerbrowser/4.0.6/autoload.php';

use Codeception\Lib\InnerBrowser;
use Codeception\Module\WebDriver;
use Codeception\Module\PhpBrowser;


$obj = new Codeception\Lib\InnerBrowser();
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.