This document discusses Salesforce's approach to Selenium testing at scale. Some key points: - Salesforce runs over 1 million browser tests per day across thousands of VMs. - They use WebDriver to test against a live application across many browser and OS combinations. - Proper use of page objects is important to encapsulate Selenium and allow tests to scale. - Challenges include assigning failures, non-deterministic tests, browser and Selenium version upgrades.