The document provides steps to configure Selenium WebDriver in Java to run automated tests on different browsers. It explains how to create a Java project in Eclipse, add the Selenium JAR files, and write sample code to launch tests on Firefox, Chrome, and Internet Explorer by initializing the appropriate webdriver and setting the browser-specific driver executable locations. The code examples demonstrate how each browser opens to Google when its webdriver is used to get the URL.