How-to articles, tricks, and solutions about SELENIUM-RC
Page scroll up or down in Selenium WebDriver (Selenium 2) using java
To scroll up or down in a web page using Selenium WebDriver in Java, you can use the JavascriptExecutor interface and the scrollBy method.