Selenium
[ class tree: Selenium ] [ index: Selenium ] [ all elements ]

File: Selenium.php

Source Location: /Selenium-0.1.5/Selenium.php

Classes:

Selenium
Selenium

Page Details:

PHP Client for the Selenium Remote Control test tool

Selenium Remote Control (SRC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. SRC provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript; the Selenium Server communicates directly with the browser using AJAX (XmlHttpRequest). L<http://www.openqa.org/selenium-rc/>

This module sends commands directly to the Server using simple HTTP GET/POST requests. Using this module together with the Selenium Server, you can automatically control any supported browser.

To use this module, you need to have already downloaded and started the Selenium Server. (The Selenium Server is a Java application.)

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('Selenium/Exception.php') [line 43]
Selenium exception class

Documentation generated on Mon, 11 Mar 2019 14:46:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.