PHP Package: instaclick/php-webdriver

Instaclick's PHP library for web automation testing, providing robust WebDriver capabilities for efficient development.

Current Version: 1.4.18
Last Updated: 2023-12-08
PHP Requirement: >=5.3.2
Dependencies:
instaclick/php-webdriver-dependency1
instaclick/php-webdriver-dependency2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Instaclick's PHP WebDriver library empowers developers to conduct automated tests seamlessly, offering a wide array of WebDriver functionalities for web testing and validation. It supports various browsers and ensures reliable automation testing processes with ease of use and efficiency.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.18

Download Download v1.4.18

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/instaclick/php-webdriver/1.4.18/loader.php';
require_once 'libs/instaclick/php-webdriver-dependency1/{lib_version}/loader.php';
require_once 'libs/instaclick/php-webdriver-dependency2/{lib_version}/loader.php';

use Instaclick\PhpWebdriver\Class1;
use Instaclick\PhpWebdriver\Dependency\ClassA;
use Instaclick\PhpWebdriver\Dependency\ClassB;

$obj = new Class1();
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.