This document discusses Selenium, an open source tool for automating web application testing. It provides an overview of Selenium's different components and versions. Selenium 2, also known as WebDriver, is the current version that uses a REST API to control browsers. The document also introduces Menta, a PHP testing framework that builds on WebDriver to provide a developer-friendly API for writing Selenium tests in PHP.