This document provides code examples for automating a web browser using Selenium WebDriver in PHP and Node.js. The PHP example connects to a local Selenium server, loads Google, searches for "selenium google code", and closes the browser. The Node.js example builds a Chrome driver, loads Google, searches for "webdriver", clicks the search button, waits for the title to update, and quits the driver. Both examples demonstrate basic usage of Selenium WebDriver for automating a web browser through a program.